update misc

This commit is contained in:
Ivan Office
2024-05-31 12:45:16 +08:00
parent 8b03812913
commit afb6535d02
4 changed files with 42 additions and 108 deletions

View File

@@ -66,14 +66,8 @@ This module extend to show a Hierarchy chart
# 'website',
],
'data': [
# please add your file
# please comment follow on ur produce odoo
# 'security/app_security.xml',
# 'security/ir.model.access.csv',
# 'views/model_new_views.xml',
# 'report/model_new_report_views.xml',
# 'views/menu_views.xml',
# 'views/website_templates.xml',
'security/res_group.xml',
'views/res_company_views.xml',
],
'assets': {
'web.assets_frontend': [
@@ -84,12 +78,7 @@ This module extend to show a Hierarchy chart
],
},
'demo': [
'security/res_group.xml',
'views/res_company_views.xml',
],
# 'pre_init_hook': 'pre_init_hook',
# 'post_init_hook': 'post_init_hook',
# 'uninstall_hook': 'uninstall_hook',
'installable': True,
'application': True,
'auto_install': False,