odoo/addons/web_view_editor
Denis Ledoux 1b8c9aed9f [FIX] models: custom fields seen as base fields
This was possible to create custom fields `x_*`
but seen as base fields.

For instance,
 - Go to Settings > Technical > Database Structure > Fields
 - Select a field (any)
 - Click on the model link, to be redirected to the model form
 - Edit & add a custom field from there.
 - Save
 - Notice that the field you just added is saved as a base field.

We solve this issue by assuming that all created fields and models
are customs, except the ones created by the ORM, by the database
initialization, the fields coming from the modules in python.

We therefore remove the mechanism on which a field was set
as custom according to the fact `manual` was set to True within
the context: This is now the case by default.

No change was required for the base fields: The `state` `base`
was already forced for those fields, that are created using
direct SQL requests `INSERT INTO`.

opw-657312
2015-11-26 15:44:29 +01:00
..
i18n [I18N] Update translation terms from Transifex 2015-11-15 03:03:19 +01:00
static/src [FIX] models: custom fields seen as base fields 2015-11-26 15:44:29 +01:00
views [IMP] bundlify rest of web addons 2014-04-24 18:57:35 +02:00
__init__.py [IMP]removed view editor from web to web addons. 2012-07-30 14:48:15 +05:30
__openerp__.py [IMP] bundlify web client 2014-04-24 11:25:20 +02:00