update multi add

This commit is contained in:
ivan deng
2018-08-26 00:20:54 +08:00
parent 2fc7a2d2f7
commit 7fa6588b5e
16 changed files with 7 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
'app_web_one2many_multi_add', 'app_web_one2many_multi_add',
'account', 'account',
], ],
'images': ['static/description/banner.gif'], 'images': ['static/description/banner.png'],
'data': [ 'data': [
'views/account_invoice_views.xml', 'views/account_invoice_views.xml',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -39,7 +39,7 @@
'app_web_one2many_multi_add', 'app_web_one2many_multi_add',
'mrp', 'mrp',
], ],
'images': ['static/description/banner.gif'], 'images': ['static/description/banner.png'],
'data': [ 'data': [
'views/mrp_bom_views.xml', 'views/mrp_bom_views.xml',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -11,8 +11,7 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
var UserMenu = require('web.UserMenu'); var UserMenu = require('web.UserMenu');
//避免错误,要再定义 //避免错误,要再定义
var session2 = require('web.session'); var documentation_url = 'http://www.sunpop.cn';
var documentation_url = 'http://www.sina.com.cn';
var documentation_dev_url; var documentation_dev_url;
var support_url; var support_url;
var account_title; var account_title;
@@ -21,7 +20,7 @@ odoo.define('app_odoo_customize.UserMenu', function (require) {
UserMenu.include({ UserMenu.include({
init: function () { init: function () {
this._super.apply(this, arguments); this._super.apply(this, arguments);
var self = this var self = this;
var session = this.getSession(); var session = this.getSession();
var lang_list = ''; var lang_list = '';

View File

@@ -39,7 +39,7 @@
'app_web_one2many_multi_add', 'app_web_one2many_multi_add',
'purchase', 'purchase',
], ],
'images': ['static/description/banner.gif'], 'images': ['static/description/banner.png'],
'data': [ 'data': [
'views/purchase_order_views.xml', 'views/purchase_order_views.xml',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -39,7 +39,7 @@
'app_web_one2many_multi_add', 'app_web_one2many_multi_add',
'sale_management', 'sale_management',
], ],
'images': ['static/description/banner.gif'], 'images': ['static/description/banner.png'],
'data': [ 'data': [
'views/sale_order_views.xml', 'views/sale_order_views.xml',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -39,7 +39,7 @@
'app_web_one2many_multi_add', 'app_web_one2many_multi_add',
'stock', 'stock',
], ],
'images': ['static/description/banner.gif'], 'images': ['static/description/banner.png'],
'data': [ 'data': [
'views/stock_picking_views.xml', 'views/stock_picking_views.xml',
], ],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB