|
|
# -*- coding: utf-8 -*- # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': "POS Restaurant Table Booking", 'version': '1.0.0', 'summary': """
""",
'description': """
""",
'author': "La Case", 'website': "http://www.lacase-jeux.com", 'maintainer': "La Case", 'license': 'AGPL-3', 'category': 'Point of Sale', 'depends': [ 'pos_restaurant', ], 'excludes': [], 'external_dependencies': {}, 'data': [ 'security/ir_model_access.xml', 'views/res_config_settings.xml', 'views/restaurant_booking.xml', 'views/restaurant_floor.xml', 'views/restaurant_table_booking.xml', 'views/restaurant_table.xml', ], 'qweb': [], 'css': [], 'images': [], 'demo': [], 'installable': True, 'auto_install': False, 'application': False, 'pre_init_hook': '', 'post_init_hook': '', 'uninstall_hook': '', }
|