import data, Required Fields are not selected : name
Bug #898547 reported by
Aline (OpenERP)
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo GTK Client (MOVED TO GITHUB) |
Invalid
|
Undecided
|
Unassigned | ||
Odoo Server (MOVED TO GITHUB) |
In Progress
|
Undecided
|
OpenERP's Framework R&D | ||
Odoo Web (MOVED TO GITHUB) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I try to import data from web client. it always said me Required Fields are not selected : name. I can't neither update doc neither import in an empty db
In gtk, i get others errors,
To reproduce, i propose you to test.
- The good test is export partners and their data from a db with demo data and reimport it in a db without demo data. (see csv in attachment).
- other test, export data from a db with demo data, change data in the csv file (rename customers, and other records) then reimport it in the same db, data must have been updated
- create a file manually, set partners data, nama, phone, contact name, ... and import it -> choose header regarding your file
Related branches
lp:~openerp-dev/openobject-server/trunk-import-fixes-xmo
- Aline (OpenERP): Pending requested
- OpenERP Core Team: Pending requested
-
Diff: 389 lines (+269/-38)2 files modifiedopenerp/osv/orm.py (+62/-38)
openerp/tests/test_import.py (+207/-0)
Changed in openobject-server: | |
status: | Incomplete → In Progress |
Changed in openobject-client: | |
status: | Incomplete → Invalid |
Changed in openobject-server: | |
assignee: | nobody → OpenERP's Framework R&D (openerp-dev-framework) |
tags: | added: maintenance |
To post a comment you must log in.
Web client incorrectly reported a missing field error (if there are mandatory fields on the object being imported) in bright red, when the server returned an import error (the server error was also printed, but in black and bellow the red error).
Fixed the incorrect missing field error appearance, the web client now only reports the server error, should be fixed in trunk as of revision <email address hidden>