odoo/addons/website_mail
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
..
controllers [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
data [REV] attempt to revert incorrect removals in f4d78ae738 2014-05-30 16:00:28 +02:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
models [FIX] website_mail: mail.message.check_access_rule: no check for super-user 2014-08-08 16:56:44 +02:00
security [IMP] Performance improvement: improved cache with context, better get_object 2013-11-30 16:46:59 +01:00
static/src [FIX] website_mail: connected users can't follow a website document 2014-10-24 11:33:15 +02:00
tests [FIX] website: import openerp.addons.website_blog.tests 2014-01-21 10:34:15 +01:00
views [IMP] website_mail: actually render the html body of the template instead of escaping it 2014-10-23 11:26:43 +02:00
__init__.py [MOVE] website_mail: moved model-related files inside a models directory. 2013-10-11 12:00:57 +02:00
__openerp__.py [IMP] Subscribe data 2014-03-13 20:48:01 +01:00