mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
22 lines
583 B
Python
22 lines
583 B
Python
{
|
|
'name': 'Hotel Node Helper',
|
|
'summary': """Provides helper functions to the hotel node master module""",
|
|
'version': '0.1.0',
|
|
'author': 'Pablo Q. Barriuso, \
|
|
Darío Lodeiros, \
|
|
Alexandre Díaz, \
|
|
Odoo Community Association (OCA)',
|
|
'category': 'Generic Modules/Hotel Management',
|
|
'depends': [
|
|
'hotel'
|
|
],
|
|
'license': "AGPL-3",
|
|
'data': [
|
|
'security/hotel_node_security.xml',
|
|
'security/ir.model.access.csv'
|
|
],
|
|
'demo': [],
|
|
'auto_install': False,
|
|
'installable': True
|
|
}
|