odoo/openerp/addons/base/res
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 [FIX] font: cleaning and better default data 2013-10-14 14:38:15 +02:00
ir_property.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir_property_view.xml [IMP] menuitems cleanups 2014-06-28 17:32:01 +02:00
res.country.state.csv [IMP] Technical menu reorg, remove depreacted requests. 2013-10-06 13:26:08 +02:00
res_bank.py [FIX] account: the partner of a bank account can only be a company or an individual not related to a company 2014-10-20 15:02:36 +02:00
res_bank_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_company.py [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_company_logo.png [IMP] directory cleanups, moved historical cruft into history 2011-09-26 02:54:44 +02:00
res_company_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
res_config.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
res_config.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_country.py [IMP] res_country: add relation from country to group_country. The purpose of this patch is to allow in domain (model.country_id.country_group_ids, '=', 'Europe') 2014-10-24 15:19:34 +02:00
res_country_data.xml [IMP] automatic fiscal positions for simple cases 2014-06-30 02:12:41 +02:00
res_country_view.xml [IMP] automatic fiscal positions for simple cases 2014-06-30 02:12:41 +02:00
res_currency.py [FIX] account: several fixes on the new bank statement reconciliation widget 2014-09-04 11:32:16 +02:00
res_currency_data.xml [IMP] l10n_ro: Update Romanian Localization 2014-07-01 00:45:43 +02:00
res_currency_view.xml Fixes 2014-07-02 18:18:29 +02:00
res_font.py [IMP] catch & warn about any TTFontFile exception 2014-08-21 03:51:20 +12:00
res_lang.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
res_lang_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_partner.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
res_partner_data.xml [IMP]: base: Improved bank name and bank account number 2012-07-25 12:25:43 +05:30
res_partner_demo.xml [FIX] a bunch of incomplete website URLs 2014-05-13 10:49:42 +02:00
res_partner_demo.yml [IMP]Set email address. 2013-11-11 17:57:48 +05:30
res_partner_image_demo.xml [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:43:38 +01:00
res_partner_report.xml [REM] res.config and res.users cleanups. 2013-10-06 16:40:20 +02:00
res_partner_report_address.xml [REM] res.config and res.users cleanups. 2013-10-06 16:40:20 +02:00
res_partner_report_address.xsl [MERGE] forward port of latest saas-2 until rev 4996 dle@openerp.com-20131218123130-vlejjv7r2klkzoj0 2013-12-18 17:00:41 +01:00
res_partner_view.xml [MERGE] forward port of branch saas-5 up to 39bee35 2014-08-20 20:33:17 +02:00
res_request.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
res_request_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
res_security.xml [IMP] remove useless table/column creations in base.sql. Let the ORM do it job. 2014-04-25 18:28:28 +02:00
res_users.py [IMP] use model._fields instead of model._all_columns to cover all fields 2014-11-04 13:47:57 +01:00
res_users_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00