camptocamp / odoo-dj

Odoo modules to help exporting / importing data in a consistent way via anthem songs
GNU Affero General Public License v3.0
3 stars 8 forks source link

Handle file fields within transient models (use case: sale.config.settings) #94

Closed leemannd closed 6 years ago

leemannd commented 7 years ago

When exporting sale.config.setting we faced 2 issues:

You'll find WIP => here

simahawk commented 6 years ago

back on this: I'm not even sure if we should export such fields in any case. Example:

odoo/src/addons/sale/models/res_config_settings.py:12:    sale_note = fields.Text(related='company_id.sale_note', string="Terms & Conditions")

as you see that field is stored on the company itself which we should export anyway... Relates to #101

simahawk commented 6 years ago

export settings deprecated