[V6.0.2] No check when loading ir.exports & ir.exports.line
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo GTK Client (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP sa GTK client R&D | ||
Odoo Server (MOVED TO GITHUB) |
Confirmed
|
Wishlist
|
OpenERP's Framework R&D |
Bug Description
Hello,
In the context of our data migration work, we would like to standardize exports of data from OpenERP at user level. The aim is that user would be able to export object's data that he could reimport without any problem after correction (i.e. a customer list).
The easiest way to do that was to load tables ir.exports & ir.exports.line with predefined values. We did that but were facing issues with numerous values into ir.exports.line when loading a csv into these tables.
From a postgres standpoint all entries were created and were OK, but in OpenERP client (web and GTK) the predefined list does not appear (I mean when we loaded 15+ line items).
The issue is that the server does not do any checks on value that we load via csv into ir.models.line. If we had this kind of value check, it should be easier to determine why it has been loaded and why it does not appear on the client predefined exports.
Regards,
Bernard
Related branches
- OpenERP sa GTK client R&D: Pending requested
-
Diff: 133 lines (+29/-18)1 file modifiedbin/modules/gui/window/win_export.py (+29/-18)
Changed in openobject-server: | |
status: | Incomplete → New |
Changed in openobject-server: | |
assignee: | nobody → OpenERP's Framework R&D (openerp-dev-framework) |
importance: | Undecided → Low |
status: | New → Confirmed |
affects: | openobject-server → openobject-client |
Changed in openobject-client: | |
assignee: | OpenERP's Framework R&D (openerp-dev-framework) → OpenERP sa GTK client R&D (openerp-dev-gtk) |
Changed in openobject-client: | |
status: | Confirmed → In Progress |
summary: |
- [V6.0.2] No check when loading ir.reports + [V6.0.2] No check when loading ir.exports & ir.exports.line |
description: | updated |
Changed in openobject-server: | |
importance: | Medium → Wishlist |
Hello Bernard,
Would you please elaborate more with proper example because I am not getting exactly.
Thanks.