← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 831009] [NEW] [export/import] fail to import boolean with False value

 

Public bug reported:

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

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References