- Sep 17, 2014
-
-
Yannick Tivisse authored
-
Hitesh Trivedi authored
[IMP] website_forum: tag creation now done only on enter, allowing to add whitespaces in tag name. More consistent behavior with odoo.
-
Richard Mathot authored
69297dbf
-
Richard Mathot authored
-
- Sep 16, 2014
-
-
Fabien Meghazi authored
[MERGE] Domain name based multi website
-
Paramjit Singh Sahota authored
-
Dikshit Prajapati authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Goffin Simon authored
-
Fabien Meghazi authored
This should be done later properly without polluting convert.py
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Goffin Simon authored
-
Fabien Meghazi authored
-
Goffin Simon authored
-
Goffin Simon authored
-
Martin Trigaux authored
When a module is updated, the sql constraints were checked against postgres pg_get_constraintdef() to see if they have diverged from the one defined in python code. However this check was failing as the syntax returned by pg_get_constraintdef() (e.g. "CHECK ((credit * debit) = 0::numeric)") differs from the one returned by `unify_cons_text` method (e.g. "check(debit*credit = 0")) so the constraints were always dropped and recomputed. This adds a definition column on ir.model.constraint (storing original defintion) to detect changes. The pg_constraint is still inspected to make sure we detect constraint without ir_model_constraint but with postgres constraint defined (e.g. name_uniq defined in base.sql). This changes also the date_update field when the definition changes.
-
Josse Colpaert authored
[IMP] MRP : Remove group module_product_manufacturer in Configuration of Manufacturing #918
-
Sheth Sunny authored
-
Dikshit Prajapati authored
-
Rashmin Lumbhani authored
-
- Sep 15, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Matthieu authored
[FIX] website_sale: The product breadcrumbs in shop not working.
-
Denis Ledoux authored
-
Christophe Simonis authored
[FIX] orm: correct read_group() on models with `_group_by_full` (introduced by previous forward-port) also add tests of `_group_by_full` functionality
-
Fabien Meghazi authored
remove module_boot() usage
-
Géry Debongnie authored
The problem was that when the user manipulates the graph view (in pivot table mode), the graph view resetted the group by facet in the search view. It was not a problem unless a custom filter with a groupby was already there, in which case, the group bys were duplicated. The search view is now smarter, it only resets the additional groupbys (and col_groupbys). Also, to prevent usability problems, the graph view disable the '+/-' groupbys added by a custom filters. Note that this fix is only temporary: a revamp of custom filters, facets, search view is coming in the next months. (at least, that's the idea). Right now, too much 'search logic' is in the graph view. Another note: this fix is somewhat fragile: it makes some assumptions about the search query (mainly that the custom filter is the first facet, also, that no other filters add groupbys/col_groupbys)
-
- Sep 13, 2014
-
-
Christophe Simonis authored
[FIX] website_event_sale: remove invalid code chunk introduced during previous forward-port (56f2b7ae0f6)
-
- Sep 12, 2014
-
-
Christophe Simonis authored
-
Daniel Reis authored
Showcase the feature by moving auth_ldap's description to README.rst (Manual rebase of PR #1759)
-
Christophe Simonis authored
-
Sebastien Versaille authored
As a contact-specific information, it would be nice to display the title in the contact modal form.
-
Bhavik Bagdiya authored
Reverted commit 57a12121 that introduced an unnecessary call to has_group, as it could be done un share_wizard.py once for the session. Removed the group_share_user, not necessary anymore.
-
Denis Ledoux authored
-
Fekete Mihai authored
PR #720
-
Jeremy Kersten authored
[IMP] website_crm: keep the new id from the created lead to allow another function which override this one to get the new lead.
-
Jay Patel authored
-
Pankaj Joshi authored
(cherry-pick of 2b08443e0d28e96cbbc9a587cb9932319bd1ce10)
-