- Sep 11, 2014
-
-
Martin Trigaux authored
The tax_amount field should contain the basic amount (without tax) for base tax code. (opw 613470)
-
Denis Ledoux authored
-
- Sep 10, 2014
-
-
Martin Trigaux authored
When sending an email, both formats 'Name <email>' or '"Name" <email>' can be used for fields 'From', 'To' and others. If the name contains unicode characters, a regex only matching '"Name" <email>' was used to encode the name with RFC2047. That meant that the name was not encoded and eventually dropped, using only the email part. Instead of using a limited regex, use the parseaddr method from email library. Fixes lp:1272610, opw 607683
-
Denis Ledoux authored
-
- 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
-
-
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
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.
-
- Sep 03, 2014
-
-
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
-
- 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
-
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
-
-
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
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
-
- Aug 28, 2014
-
-
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
-
- Aug 27, 2014
-
-
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)
-
- Aug 26, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
without having the rights to read ir.config_parameter
-
Denis Ledoux authored
-
- Aug 25, 2014
-
-
Daniel Dico authored
-
Daniel Dico authored
-
Denis Ledoux authored
Nor modify once approved It wasn't possible for employees to approve their holidays themself, thanks to the GUI, but this was possible through xmlrpc calls, or when altering the html directly in the browser. Besides, this was also possible to edit the holiday through the same trick once the holiday validated
-
Ravish Murari authored
In case we have no defined action (e.g. redirection by python code), adding a dashboard should not be possible as the rendering based on the action. This patch hides the 'Add to Dashboard' button in search view (opw 611288)
-
- Aug 22, 2014
-
-
Martin Trigaux authored
When a pos session is closed & confirmed, the account.move were generated with the commercial partner except for the bank statement which prevented automatic reconciliation. This patch uses the commercial partner also for bank statement. Fixes #1558, #1764
-
Martin Trigaux authored
In case of IMAP, the email is simply set as read but in case of POP, the email is deleted. To avoid loosing data (e.g. misconfiguration of server), the email is kept for POP. Bug lp:1296724, opw 605667
-