- Sep 09, 2014
-
-
Denis Ledoux authored
-
Martin Trigaux authored
When a tax included has a several childs, the source line should not be duplicated for each tax. Without the patch, the actual product price (without taxes) would be (total - tax amount) for the last tax only (and not the sum of each tax). (opw 609104)
-
Simon Lejeune authored
[FIX] web: do not try to close a destroyed dialog. trigger "closing" signal on close by top-right "X" button
-
- Sep 08, 2014
-
-
Denis Ledoux authored
if the model of an attachement no longer exists (the according module have been uninstalled, for instance), ignore the security check
-
- Sep 05, 2014
-
-
Mohammed Shekha authored
readonly float fields in list view were not correctly placed when the focus was on the line (seen espacially if field was large, e.g. nb_register on registration)
-
Loïc Bellier authored
The pickings already show the UoS, but not the associated quantity, which makes it useless.
-
Denis Ledoux authored
-
Rifakat Haradwala authored
Status tracking messages are not translated into user's language while updating any document with tracked fields (opw 612847)
-
Denis Ledoux authored
Backport of 8.0 fix was not enough for 7.0, because it still fails for the legacy reference match (model+res_id), which is not used in 8.0
-
- Sep 04, 2014
-
-
Christophe Simonis authored
-
Somesh Khare authored
To keep the pager and view changer after confirmation of a sale order, do not reload the view (quotation and sale order view are the same anyway) Fixes #250
-
Somesh Khare authored
The attachment menu (list and add) has no effect in tree view (not supporting multi-items upload and display), the menu should then only be displayed in these view (opw 612534)
-
Denis Ledoux authored
-
Denis Ledoux authored
This is related to rev. dd4d72d7 Not opening a new window action allows to keep the current list of stock picking being threated, and to use the next an previous arrow of the forom view of the web client.
-
Martin Trigaux authored
This field is readonly so a onchange is useless anyway (opw 612593)
-
- Sep 03, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
For instance, setting a BOM Phantom with: Finished product: stockable, MTO Manufacture Components: stockable, MTS, Buy. Inventory set to 1000 Stock moves of components are directly set to assigned once the procurement confirmed thanks to JIT The stock moves should not be set back to confirmed after they have been assigned
-
Denis Ledoux authored
with post.pop('custom', '{}'), if the key 'custom' is not there, it will return '{}', but if the key is there, but the value is equivalent to False, the json decode will fail.
-
- Sep 02, 2014
-
-
Olivier Dony authored
Added some cryptic comments so we remember a bit why we have a complicated dance with on_close. Basically we do not want to reload the original form view until the last popup is closed, in the case where several wizard (steps) are opened one after the other.
-
Denis Ledoux authored
-
Stéphane Wirtel authored
Disable the the crons when they'd have nothing to do, re-enable them when a task is (probably) introduced
-
Denis Ledoux authored
If a wizard has several steps, or laucnh a second wizard, the view from where has been loaded the initial wizard is finally reloaded
-
- Sep 01, 2014
-
-
Denis Ledoux authored
-
Anaël Closson authored
When parsing incoming messages, ignore white-space around In-Reply-To headers, and extract message-id items inside the References header using a regex. This actually serves as a workaround for broken MTAs mangling References (such as outlook.com nesting past ones with commas, violating RFC2822). Closes #516 as a manual rebase.
-
- Aug 29, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
This reverts commit 97d097a2. As explained in the commit comments (on Github), this patch leads to an infinite loop in 7.0, the filter of the pos orders report using the '=' operator in its domain, which is not available for datetime fields, but is for date fields. This should not be forward ported to newer release (saas-3)
-
Denis Ledoux authored
-
Denis Ledoux authored
-
- Aug 28, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
This was added as a security check, but access to this field is need by the wizard itself. As non employee users can't read/create email templates, this will not be problematic
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Aug 27, 2014
-
-
Denis Ledoux authored
-
Leonardo Donelli authored
Fixes #811
-
Ravi Gohil authored
Explicitely refresh invoice browse_record(...) in order to have correct 'date' in account.move. Use context_today() date instead of time.strftime() for date_invoice. (opw 611210)
-
Nicolas Seinlet authored
-