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

Don't quote False when exporting unset fields #81

Closed gurneyalex closed 7 years ago

gurneyalex commented 7 years ago

in the account_config_settings song, I get a lot of 'False' in the values passed to create => this breaks a lot of things.

simahawk commented 7 years ago

fixed