odoo/addons/payment
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
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
models [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
security [IMP] payment: simplify rev d99835e 2014-09-17 11:05:32 +02:00
static/description [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
tests [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
views [MERGE] forward port of branch saas-3 up to fe8106f 2014-09-26 12:53:59 +02:00
__init__.py [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
__openerp__.py [FIX] payment: access rights limitation 2014-09-16 16:44:42 +02:00