odoo/addons/pad
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
py_etherpad [FIX] pad: partial revert of global replace of urllib.urlencode() by werkzeug's version, this one was useful to handle sequences 2014-02-18 19:26:43 +01:00
static/src [FIX] pad: hide navbar when passing in fullscreen mode 2014-10-31 17:38:11 +01:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
__init__.py Etherpad API Integraion, Set default blank pad, and user name per pad visit 2012-05-15 16:49:28 +05:30
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
pad.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
pad_demo.xml [FIX] problem with pads, the demo configuration doesn't work if the server is using https. I simply changed the url for the demo version. 2013-11-05 14:35:20 +01:00
res_company.py [FIX] security: remove read access on company critical fields 2014-08-26 15:35:47 +02:00
res_company.xml [IMP] pad demo daa 2012-09-05 22:55:39 +02:00