- Jun 04, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
[FIX] mrp.bom: wrong check for bom_find. If the user defined a bom line type phantom to a product without bom the check is wrong to display the error message.
-
Thibault Delavallée authored
[FIX] mass_mailing: fixed computation of mailing domain when having more than 1 mailing list added in the recipients. A bit longer, but less buggy.
-
Christophe Matthieu authored
[FIX] mrp.bom: wrong check for bom_find. If the user defined a bom line type phantom to a product without bom the check is wrong to display the error message.
-
Thibault Delavallée authored
[FIX] mass_mailing: mailing form view: better display of action buttons, avoiding having several 'red action buttons' at the same time.
-
Denis Ledoux authored
This fix aimed saas-5, not master. original Commit message: display accessory field in form view and display the good accessory product inside ecommerce This is related to previous rev 86055fb8
-
Denis Ledoux authored
This many2many field should actually have product.template as relation But, in a stable release, we cannot alter the database Therefore, when displaying accessory products in the card, it display the product_tmpl_id of the product.product, not itself This relation should be changed in trunk + Actually displaying this field in the backend
-
Antony Lesuisse authored
Change scaffolding's controller template
-
Fabien Meghazi authored
-
Fabien Meghazi authored
Improve `odoo scaffold` and fix `odoo deploy`
-
Fabien Meghazi authored
(requested by al)
-
Fabien Meghazi authored
-
Fabien Meghazi authored
manifest
-
Antony Lesuisse authored
-
- Jun 03, 2014
-
-
Richard Mathot authored
-
Richard Mathot authored
This reverts commit 267cc630.
-
Christophe Simonis authored
-
Antony Lesuisse authored
disable url query fragment
-
Christophe Simonis authored
-
Antony Lesuisse authored
-
Christophe Simonis authored
-
Antony Lesuisse authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
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
-
Raphael Collet authored
-
Martin Trigaux authored
-
Denis Ledoux authored
opw-607920
-
Christophe Matthieu authored
-
Martin Trigaux authored
[FIX] product: write() should accept both int/long and tuple/list
-
Richard Mathot authored
[FIX] website*: unfuck buggy controllers [IMP] website*: display GoogleMap in a human-usable interface [IMP] website_google_map: large module cleaning - There is now only one controller, data is sent once for all! - Map is now fully resizable in its hosting template - HTML/CSS cleaning - JavaScript is now human-readable ;-)
-
Denis Ledoux authored
-
Guewen Baconnier authored
-
Pedro Manuel Baeza authored
[IMP] l10n_es: Complete refactorisation of l10n_es, removing duplicities of the three current charts using charts inheritance. Details of the work done in this blog post (in spanish): http://serviciosbaeza.com/blog/43-refactorizacion-de-l10n-es-para-openerp-v7
-
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
-
Martin Trigaux authored
[FIX] product: add module 'report' module in its dependencies The product pricelist report model inherit from report.abstract_report but report was not present in dependencies.
-