Files
suite/web_well_known/__manifest__.py
2024-07-17 17:05:05 +00:00

19 lines
462 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Well-known Paths',
'description': 'Manage well-known paths',
'version': '1.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'depends': [
'base'
],
'category': 'Tools',
'data': [
'security/ir.model.access.csv',
'views/views.xml',
],
'installable': True,
'auto_install': True,
}