mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
优化account结构
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user