mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
19 lines
462 B
Python
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,
|
|
}
|