This commit is contained in:
Ivan Office
2025-01-25 22:53:43 +08:00
parent 83e9b92798
commit 4d2c1c66d4
2 changed files with 10 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
{ {
'name': 'odoo中国版中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One', 'name': 'odoo中国版中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
'version': '16.0.25.01.17', 'version': '16.0.25.01.25',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',
@@ -90,6 +90,7 @@
'views/sale_order_views.xml', 'views/sale_order_views.xml',
'views/account_move_views.xml', 'views/account_move_views.xml',
'views/ir_default_views.xml', 'views/ir_default_views.xml',
'views/ir_module_module_views.xml',
# 'views/templates.xml', # 'views/templates.xml',
'wizard/sale_make_invoice_advance_views.xml', 'wizard/sale_make_invoice_advance_views.xml',
'data/base_data.xml', 'data/base_data.xml',
@@ -105,7 +106,7 @@
'data/stock_location_data.xml', 'data/stock_location_data.xml',
'data/sales_team_data.xml', 'data/sales_team_data.xml',
'data/ir_default_data.xml', 'data/ir_default_data.xml',
'views/ir_module_module_views.xml', 'data/ir_config_parameter_data.xml',
], ],
'assets': { 'assets': {
'web.assets_backend': [ 'web.assets_backend': [

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<odoo>
<data noupdate="1">
<function model="ir.config_parameter" name="set_param" eval="('app_account_title', '我的Ai通行证')"/>
<function model="ir.config_parameter" name="set_param" eval="('app_account_url', 'https://www.odooai.cn/my')"/>
</data>
</odoo>