- Jun 19, 2017
-
-
Yannick Tivisse authored
-
Hiral Bhavsar authored
* Set the blocking warning if the user enters a 'Client ID' without any 'Tracking ID'. * 'Google Analytics in Dashboard' field is visible only if 'Google Analytics' is checked in website settings. * Get/Set the value of 'google_analytics_key' and 'google_management_client_id' from 'website' model instead of 'ir.config_parameter' on 'Google Analytics' wizard. * If ID is set on 'Google Analytics' wizard then activated the related features and populate fields in website settings.
-
Thibault Delavallée authored
It now update the website settings parameter use_google_analytics_dashboard so that the settings are correctly updated with the user choice. Implementation is changed so that the dashboard uses a jsonRpc call instead of directly calling ir_config_parameter set_param.
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`.
-
Thibault Delavallée authored
Probably to backport.
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`.
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`. Also, reset security_lead when use_security_lead is unchecked to avoid it to be used in further computations
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`.
-
Thibault Delavallée authored
Various code using the sale_note field (default terms and conditions) is updated to check the use_sale_note field that is the setting enabling it. This is a preferred solution compared to resetting sale_note each time use_sale_note is set to False in order to avoid loosing the data users may have entered in sale_note field.
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`. Also, reset po_lead when use_po_lead is unchecked to avoid it to be used it further computations.
-
Thibault Delavallée authored
According to usability experts configuring a sales team alias should be done directly on the sales team view and not through an hidden and strangely configured settings.
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`.
-
Thibault Delavallée authored
Also, correctly reset manufacturing lead time Settings now correctly use an ir.config_parameter telling whether to use or not manufacturing lead time. An onchange is added in order to ensure that lead time is not still used by code although the settings is unchecked.
-
Thibault Delavallée authored
This commit fixes * `default_alias_email` is now called use_mailgateway to better reflect its use. When unchecked the alias_prefix value is set to False in order to reset the alias. * empty list message displays receipts alias only if the mailgateway option is activated * some code cleaning so that get_default_ and set_ methods are put into a sole method in order to lessen code size
-
Thibault Delavallée authored
Fields like `default_foo` still used ir.values although those are system-wide parameters and should therefore be stored in ir.config_parameter table. When no default_model is set on a field, don't prefix it by `default_`. Also, remove deprecated generation of alias on sales team. According to usability experts configuring a sales team alias should be done directly on the sales team view and not through an hidden and strangely configured settings.
-
qsm-odoo authored
* portal, sale Some primary buttons had both the 'btn-primary' and 'btn-default' classes, which is wrong. In standard bootstrap, the 'btn-default' class seems to be masked by the use of 'btn-primary' but it is not the case in some of our themes.
-
Jerther authored
To easily identify the file responsible for the error Closes #17622 Fixes #15869
-
Florent de Labarre authored
The sum of list is confusing Work with recordsets directly Closes #17673
-
Richard Mathot authored
People want to be able to edit their email templates without having them overwritten at upgrade.
-
- Jun 17, 2017
-
-
Fabien Pinckaers authored
-
- Jun 16, 2017
-
-
Fabien Pinckaers authored
-
Richard Mathot authored
When PhantomJS crashes due to a memory leak/segmentation fault, it will now be logged, allowing to distinguishes timeouts from crashes more easily.
-
Benjamin Willig authored
To build the key when grouping data for account move line creation Closes #17596
-
- Jun 15, 2017
-
-
Joren Van Onder authored
Introduced by forward-port of eaa3682b at ed2ddecc. At 01e35141 urlparse was replaced with werkzeug.urls.
-
Richard Mathot authored
[FIX] base: forbidden Py2 builtin reintroduced by forward-port ed2ddecc
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Simon Lejeune authored
It is still possible to have negative and positive quants in the same location because of returns: if you send something to the customer that is not there and you return it, you will still be able to reserve the returned goods to send to another client. Before, if you would do an inventory adjustment, it would not take into account these returned quants and their negative counterpart, which made them difficult to get out of the system. This fix takes them into account by creating two movements for one inventory line: move the positive counterpart to the inventory location before getting back from this location the same quantity. This way, even if you have 0 as quantity on hand but you have those 2 quants, it will eliminate them. (if you are increasing the stock, part of the process might have done it automatically already). Test cases contributed by @jir-odoo Cherry-pick of be9dce62
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Olivier Dony authored
-
Olivier Dony authored
-