Skip to content

Commit

Permalink
[ADD] resource_booking_timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
norlinhenrik committed Feb 2, 2025
1 parent 1849674 commit 1c08778
Show file tree
Hide file tree
Showing 10 changed files with 580 additions and 0 deletions.
89 changes: 89 additions & 0 deletions resource_booking_timeline/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
=========================
Resource Booking Timeline
=========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6999d4c7c38c1e7b9c07c7cf20e52b9265bdefff56665267eef97c0e95136fab
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcalendar-lightgray.png?logo=github
:target: https://github.com/OCA/calendar/tree/16.0/resource_booking_timeline
:alt: OCA/calendar
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/calendar-16-0/calendar-16-0-resource_booking_timeline
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/calendar&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module shows resource bookings in timeline view.

.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/calendar/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/calendar/issues/new?body=module:%20resource_booking_timeline%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Henrik Norlin

Contributors
~~~~~~~~~~~~

* Henrik Norlin

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-norlinhenrik| image:: https://github.com/norlinhenrik.png?size=40px
:target: https://github.com/norlinhenrik
:alt: norlinhenrik

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-norlinhenrik|

This module is part of the `OCA/calendar <https://github.com/OCA/calendar/tree/16.0/resource_booking_timeline>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
21 changes: 21 additions & 0 deletions resource_booking_timeline/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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",
}
1 change: 1 addition & 0 deletions resource_booking_timeline/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Henrik Norlin
1 change: 1 addition & 0 deletions resource_booking_timeline/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module shows resource bookings in timeline view.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1c08778

Please sign in to comment.