[trunk/7.0] Regression: cannot click through to required many2one fields in readonly one2many widget with editable list view
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP R&D Addons Team 3 |
Bug Description
Steps to reproduce:
Go to Accounting -> Journal entries -> Journal Entries. Open a confirmed journal entry. Click on one of the journal items in the one2many widget and try to click through to the partner, account or journal, in either edit or read mode.
Expected results:
You should be able to find a link to any of the many2one resources. In OpenERP 6.1, a popup opens with the journal item form view. In this view, you can click on the links to navigate to the partner, account or journal.
Observed results:
Because the entry is confirmed, the one2many field with the journal items is readonly. In readonly mode, there are no links to the many2one resources. It is impossible to navigate to the partner, account, or journal.
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Low |
status: | New → Confirmed |
summary: |
- [7.0] Regression: cannot click through to required many2one fields in - readonly one2many widget with editable list view + [trunk/7.0] Regression: cannot click through to required many2one fields + in readonly one2many widget with editable list view |
I think such issue must be lined to openerp-web team, because this is web client usability problem.