c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30903
[Bug 831009] Re: [export/import] fail to import boolean with False value
I suggest this one line patch
** Patch added: "export_boolean.diff"
https://bugs.launchpad.net/openobject-server/+bug/831009/+attachment/2299329/+files/export_boolean.diff
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/831009
Title:
[export/import] fail to import boolean with False value
Status in OpenERP Server:
New
Bug description:
how to reproduce :
-export a partner with supplier and customer False, (export dbname also)
got a file like this
"name",".id","customer","supplier"
"OpenERP S.A.","1","",""
-Change value of supplier and customer to True
-Save
-Import the previous File => supplier and customer should be set to false.
-But it doesn't
Import this file
"name","customer","supplier",".id"
"OpenERP S.A.","False","False","1"
It works
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/831009/+subscriptions
References