[MiG] port from 19

This commit is contained in:
2026-08-24 13:40:43 +02:00
parent ac8cb24bfb
commit a32b303e7a
14 changed files with 266 additions and 47 deletions
+6 -2
View File
@@ -11,12 +11,16 @@
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Uncategorized',
'category': 'Tools',
'license': "AGPL-3",
'version': '18.0.1.0.0',
'module_type': 'official',
'depends': ['mail','base',],
'data': [
'wizard/install_warning_wizard_view.xml',
'views/views.xml',
'data/data.xml'
'data/data.xml',
'security/ir.model.access.csv',
],
'post_init_hook': 'post_init_hook',
}