- Jun 06, 2014
-
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
- Jun 04, 2014
-
-
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.
-
Guewen Baconnier authored
avoid crash is context is None create call does not have ids parameter
-
Christophe Matthieu authored
[IMP] product: move product packaging field from product.product to product.template
-
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
-
Denis Ledoux authored
seats_max is a stored field in event, and should remain stored when overrided in event_sale
-
Thibault Delavallée authored
[FIX] mass_mailing: fixes - backport (+ cleaning) of eb22d202 (saas-5): mail_thread: routing: instead of exclusive routing heuristics, use each case as a fallback of the previous. - better fix for dd36a0e5 (saas-5): mail_thread: routing: fixed replies always choosen even when replying to emails with a specified reply_to (using ref_match in the algorithm) - backport of d6a2ae64 (saas-5): avoid evaluating a False / None domain - fixed keeping the original message for routing, only when choosing to reply in the original thread (notification=True) - mail_thread: routing: fixed replies always chosen even when replying to emails with a specified reply_to (using ref_match in the algorithm)
-