Commit 6a12fd10 by Arturo Jasso Origel

cambios

parent d17c20bf
...@@ -10,6 +10,7 @@ odoo.define('vista_backend_theme.SideBar', function (require) { ...@@ -10,6 +10,7 @@ odoo.define('vista_backend_theme.SideBar', function (require) {
init: function (parent, menuData) { init: function (parent, menuData) {
this._super.apply(this, arguments); this._super.apply(this, arguments);
this._apps = _.map(menuData.children, function (appMenuData) { this._apps = _.map(menuData.children, function (appMenuData) {
return { return {
actionID: parseInt(appMenuData.action.split(',')[1]), actionID: parseInt(appMenuData.action.split(',')[1]),
menuID: appMenuData.id, menuID: appMenuData.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment