Files
pms/hotel_node_helper/__manifest__.py
Pablo bb88d2b285 [ADD] Hotel Node Helper
This module is for providing helper functions to the hotel node master module.
2018-10-18 17:58:08 +02:00

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
}