update po and common

This commit is contained in:
ivan deng
2021-09-28 04:18:18 +08:00
parent 1462a32b7d
commit 8cf2a9847d
4 changed files with 7 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ class ResConfigSettings(models.TransientModel):
'stock.', 'stock.',
'picking.', 'picking.',
'procurement.group', 'procurement.group',
'product.tracking.default',
'WH/', 'WH/',
] ]
return self.remove_app_data(to_removes, seqs) return self.remove_app_data(to_removes, seqs)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

View File

@@ -18,7 +18,7 @@
{ {
'name': "App web enterprise enhance,企业版界面增强", 'name': "App web enterprise enhance,企业版界面增强",
'version': '13.21.04.22', 'version': '13.21.09.22',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -109,4 +109,9 @@
} }
.o_form_readonly .o_list_view .o_list_table .o_list_many2one { .o_form_readonly .o_list_view .o_list_table .o_list_many2one {
white-space: pre-wrap!important; white-space: pre-wrap!important;
}
//主菜单的 menu 图标
.o_main_navbar > .o_menu_toggle.fa-th:before {
content: "\f26a";
} }