diff --git a/hotel_calendar/__manifest__.py b/hotel_calendar/__manifest__.py index 72da4b254..3008030fa 100644 --- a/hotel_calendar/__manifest__.py +++ b/hotel_calendar/__manifest__.py @@ -2,13 +2,16 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Hotel Calendar', + 'name': 'Roomdoo Calendar', + 'summary': 'A calendar view for user friendly handling your roomdoo property.', 'version': '11.0.2.0', - 'author': "Alexandre Díaz ", - 'website': 'https://www.eiqui.com', - 'category': 'hotel/calendar', - 'summary': "Hotel Calendar", - 'description': "Hotel Calendar", + 'development_status': 'Beta', + 'category': 'Generic Modules/Hotel Management', + 'website': 'https://github.com/hootel/hootel', + 'author': 'Alexandre Díaz ', + 'license': "AGPL-3", + 'application': False, + 'installable': True, 'depends': [ 'bus', 'web', @@ -16,9 +19,9 @@ 'hotel', 'web_widget_color', ], - 'external_dependencies': { - 'python': [] - }, + # 'external_dependencies': { + # 'python': [] + # }, 'data': [ 'views/general.xml', 'views/actions.xml', @@ -32,11 +35,8 @@ 'security/ir.model.access.csv', ], 'qweb': [ - 'static/src/xml/*.xml', + 'static/src/xml/hotel_calendar_management_view.xml', + 'static/src/xml/hotel_calendar_templates.xml', + 'static/src/xml/hotel_calendar_view.xml', ], - 'test': [ - ], - - 'installable': True, - 'license': 'AGPL-3', } diff --git a/hotel_calendar/data/menus.xml b/hotel_calendar/data/menus.xml index 69f7251b6..9b66e8e9c 100644 --- a/hotel_calendar/data/menus.xml +++ b/hotel_calendar/data/menus.xml @@ -15,7 +15,7 @@