- Sep 23, 2014
-
-
Olivier Dony authored
-
Jay Patel authored
(cherry-picked from 383ab454725d9bf8d01392a587c8a2c0c2116294) (Closes #2429)
-
Chirag Dodiya authored
- move the service product from product to hr_timesheet - move default time unit for services from sale to account_analytic_analysis to ease the configuration
-
- Sep 22, 2014
-
-
Fabien Meghazi authored
This commit is related to d5115715
-
Christophe Simonis authored
-
Jamin Shah authored
-
Fabien Pinckaers authored
-
- Sep 19, 2014
-
-
Rakesh Sindhav authored
Closes #2440
-
Christophe Matthieu authored
[FIX] website_mail: can't edit mail templates
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Rucha Dave authored
-
Dimple Soni authored
[IMP] sale_stock: warehouse_id field on sale order is now readonly, except in draft and sent states.
-
Yannick Tivisse authored
-
- Sep 18, 2014
-
-
Fabien Meghazi authored
-
Rakesh Sindhav authored
-
Gaurav Panchal authored
-
Denis Ledoux authored
To allow display the login date according to the timezone of the user
-
Sheth Sunny authored
- project kanban view: dashboard-like view, add sparklines for open tasks and closed issues - project: cleaned demo data, less stages - project: description is now an html field
-
Martin Trigaux authored
Error during forward port
-
- 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.
-