- Sep 05, 2014
-
-
David Monjoie authored
-
Jeremy Kersten authored
-
Jeremy Kersten authored
Automatic Cookie Domain Configuration simplifies cross domain tracking implementations by automatically writing cookies to the highest level domain possible when the auto parameter is used. When used on the domain www.example.co.uk, it will try to write cookies in the following order: co.uk example.co.uk www.example.co.uk Analytics.js will fail to write a cookie on co.uk but will succeed on example.co.uk. Since a cookie was succesfully written on a higher level domain, www.example.co.uk will be skipped.
-
Fabien Meghazi authored
- Properly check unmet dependencies - Set imported module's state to 'installed' - Fix bad translation usage
-
- Sep 04, 2014
-
-
Christophe Simonis authored
-
Denis Ledoux authored
-
Christophe Simonis authored
-
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
-
Denis Ledoux authored
-
Christophe Simonis authored
-
Xavier Morel authored
as recommended by nwi use same style as logo but very slightly smaller font, otherwise the difference is a bit jarring as numbers are much bigger than the app logo's text
-
Raphael Collet authored
Add an attribute 'related_sudo' (True by default) for related fields. A related field is computed as superuser if related_sudo is True. Add explicit related fields 'name' and 'email' on 'res.users', as these should be readable by the public user with module website_forum.
-
Raphael Collet authored
Fix modules with code like "record.id in other.stuff_ids".
-
Raphael Collet authored
The test in test_ir_model creates a custom model. This causes a full reload of the registry, which recursively installs the required modules while 'base' is being tested. As a side effect, it commits stuff from the database, so that the effects of test_ir_model are actually not rolled back.
-
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)
-
Xavier Morel authored
needs beauty input
-
Xavier Morel authored
* also only enable linkcode if Sphinx >= 1.2 * fix html inline roles?
-
Jérome Maes authored
-
Christophe Matthieu authored
[FIX] website_sale: customer write on public user and the sale order is apply to public user if the public user is active=True; the checkout layout display state_id field twice
-
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.
-
Géry Debongnie authored
-
Quentin De Paoli authored
-
Denis Ledoux authored
Otherwise, if done with the superuser: - The multi-company rules won't work, the user will have the amount of all invoices, cross-companies - The amount currency will always be the currency of the superuser
-
Josse Colpaert authored
[IMP] Courtesy of kevin3274 issue 1258: orderpoint should have float mul...
-
Raphael Collet authored
This fixes a bug which is usually triggered in module account_followup, but does not occur deterministically. Some recomputations of computed fields are apparently missing. Environment objects containing recomputations todos and kept alive by a WeakSet, are removed by the Python garbage collector before recomputation takes place. We fix the bug by moving the recomputation todos in a non-weakref'ed object.
-
Martin Trigaux authored
This field is readonly so a onchange is useless anyway (opw 612593)
-
Xavier Morel authored
[FIX] Size for icon field of ir_module_module table in base.sql fixes #2095
-
Pedro M. Baeza authored
-
- Sep 03, 2014
-
-
Josse Colpaert authored
-
Josse Colpaert authored
8.0 wmsstaging7 jco
-
Josse Colpaert authored
8.0 wmsbomtasks jco
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
[IMP] Changing the standard cost price should do the real-time valuation for all variants of the template
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
-