odoo/openerp/osv
Christophe Simonis b7e5519b4c [FIX] orm: handle fields.char() with not size correctly
bzr revid: chs@openerp.com-20121001153753-um68vpz1caojm17r
2012-10-01 17:37:53 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [IMP] add more information when searching on a non-searchable field using debug logging 2012-08-02 17:25:53 +02:00
fields.py [API/IMP] fields: cleanup field_to_dict + make @deprecated available in fields_get() 2012-09-26 15:09:42 +02:00
orm.py [FIX] orm: handle fields.char() with not size correctly 2012-10-01 17:37:53 +02:00
osv.py [REF] allow to intercept the signals sent to workflows (through buttons) in objects. This is done by adding a function named _workflow_signal() in orm that can be inherited in dedicated objects. Courtesy from Olivier Dony 2012-09-18 15:04:36 +02:00
query.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00