[ADD] changes made to 19 are made in testserver16 as well

This commit is contained in:
2026-08-24 09:10:11 +02:00
parent 35ab19922a
commit b8c3e95031
20 changed files with 359 additions and 372 deletions
+8 -3
View File
@@ -11,11 +11,16 @@
'author': "Open2bizz",
'website': "http://www.open2bizz.tech",
'category': 'Uncategorized',
'version': '0.1',
'category': 'Tools',
'license': "AGPL-3",
'version': '16.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',
}