icon path wrong with submenu
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo GTK Client (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP sa GTK client R&D |
Bug Description
When you define submenu in act_window the path to load icon is wrong.
here a patch proposed
=== modified file 'bin/widget/
--- bin/widget/
+++ bin/widget/
@@ -112,7 +112,7 @@
for sub in eval(submenu):
- file_path = os.path.
+ file_path = os.path.
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedbin/widget/view/form.py (+1/-1)
Changed in openobject-client: | |
assignee: | nobody → OpenERP sa GTK client R&D (openerp-dev-gtk) |
importance: | Undecided → Low |
status: | New → Confirmed |
Hello Cristian,
Thanks for contribution!
It has been fixed on lp:~openerp-dev/openobject-client/trunk-bug-903553-amp branch with following rev no and rev Id.
Rev No : 2060
rev Id : <email address hidden>
Thank you!