odoo/addons/base_action_rule
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
security [FIX] base_action_rule: even test models need access rules (avoid warning) 2013-11-08 22:54:51 +01:00
tests [IMP] base_action_rule: use better value names for new selection field 2013-03-04 10:49:51 +01:00
__init__.py [IMP] Base Action Rule (only filter conditions) 2012-11-28 10:29:28 +01:00
__openerp__.py [MERGE] forward port of branch saas-5 up to 9363bc9 2014-09-04 18:03:24 +02:00
base_action_rule.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
base_action_rule_data.xml [IMP] Optimize the schedulers of the calendar, fetchmail and base_action_rules modules 2014-09-02 18:32:27 +02:00
base_action_rule_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
test_models.py [FIX] {base_action_rule,calendar,hr,mail,project_issue}: decorate the method `message_post` to specify signature 2014-07-28 18:07:17 +02:00