odoo/addons/mail/tests
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 [REF] mass_mailing: first refactor 2013-09-13 13:54:08 +02:00
common.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
test_invite.py [IMP] mail_mail, mail_message: various improvements to try to improve message creation time 2013-08-27 15:30:58 +02:00
test_mail_features.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
test_mail_gateway.py [MERGE] forward port of branch saas-3 up to db75994 2014-10-14 15:13:14 +02:00
test_mail_group.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
test_mail_message.py [MERGE] Forward-port of saas-5 up to 20cc18d 2014-08-13 20:46:47 +02:00
test_message_read.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00