[export] export all data" does not use field names
Bug #988438 reported by
Ferdinand
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Web (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP R&D Web Team | ||
Therp Backports (Deprecated) |
In Progress
|
Undecided
|
Stefan Rijnhart (Opener) | ||
Web-6.1 |
In Progress
|
Undecided
|
Stefan Rijnhart (Opener) |
Bug Description
regardless which export type is selected
data do not show the name, but some internal references
works with GTK
Related branches
lp://staging/~therp-nl/openerp-web/6.1-fix988438-export_all_data_give_name_get
Ready for review
for merging
into
lp://staging/openerp-web/6.1
- OpenERP Core Team: Pending requested
-
Diff: 13 lines (+2/-1)1 file modifiedaddons/web/controllers/main.py (+2/-1)
lp://staging/~stefan-opener/therp-backports/6.1-fix988438-export_all_data_give_name_get
Rejected
for merging
into
lp://staging/therp-backports/web-6.1
- Therp: Pending requested
-
Diff: 13 lines (+2/-1)1 file modifiedaddons/web/controllers/main.py (+2/-1)
Changed in openerp-web: | |
status: | New → Invalid |
Changed in openerp-web: | |
assignee: | nobody → OpenERP R&D Web Team (openerp-dev-web) |
importance: | Undecided → Low |
Changed in openerp-web: | |
status: | Confirmed → In Progress |
Changed in openerp-web: | |
status: | In Progress → Confirmed |
summary: |
- export all data" does not use field names + [export] export all data" does not use field names |
Changed in therp-backports: | |
status: | New → Confirmed |
Changed in therp-backports: | |
status: | Confirmed → Fix Committed |
assignee: | nobody → Stefan Rijnhart (Therp) (stefan-therp) |
Changed in therp-backports: | |
status: | Fix Committed → In Progress |
To post a comment you must log in.
Hi,
reopening, as we were just hit by this bug (well, our customer did). This is a valid concern and it is easily solved by two lines of code.
Steps to reproduce
===============
- Open Partner list view
- Select a number of partners
- Click Export
- Select Export all data
- Select the Addresses field and click Add
- Click Export to file
Expected results
=============
- A column 'address' in the resulting document is filled with a meaningful representation of the addresses of the partners containing street, zip, city etc.
As Ferdinand notes, it works like this in the GTK client.
Actual result
===========
- A column 'address/id' contains the auto-generated XML ids of the addresses of the partners
Cheers,
Stefan.