- Jul 31, 2015
-
-
Olivier Dony authored
[FIX] website_sale_delivery: make error message translatable when no method matches + better wording
-
Goffin Simon authored
When clicking on previous in Adyen payment, the customer will be redirected in the shop and not in the confirmation page. opw:645705
-
- Jul 30, 2015
-
-
Nicolas Lempereur authored
In commit 43977deb a mrp.bom was transformed from a recursive model which may contains BoMs containing BoMs and so on, to a simpler model containing a line of products (mrp.bom containing mrp.bom.line). mrp_byproduct wasn't changed to reflect on this change which caused an error. Since there is no product Unit of Sale on a byproduct, the current behaviour causing the error of trying to multiply based on the Unit of Sale of the BoM product has been removed. closes #7806 opw-645639 opw-645640
-
Manuel Vázquez Acosta authored
-
Anthony Ruhier authored
-
Anthony Ruhier authored
-
Martin Trigaux authored
Remove terms that should not have been in .pot file. For most of the terms, it is due to the content of <attribute/> tag and fixed at rev 4e572e35 in master Other terms are in translate=off tag so woll no longer be present a next export.
-
- Jul 29, 2015
-
-
Nicolas Lempereur authored
related to opw-645977
-
Nicolas Lempereur authored
opw-646221
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
Switch to system random as number generator instead of the default PRNG, which is not recommended for generating security-related values such as unique tokens. (Complements parent commit) Closes #7761
-
Colin Newell authored
Switch to system random as number generator instead of the default PRNG, which is not recommended for generating security-related values such as unique tokens. Closes #7761
-
Christophe Simonis authored
New installation was detected using the `installed_version` attribute (`latest_version` in `ir_module_module` table), but this field wasn't reset at module uninstallation (now fixed by cb29f9ef) avoiding execution of hooks. Same logic was applied for migration scripts at 8ff7230e. Fixes #7708
-
Wolfgang Taferner authored
Commit 856bc6f2 may cause an issue if the auth_crypt module is loaded before the base module. That should never happen in normal circumstances, but forcing an explicit import does not hurt and makes it safer. Closes #6742
-
Sebastien Versaille authored
Display the moved quants in the stock move form view for more efficient WMS maintenance and traceability. Closes #6093
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Jul 28, 2015
-
-
Jusab Sida authored
of the active field. Try not to tell the opposite of the actual behavior.
-
Jusab Sida authored
active field were misleading. Actually, not really misleading, just wrong. Because the behavior is the opposite of what the help tells.
-
Nicolas Lempereur authored
The string "Unknown Customer" in the point_of_sale could not be translated. opw-645977
-
Nicolas Lempereur authored
When a purchase order line doesn't have a product_id, the current onchange method would return False as uom_id since b675ff1f, thus introducing an issue since uom_id is required and the field may be not shown (so not changeable). closes #7770 opw-646088
-
Martin Trigaux authored
-
Martin Trigaux authored
lst_price was exported as found in tag <attribute name="name">lst_price</attribute> so lst_price was exported Remove from pot to avoid confusion
-
- Jul 27, 2015
-
-
Wolfgang Taferner authored
-
Josse Colpaert authored
The fact that it uses the correct template id now, fixes #6860 The read_group calculates the sum for every group for the non-stored fields as it is not possible anymore to add it in the xml, fixes #6638 The read_group simply searches for all products in the group and sums the totals of the fields for these products.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Olivier Dony authored
Due to commit 1576bc98, when name_search() is called on analytic accounts with multiple path components (e.g. A/B/C), the intermediary searches are done without the extra domain criterions, because they should only apply to the leaf. However because the limit was applied for each step of the multi-path search, it was quite likely that no valid results were found in the final filtering, returning no result at all. In fact the intermediary steps should not apply the limit at all, because the leaves we're looking for may actually be located under parents that are not found when the limit is applied on each step. This commits removes the limit (hopefully without too much of an extra penalty for large databases) It also introduces a better fallback in case the multi-path search did not produce any result, for example if the name of the lead really contains a '/', and it was not meant to be a path separator.
-
- Jul 24, 2015
-
-
Aristobulo Meneses authored
contains acquirer definition to support Atos Wordline online payments Courtesy of Eezee-It Closes #6684
-
Christophe Simonis authored
-
Martin Trigaux authored
The next action date (date_action) should be red if in the past, not if the deadline date is in the past. Introduced at 9f68a37a Courtesy of @sve-odoo
🎅 -
Goffin Simon authored
When clicking on the BOM state button from product.product, and clicking on create afterward, it must open mrp.bom view with the product and product variant already set(as with product.template). opw:645045
-
Goffin Simon authored
If the price in a price list line is based on "Supplier Prices on the product form", the model "product.supplierinfo" and "pricelist.partnerinfo" must be readable by the public user. opw:645709
-
Goffin Simon authored
The method "_create_account_move_line" must take into account the rounding method when computing the taxes for each line. closes #7683 opw:645516
-
Christophe Simonis authored
The new-api record prefetching algorithm attempts to load data for all known records from the requested model (i.e. all IDs present in the environment cache), regardless of how indirectly/remotely they were referenced. An indirect parent record may therefore be prefetched along with its directly browsed children, possibly crossing company boundaries involuntarily. This patch implements a fallback mechanism when the prefetching failed due to what looks like an ACL restriction. The implementation of `_read_from_database` handle ACL directly and set an `AccessError` as cache value for restricted records. If a model (like `mail.message`) overwrites `read` to implements its own ACL checks and raises an `AccessError` before calling `super()` (which will then call `_read_from_database`), the cache will be not fill, leading to an unexpected exception. If this commit messae looks familiar to you, that's simply because this is the new-api counterpart of b7865502
-
Ondřej Kuzník authored
Display claim_count and claim_count_out only to salesman and contact creation group members as it requires these access rights to be computed. Fixes #2458, Closes #7734
-
Julien Legros authored
this is needed when selling products with a disabled uom
-
Nicolas Lempereur authored
Don't use select element when printing a non-filled survey, and small appearances improvements. opw-645011
-