fix base chinese

This commit is contained in:
Ivan Office
2024-12-27 00:27:52 +08:00
parent 85096e31f1
commit 2a4d40f1b7
2 changed files with 3 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': '18.0.24.12.20', 'version': '18.0.24.12.27',
'author': 'odooai.cn', 'author': 'odooai.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from . import res_company from . import res_company
from . import res_partner
from . import res_currency from . import res_currency
from . import res_partner
from . import res_country
from . import product_category from . import product_category
from . import stock_location from . import stock_location
from . import account_tax_group from . import account_tax_group