- Aug 05, 2014
-
-
Denis Ledoux authored
Before, the field purchase_ok was set as readonly on the product form if the product wasn't a variant, to avoid users to set all the products variants associated to the product template to be set as purchase able in one action. We now consider that this can be done by the end user
-
Denis Ledoux authored
opw-611106, when clicking quickly Sales > Opportunities than Sales > Leads.
-
- Aug 04, 2014
-
-
Martin Trigaux authored
When searching for a bom based on a product.product, the method used to return any bom linked to the template (so searching for bom for variant A could return bom for variant B if both share the same product.template). This will allow to return bom not linked to a variant without returning the one of another variant (opw 609358)
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Simon Lejeune authored
website_quote: renamed validity date to expiry date & adapted the sale order report to display the expiry date in website_quote module instead of sale module
-
Denis Ledoux authored
-
Simon Lejeune authored
[REF] website_quote: displayed string of validity_date field changed from 'Validity Date' to 'Expiry Date'
-
Dharti Ratani authored
As the survey hardcode lot's of views and reports in python, we do not beneficiate from automatic timezone conversions in the webclient. Hopefully this is fixed in v8 after refactoring of the survey module. opw 608786
-
Simon Lejeune authored
-
Christophe Matthieu authored
[FIX] website_sale and point_of_sale fixes
-
Jeremy Kersten authored
-
Denis Ledoux authored
On child partner creation of a parent partner, the commercial_partner_id is not computed (and stored) in the create method. Therefore, we should compute the commercial_partner_id before trying to sync his data
-
Jeremy Kersten authored
-
Denis Ledoux authored
-
Denis Ledoux authored
The method _paypal_form_get_invalid_parameters checks that the params passed by the paypal feedback coroborate with the transaction requested by Odoo. It looks like the 'receiver_id' is not always passed by the paypal feedback. Therefore, we check this param only if it is available in the paypal feeback. This issue had as side-effect to not validate the paypal transaction, which remained 'draft' permanently.
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
Fixes an error introduced in f6fb2b69
-
- Aug 02, 2014
-
-
Olivier Dony authored
Fixes an error introduced in f6fb2b69
-
- Aug 01, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
If any missing or partially incorrect values cause an exception other than a psycopg2 error, we should still catch it, rollback that record and report the error, rather than letting bubble and fail without any feedback to the user. Fixes #1485
-
Christophe Simonis authored
[FIX] account: res.partner: limit access to "total_invoiced" field to group "group_account_invoice". Use SUPERUSER_ID to access data
-
Christophe Matthieu authored
[FIX] website_sale: everytime you want to change both billing & delivery address, any change creates duplicates in the backend
-
Martin Trigaux authored
-
Martin Trigaux authored
When we compute the discount of a product to display (result of product_id_change), we compare prices in the currency of the product while we expect prices in the currency of the pricelist. opw 606188
-
Dharti Ratani authored
When a record is created, the magic fields (id, create_date,...) are first removed from the vals as the user should not set a value for these. However if a value for this is given in default value (e.g. defined in an ir.value), the creation would crash (sql error : column specified more than once) as the magic column would be added again.
-
Julien Legros authored
-
Denis Ledoux authored
Same behavior than in saas-5
-
Denis Ledoux authored
It was not possible to subscribe again to a mailing list once unsubscribed
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
These parameters are (or should be) irrelevant for a search_count(), and they could actually break the result or make it significantly slower (e.g applying `order` on large tables). This fixes a performance regression introduced by 0f43032b. We could also raise an error offset/limit are passed in combination with count, but that seems unnecessary. Also switched to "SELECT count(1)" for the count query, as it is simpler and just as fast. We'd get the same perf with * or any constant value, as in "SELECT count('me in')", but let's keep it simple ;-)
-
Christophe Matthieu authored
[FIX] website: the media video create by the media editor is not display in firefox. change the css to display the video and add z-index to the div for edit mode
-
Cédric Snauwaert authored
Will fix problem where opened dropdown list were hidden behind the modal footer
-
Jeremy Kersten authored
[FIX] mass_mailing: allow to add a user/email to a specific mailing list and not always the last as previously.
-