account import changes all accounts to "View" type

Bug #661370 reported by Jim Norman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Invalid
Undecided
Somesh Khare

Bug Description

When importing account, the csv file has a type column in which the internal type is properly specified (sample attached). After importing all records are "view" type.

Server rev 2877
Addons rev 4357\
Client rev 1623

Revision history for this message
Jim Norman (jim-jsnorman) wrote :
tags: added: maintenance
Changed in openobject-server:
status: New → Confirmed
Changed in openobject-server:
assignee: nobody → SKH(OpenERP) (skh-openerp)
status: Confirmed → Invalid
Revision history for this message
Somesh Khare (somesh.khare) wrote :

Hello Jim,

Thanks for your interest.

After having gone through the scenario posted. Things seem unusual at your end.
We found combination of String and the fields_ids in the header of .CSV, which should be either Strings or the fields_id.

In the .CSV which you attached we found the header,

"ID","Code","Account Type","Name","Company","Parent","currency_mode","type" , which is invalid.

it should be either,

"ID","Code","Account Type","Name","Company","Parent","Outgoing Currencies Rate","Internal Type"

or,

"id","code","user_type","name","company_id","parent_id","currency_mode","type"

Hope this will clear the scenario.

Thank You.

Changed in openobject-server:
milestone: none → 6.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.