- Sep 18, 2014
-
-
Denis Ledoux authored
The dataset index should be reset either if the dataset is empty or the index is greater than the records size
-
- Sep 17, 2014
-
-
Ravish Murari authored
When an attendance line is edited, the tuple has no key 'name' which lead to a traceback. Fixes #546
-
Quentin De Paoli authored
Use the currency rate of the purchase date instead of the one of at the reception time (opw 610430)
-
Martin Trigaux authored
The generated moves on a return should be the reverse of the outgoing move. Fixes #1817, opw 604417
-
Olivier Dony authored
If the server was started without -i or -u and happened to initialize a fresh database, auto-installed modules that depend on `base` only would stay in status "to install" without actually being installed (until the next installation round was triggered). This was of little consequence in 7.0, but causes a crash in 8.0. Fixes #953
-
Denis Ledoux authored
[FIX] orm write: do not try to store computed & stored fields for relational records deleted by *2many fields opw-613772
-
- Sep 16, 2014
-
-
Denis Ledoux authored
See #1982
-
Denis Ledoux authored
[FIX] point_of_sale: set journal as pos payment method on setting journal in the payment methods of a pos config when none is set.
-
- Sep 15, 2014
-
-
Denis Ledoux authored
[FIX] sale: sale report view, wrong domain Quotations are sale.order with state draft and sent Sale orders are sale.order with state other than draft, sent and cancel
-
Martin Trigaux authored
During the update of a module, the existing foreign keys are dropped if they have a different ondelete_rule than the one specified on the field. The foreign keys for many2one transiant -> non-transiant are created with cascade rule by default (see `m2o_add_foreign_key_checked` method) so the check needs to be realised in the same conditions.
-
Denis Ledoux authored
Fixing breadcrumb not being displayed after some action button (e.g. validate invoice, opw 612763)
-
Denis Ledoux authored
-
- Sep 12, 2014
-
-
Denis Ledoux authored
-
Fekete Mihai authored
PR #720
-
- Sep 11, 2014
-
-
Foram Katharotiya authored
In this awesome programming language called javascript, undefined is neither bigger nor smaller than a string. Previous code was then considering undefined values equal to any string. This fix allows to sort in a column of a o2m field and group the undefined values together. opw 607704
-
Denis Ledoux authored
-
Dharti Ratani authored
The wizard 'Edit Survey' > 'Add Question' was trowing an access rights error as the id was passed as a string instead of a real id. opw 607854
-
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
-