This commit is contained in:
Ivan Office
2025-01-25 22:49:32 +08:00
parent 904f16c76d
commit f8aac060a2
2 changed files with 10 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<openerp>
<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>
</openerp>