odoo/addons/edi/models
Raphael Collet f2e4a10e1a [IMP] use model._fields instead of model._all_columns to cover all fields
The old-api model._all_columns contains information about model._columns and
inherited columns.  This dictionary is missing new-api computed non-stored
fields, and the new field objects provide a more readable api...

This commit contains the following changes:

 - adapt several methods of BaseModel to use fields instead of columns and
   _all_columns

 - copy all semantic-free attributes of related fields from their source

 - add attribute 'group_operator' on integer and float fields

 - base, base_action_rule, crm, edi, hr, mail, mass_mailing, pad,
   payment_acquirer, share, website, website_crm, website_mail: simply use
   _fields instead of _all_columns

 - base, decimal_precision, website: adapt qweb rendering methods to use fields
   instead of columns
2014-11-04 13:47:57 +01:00
..
__init__.py [MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe) 2011-11-24 16:50:58 +01:00
edi.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
res_company.py [IMP] edi: work-in-progress: remove permanent storage of edi.document 2012-10-11 17:20:08 +02:00
res_currency.py [IMP] edi: work-in-progress: remove permanent storage of edi.document 2012-10-11 17:20:08 +02:00
res_partner.py [IMP] edi: ported web part to 7.0 + removed the EDI preview- and export-related parts 2012-10-16 14:29:13 +02:00