- 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.
-
Chirag Dodiya authored
(rebase of #1534)
-
Cédric Snauwaert authored
Mandatory since we changed the structure of the dom since 8.0.
-
Florian Hatat authored
Changing .po files to avoid to retranslate existing terms. Fixes #1328
-
Jay Patel authored
[FIX] website_forum: when a user posting a new answer or question does not have a valid email address, redirect to the user's profile instead of crashing when trying to send notifications.
-
Raphael Collet authored
Problem: the field account_invoice.reconciled was invalidated by a workflow signal sent from the compute method of the field. The purpose of the signal was to re-open the invoice when the account move lines were no longer reconciled, for instance after cancelling a reconciliation. Solution: modify the workflow such that it makes an automatic transition from 'paid' to 're-open' when the condition 'not reconciled' is met. This works because the field 'reconciled' is stored, and each recomputation forces a reevaluation the workflow. The signal to re-open the invoice is thus no longer necessary.
-
Jitendra Prajapati authored
[FIX] sale_stock: invoice createde from picking was not using the prive list from the bom components
-
Mahendra Barad authored
-
Martin Trigaux authored
-
- Aug 04, 2014
-
-
Denis Ledoux authored
In a multi-company environment, if the user signed in was not working in the company displayed by the website, he couldn't browse the website
-
Christophe Simonis authored
-
Denis Ledoux authored
Some domains have not been altered according to this rename
-
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)
-
Christophe Simonis authored
-
Raphael Collet 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
-
Thibault Delavallée authored
[REF] mail: same_thread field changed into no_auto_thread, its contrary, to avoid migration issues (adding a 'always False' column is easier than an 'always True').
-
Simon Lejeune authored
-
Martin Trigaux authored
The product_id field is not required on a mrp.bom (while product_tmpl_id is). When searching for BOMs linked to a product.product, we should display the one specific to this product and the ones linked to the template (but not linked to another variant).
-
Martin Trigaux authored
scheduler_cron_id was not initialised so the scheduler always crashed (with just info message)
-
Jeremy Kersten authored
-
Jeremy Kersten authored
-
Chirag Dodiya authored
Closes #1536
-
rba-odoo 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
Fixes an error introduced in f6fb2b69
-
- Aug 02, 2014
-
-
Olivier Dony authored
Fixes an error introduced in f6fb2b69
-
- Aug 01, 2014
-
-
Olivier Dony authored
-
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
-
Thibault Delavallée authored
[FIX] calendar: onchange_dates: protect against void dates (for example when creating a meeting through the form view)
-
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
-
Julien Legros authored
-
Olivier Dony authored
In some rare cases database records have negative IDs, so the slug URL could look like /foo--20. This could be mistaken for a slug ending with a `-` and a positive ID. The latter is not supposed to happned as final hyphens are stripped by slugify, but has been used in the past and may be used in old links.
-
Cédric Snauwaert 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
-