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).
|
# 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',
|
'version': '11.0.2.0',
|
||||||
'author': "Alexandre Díaz <dev@redneboa.es>",
|
'development_status': 'Beta',
|
||||||
'website': 'https://www.eiqui.com',
|
'category': 'Generic Modules/Hotel Management',
|
||||||
'category': 'hotel/calendar',
|
'website': 'https://github.com/hootel/hootel',
|
||||||
'summary': "Hotel Calendar",
|
'author': 'Alexandre Díaz <dev@redneboa.es>',
|
||||||
'description': "Hotel Calendar",
|
'license': "AGPL-3",
|
||||||
|
'application': False,
|
||||||
|
'installable': True,
|
||||||
'depends': [
|
'depends': [
|
||||||
'bus',
|
'bus',
|
||||||
'web',
|
'web',
|
||||||
@@ -16,9 +19,9 @@
|
|||||||
'hotel',
|
'hotel',
|
||||||
'web_widget_color',
|
'web_widget_color',
|
||||||
],
|
],
|
||||||
'external_dependencies': {
|
# 'external_dependencies': {
|
||||||
'python': []
|
# 'python': []
|
||||||
},
|
# },
|
||||||
'data': [
|
'data': [
|
||||||
'views/general.xml',
|
'views/general.xml',
|
||||||
'views/actions.xml',
|
'views/actions.xml',
|
||||||
@@ -32,11 +35,8 @@
|
|||||||
'security/ir.model.access.csv',
|
'security/ir.model.access.csv',
|
||||||
],
|
],
|
||||||
'qweb': [
|
'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>
|
</record>
|
||||||
|
|
||||||
<menuitem id="hotel_calendar_menu" name="Hotel Calendar" sequence="10"
|
<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" />
|
action="action_hotel_calendar" />
|
||||||
|
|
||||||
<menuitem id="hotel_calendar_management_menu" name="Hotel Calendar Management" sequence="20"
|
<menuitem id="hotel_calendar_management_menu" name="Hotel Calendar Management" sequence="20"
|
||||||
|
|||||||
Reference in New Issue
Block a user