优化account结构

This commit is contained in:
Ivan Office
2024-12-13 01:51:24 +08:00
parent 5ff8f435cc
commit a0ff4c8ebf
13 changed files with 224 additions and 105 deletions

View File

@@ -17,7 +17,7 @@
{
'name': "App Account Multi Level Chart, parent children tree",
'version': '24.06.13',
'version': '17.0.24.12.12',
'author': 'odooai.cn',
'category': 'Extra tools',
'website': 'https://www.odooai.cn',
@@ -38,22 +38,11 @@
'currency': 'EUR',
'depends': [
'account',
'l10n_cn_standard_latest',
],
'images': ['static/description/banner.gif'],
'images': ['static/description/banner.png'],
'data': [
'views/account_account_views.xml',
],
'demo': [
],
'test': [
],
'css': [
],
'qweb': [
'static/src/xml/*.xml',
],
'js': [
'views/res_company_views.xml',
],
'post_load': None,
'post_init_hook': 'post_init_hook',