[IMP] use model._fields instead of model._all_columns to cover all fields
[odoo/odoo.git] / openerp / addons / base / ir / ir_values.py
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-10-13 Raphael Collet[IMP] models: do not use compute methods to determine...
2014-07-30 Christophe Simonis[MERGE] forward port of branch saas-5 up to e4cb520
2014-07-29 Denis Ledoux[MERGE] forward port of branch 7.0 up to bbb8d8f25a7a81...
2014-07-29 Denis Ledoux[MERGE] forward port of branch 7.0 up to b91a75f7eff85e...
2014-07-28 Martin TrigauxRevert 3dec090 "[FIX] ir_values: fallback when no condi...
2014-07-23 Olivier Dony[MERGE] Forward-port saas-5 up to a5f7891
2014-07-22 Martin Trigaux[MERGE] forward port of branch 7.0 up to 680f955
2014-07-17 Martin Trigaux[FIX] ir_values: fallback when no condition
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-25 Jaydeep Barot[REM] Unnecessary `size` parameters on char fields
2014-05-09 Martin Trigaux[FIX] ir_values: try to evaluate the given expression...
2014-05-06 Ravi Gohil (OpenERP)[FIX] Modifying default value for other than char/strin...
2014-05-06 Ravi Gohil (OpenERP)[FIX] Modifying default value for other than char/strin...
2014-05-05 Ravi Gohil (OpenERP)[FIX] Modifying default value for other than char/strin...
2014-02-13 Christophe Simonis[FIX] ir.values: be tolerant to actions pointing to...
2013-06-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5006...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-04-29 ggh-openerp[IMP] Remove space before Exclamation marks [!] in...
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-14 Xavier Morel[REM] unused local variables
2012-12-14 Xavier Morel[IMP] use augmented assignments
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-06-08 Xavier Morel[FIX] creation of action ir_values
2012-04-03 Raphael Collet[MERGE] from trunk
2012-03-20 Olivier Dony[FIX] ir.values: predictible ordering for sidebar items...
2012-03-02 Raphael Collet[ADD] base: add model res.config.settings for preferenc...
2012-02-10 Raphael Collet[FIX] ir_ui_menu: do not create a menu binding when...
2012-02-09 Olivier Dony[FIX] ir.values: avoid returning conditional defaults...
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-10-03 Vo Minh Thu[FIX] ir_values: missing trimming of the condition...
2011-09-08 Olivier Dony[FIX] ir.values.get_defaults: typo in SQL query - spott...
2011-09-05 Olivier Dony[IMP] ir.values: improved defaults doc + removed `objec...
2011-09-02 Olivier Dony[FIX] ir.values: get_defaults() should cut the conditio...
2011-09-02 Olivier Dony[FIX] ir.values: re-binding of actions should properly...
2011-09-02 Olivier Dony[IMP] ir.values: minor cleanup/view improvements
2011-09-01 Olivier Dony[IMP] ir.values: separated defaults and actions API...
2011-07-22 Olivier Dony[IMP] ir.values: slightly more info in key2 help string
2011-06-10 Vo Minh Thu[MERGE] ir_values: added asserts on the models argument...
2011-06-10 P. Christeasir.values: whitespace cleaning, put assertions on arg...
2011-05-25 Vo Minh Thu[MERGE] merged trunk
2011-05-18 Vo Minh Thu[REF] ir_values:
2011-05-17 Vo Minh Thu[IMP] ir_value: forgot to add some comment.
2011-05-17 Vo Minh Thu[Fix] Set default value for current login user
2011-05-13 RGA (OpenERP)[Fix] Set default value for current login user
2011-02-07 Vo Minh Thu[IMP] openerp python module.