mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update common
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo 15,14,13 Customize OEM(Boost, Data reset)',
|
'name': 'odoo 15,14,13 Customize OEM(Boost, Data reset)',
|
||||||
'version': '13.22.04.02',
|
'version': '13.22.04.26',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -59,15 +59,21 @@
|
|||||||
id="menu_ir_cron"
|
id="menu_ir_cron"
|
||||||
name="Scheduled Actions"
|
name="Scheduled Actions"
|
||||||
parent="menu_app_group"
|
parent="menu_app_group"
|
||||||
sequence="98"
|
sequence="91"
|
||||||
action="base.ir_cron_act"
|
action="base.ir_cron_act"
|
||||||
groups="base.group_system"/>
|
groups="base.group_system"/>
|
||||||
<!--增加导入Demo数据-->
|
<!--增加导入Demo数据-->
|
||||||
<menuitem
|
<menuitem
|
||||||
id="menu_app_demo_data"
|
id="menu_app_demo_data"
|
||||||
parent="menu_app_group"
|
parent="menu_app_group"
|
||||||
sequence="99"
|
sequence="92"
|
||||||
action="base.demo_force_install_action"
|
action="base.demo_force_install_action"
|
||||||
groups="base.group_system"/>
|
groups="base.group_system"/>
|
||||||
|
<menuitem
|
||||||
|
id="menu_ir_config_list"
|
||||||
|
parent="menu_app_group"
|
||||||
|
sequence="93"
|
||||||
|
action="base.ir_config_list_action"
|
||||||
|
groups="base.group_system"/>
|
||||||
</data>
|
</data>
|
||||||
</odoo>
|
</odoo>
|
||||||
@@ -100,7 +100,7 @@ msgstr "产品数量"
|
|||||||
#. module: app_product_brand
|
#. module: app_product_brand
|
||||||
#: model:ir.model.fields,field_description:app_product_brand.field_product_brand__partner_id
|
#: model:ir.model.fields,field_description:app_product_brand.field_product_brand__partner_id
|
||||||
msgid "Partner"
|
msgid "Partner"
|
||||||
msgstr "业务伙伴"
|
msgstr "供应商"
|
||||||
|
|
||||||
#. module: app_product_brand
|
#. module: app_product_brand
|
||||||
#: model:ir.actions.act_window,name:app_product_brand.action_open_single_product_brand
|
#: model:ir.actions.act_window,name:app_product_brand.action_open_single_product_brand
|
||||||
|
|||||||
Reference in New Issue
Block a user