[1.2.0] aeroo_ooo breaks parent_left/parent_right computation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Aeroo Reports |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
With aeroo_ooo installed but the connection to the ooo service not configured (or configured but the service is down),
when you install new modules, the coputation of the fields parent_left and parent_right for the registers they load is not done.
This makes some menu entries not appear (eg, the one for the connection wizard launcher if you didn't setup the connection properly the first time you install aeroo_ooo) and prevents you from assigning parents to objects who follow a hierarchy (eg: Partner Tags under Sales->
How to reproduce:
- Create an empty db, install aeroo and aeroo_ooo. Do not configure the ooo connection
- Install more modules. Some menus will not be shown.
- To check which are the missing menu entries run this query
select parent_left, parent_right, name from ir_ui_menu where parent_left is NULL;
Related branches
- Alistek developers - http://www.alistek.com: Pending requested
-
Diff: 18 lines (+2/-3)1 file modifiedreport_aeroo/report_xml.py (+2/-3)
Changed in aeroo: | |
status: | New → Confirmed |
description: | updated |
It also affects me the same way!