- Jun 03, 2014
-
-
Christophe Matthieu authored
[FIX] website_sale: change template for product and variant selector (type color)
-
Christophe Simonis authored
Subclass detection didn't include the class itself if all it's subclasses were invalid. As we create a new regrouping subclass, that was always the case after a registry reloading, causing subclassed controllers to not be taken in account. [IMP] routing_map: clean code a little bit
-
Christophe Matthieu authored
-
Martin Trigaux authored
[FIX] product: write() should accept both int/long and tuple/list
-
Guewen Baconnier authored
-
Christophe Matthieu authored
-
Thibault Delavallée authored
- fixed subscription, was always subscribing to the last created list; - slightly improved the snippet display, now displaying a 'thanks' when subscribed instead of just making everything disabled; - removed unnecessary JS line
-
Denis Ledoux authored
Therefore, the pricelist item view must show the field product_tmpl_id in any case
-
Guewen Baconnier authored
avoid crash is context is None create call does not have ids parameter
-
Christophe Matthieu authored
[FIX] product Context in _set_standard_price and many2one in product.packaging; Set required at false for product template field when creating a product product; Remove wrong field on product.template. TODO: move packaging field form product.product to product.template
-
Christophe Matthieu authored
[FIX] product: remove wrong field on product.template. TODO: move packaging field form product.product to product.template
-
Christophe Matthieu authored
-
Thibault Delavallée authored
[FIX] website_mail: fixed template choice and body duplication in the email designer that was buddy; added some css to the page to make it more look like an email designer; also added a demo data for a template for mass mailing contacts in mass_mailing module.
-
Thibault Delavallée authored
[FIX] sales_team, crm: fixed sales_team form view: alias data was not displayed due to wrongly done inheritance + fixed a typo hidden in the view
-
- Jun 02, 2014
-
-
Olivier Dony authored
[FIX] procurement: restore fixes for background procurement from rev.9b6f5dca, accidentally reverted by v8 WMS branch Probably forgotten during a sync with master, as the fixes belong to a different file now. This is the second part of the fix in previous commit.
-
Olivier Dony authored
[FIX] procurement: restore fix for background procurement from 9b6f5dca, accidentally reverted by WMS branch for v8 Probably forgotten during a sync with master, as the fix belongs to a different file now.
-
Denis Ledoux authored
Most probably due to github migration + fix: directly redirect to login redirect paramas, instead of redirecting on the complete web/login + redirect url
-
Ostap Yakovenko authored
-
Christophe Matthieu authored
-
Christophe Simonis authored
Instead of only taking direct subclasses of controllers, take the lowest controller in the hierarchy Allowing subclassing controllers
-
Christophe Simonis authored
-
Denis Ledoux authored
-
Denis Ledoux authored
Specifically, allow mail to fallback in aliases if the post in the document res_model/res_id wasnt succesful
-
- Jun 01, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
same_thread boolean field of mail.compose.message model define wether or not replies should be posted in the thread or not On composer creation, this boolean should be passed according to the reply_to_mode of the mass_mailing Otherwise, all replies would be posted in the thread, and the reply_to will be ignored (if same_thread id True, reply_to is poped from the mails values, mail/wizard/mail_compose_message.py:284)
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- May 31, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Olivier Dony authored
Plus it fails because `event` is not defined nor passed there (e.g. in Firefox)
-
- May 30, 2014
-
-
Christophe Simonis authored
[IMP] account: bank statement reconciliation widget
-
Quentin De Paoli authored
-
Fabien Pinckaers authored
[ADD] "Model" Column in base_action_rule tree view.