- Jun 03, 2014
-
-
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
-
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)
-
Christophe Matthieu authored
-
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.
-
Martin Trigaux authored
The read_group behaviour has changed and read_group no longer sum on the field you are grouping. Instead agregate on the field we want to sum and use no groupby. For future version, grouping on a user such as what is done in batch mode is a better way to process.
-
Martin Trigaux authored
l10n_tr: Turkish lira iso code has changed from TRL to TRY in 2005, use the new one in the chart of account
-
Martin Trigaux authored
[FIX] read_group: do not change the return format of the read group in case of no groupby_fields and keep the same return format as with groupby fields (a list of dict)
-
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
-
Richard Mathot authored
[IMP] website: move automatic footer to independent view
-
Antony Lesuisse authored
-
- 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
-