mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[UPD] update manifest data files ordering
This commit is contained in:
@@ -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 <dev@redneboa.es>",
|
||||
'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 <dev@redneboa.es>',
|
||||
'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',
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</record>
|
||||
|
||||
<menuitem id="hotel_calendar_menu" name="Hotel Calendar" sequence="10"
|
||||
web_icon="hotel_calendar,static/description/icon_calendar.png"
|
||||
web_icon="hotel_calendar,static/description/icon.png"
|
||||
action="action_hotel_calendar" />
|
||||
|
||||
<menuitem id="hotel_calendar_management_menu" name="Hotel Calendar Management" sequence="20"
|
||||
|
||||
Reference in New Issue
Block a user