mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update po and common
This commit is contained in:
@@ -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 |
@@ -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',
|
||||||
|
|||||||
@@ -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";
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user