odoo/openerp/osv
Raphael Collet 9333c622e9 [FIX] fields: allow overriding of a old-api function field
When overriding a field defined as a function field, the field must either
create a corresponding column that is not a fields.function (if stored), or
have no corresponding column (if not stored).
2015-02-19 15:33:27 +01:00
..
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
expression.py [FIX] orm: Revert 332154444d && acd7d84da4 2015-01-21 18:33:36 +01:00
fields.py [FIX] fields: allow overriding of a old-api function field 2015-02-19 15:33:27 +01:00
orm.py [MERGE] forward port of branch 7.0 up to 284ca73 2014-12-08 14:57:21 +01:00
osv.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
query.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00