diff --git a/resource_booking_timeline/__init__.py b/resource_booking_timeline/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/resource_booking_timeline/__manifest__.py b/resource_booking_timeline/__manifest__.py new file mode 100644 index 00000000..062d3dac --- /dev/null +++ b/resource_booking_timeline/__manifest__.py @@ -0,0 +1,21 @@ +# Copyright 2023 Henrik Norlin +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Resource Booking Timeline", + "summary": "", + "author": "Henrik Norlin, Odoo Community Association (OCA)", + "category": "Appointments", + "data": [ + "views/resource_booking_views.xml", + ], + "depends": [ + "resource_booking", + "web_timeline", + ], + "development_status": "Alpha", + "license": "AGPL-3", + "maintainers": ["norlinhenrik"], + "version": "16.0.1.0.0", + "website": "https://github.com/OCA/calendar", +} diff --git a/resource_booking_timeline/readme/CONTRIBUTORS.rst b/resource_booking_timeline/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..8c886e23 --- /dev/null +++ b/resource_booking_timeline/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Henrik Norlin diff --git a/resource_booking_timeline/readme/DESCRIPTION.rst b/resource_booking_timeline/readme/DESCRIPTION.rst new file mode 100644 index 00000000..95949ea0 --- /dev/null +++ b/resource_booking_timeline/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module shows resource bookings in timeline view. diff --git a/resource_booking_timeline/static/description/icon.png b/resource_booking_timeline/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/resource_booking_timeline/static/description/icon.png differ diff --git a/resource_booking_timeline/views/resource_booking_views.xml b/resource_booking_timeline/views/resource_booking_views.xml new file mode 100644 index 00000000..708ff28d --- /dev/null +++ b/resource_booking_timeline/views/resource_booking_views.xml @@ -0,0 +1,28 @@ + + + + resource.booking + timeline + + + + +
+
+
+ + + + + + timeline,calendar,tree,form + {'search_default_is_mine': 1, 'default_combination_auto_assign': 0} + +