diff --git a/web_calendar_slot_duration/README.rst b/web_calendar_slot_duration/README.rst index 7a60b86f0..75028bd8f 100644 --- a/web_calendar_slot_duration/README.rst +++ b/web_calendar_slot_duration/README.rst @@ -17,20 +17,20 @@ Calendar slot duration :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/16.0/web_calendar_slot_duration + :target: https://github.com/OCA/web/tree/17.0/web_calendar_slot_duration :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_calendar_slot_duration + :target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_calendar_slot_duration :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/web&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module extends the functionality of backend calendars to support custom -slot durations and to allow you to provide more specific UX regarding event -duration and snapping. +This module extends the functionality of backend calendars to support +custom slot durations and to allow you to provide more specific UX +regarding event duration and snapping. **Table of contents** @@ -42,24 +42,28 @@ Configuration This documentation is for developers. -If you want to configure your calendar view's snap duration, make sure that you -action includes a context similar to this (example is the default value):: +If you want to configure your calendar view's snap duration, make sure +that you action includes a context similar to this (example is the +default value): - {"calendar_slot_duration": "00:30:00"} +:: -It can be added in actions defined on python or as ``ir.actions.act_window`` -records. + {"calendar_slot_duration": "00:30:00"} + +It can be added in actions defined on python or as +``ir.actions.act_window`` records. Usage ===== -To use this module, you need to install some other addon that uses it, as it -doesn't provide any end-user functionality. +To use this module, you need to install some other addon that uses it, +as it doesn't provide any end-user functionality. Known issues / Roadmap ====================== -* Drop module if/when https://github.com/odoo/odoo/pull/66739 is merged. +- Drop module if/when https://github.com/odoo/odoo/pull/66739 is + merged. Bug Tracker =========== @@ -67,7 +71,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -75,20 +79,20 @@ Credits ======= Authors -~~~~~~~ +------- * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* `Tecnativa `_: +- `Tecnativa `__: - * Jairo Llopis - * Stefan Ungureanu + - Jairo Llopis + - Stefan Ungureanu Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -108,6 +112,6 @@ Current `maintainer `__: |maintainer-Yajo| -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_calendar_slot_duration/pyproject.toml b/web_calendar_slot_duration/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/web_calendar_slot_duration/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/web_calendar_slot_duration/readme/CONFIGURE.md b/web_calendar_slot_duration/readme/CONFIGURE.md new file mode 100644 index 000000000..0ab98f2d8 --- /dev/null +++ b/web_calendar_slot_duration/readme/CONFIGURE.md @@ -0,0 +1,10 @@ +This documentation is for developers. + +If you want to configure your calendar view's snap duration, make sure +that you action includes a context similar to this (example is the +default value): + + {"calendar_slot_duration": "00:30:00"} + +It can be added in actions defined on python or as +`ir.actions.act_window` records. diff --git a/web_calendar_slot_duration/readme/CONFIGURE.rst b/web_calendar_slot_duration/readme/CONFIGURE.rst deleted file mode 100644 index 987abe5b9..000000000 --- a/web_calendar_slot_duration/readme/CONFIGURE.rst +++ /dev/null @@ -1,9 +0,0 @@ -This documentation is for developers. - -If you want to configure your calendar view's snap duration, make sure that you -action includes a context similar to this (example is the default value):: - - {"calendar_slot_duration": "00:30:00"} - -It can be added in actions defined on python or as ``ir.actions.act_window`` -records. diff --git a/web_calendar_slot_duration/readme/CONTRIBUTORS.md b/web_calendar_slot_duration/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..3541fd95f --- /dev/null +++ b/web_calendar_slot_duration/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [Tecnativa](https://www.tecnativa.com): + - Jairo Llopis + - Stefan Ungureanu diff --git a/web_calendar_slot_duration/readme/CONTRIBUTORS.rst b/web_calendar_slot_duration/readme/CONTRIBUTORS.rst deleted file mode 100644 index bdf9d224a..000000000 --- a/web_calendar_slot_duration/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* `Tecnativa `_: - - * Jairo Llopis - * Stefan Ungureanu diff --git a/web_calendar_slot_duration/readme/DESCRIPTION.md b/web_calendar_slot_duration/readme/DESCRIPTION.md new file mode 100644 index 000000000..400326b77 --- /dev/null +++ b/web_calendar_slot_duration/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module extends the functionality of backend calendars to support +custom slot durations and to allow you to provide more specific UX +regarding event duration and snapping. diff --git a/web_calendar_slot_duration/readme/DESCRIPTION.rst b/web_calendar_slot_duration/readme/DESCRIPTION.rst deleted file mode 100644 index e0bcd7739..000000000 --- a/web_calendar_slot_duration/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module extends the functionality of backend calendars to support custom -slot durations and to allow you to provide more specific UX regarding event -duration and snapping. diff --git a/web_calendar_slot_duration/readme/ROADMAP.md b/web_calendar_slot_duration/readme/ROADMAP.md new file mode 100644 index 000000000..027c78dae --- /dev/null +++ b/web_calendar_slot_duration/readme/ROADMAP.md @@ -0,0 +1,2 @@ +- Drop module if/when is + merged. diff --git a/web_calendar_slot_duration/readme/ROADMAP.rst b/web_calendar_slot_duration/readme/ROADMAP.rst deleted file mode 100644 index da9d2d706..000000000 --- a/web_calendar_slot_duration/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* Drop module if/when https://github.com/odoo/odoo/pull/66739 is merged. diff --git a/web_calendar_slot_duration/readme/USAGE.rst b/web_calendar_slot_duration/readme/USAGE.md similarity index 52% rename from web_calendar_slot_duration/readme/USAGE.rst rename to web_calendar_slot_duration/readme/USAGE.md index f8d0bc646..ad35d5dad 100644 --- a/web_calendar_slot_duration/readme/USAGE.rst +++ b/web_calendar_slot_duration/readme/USAGE.md @@ -1,2 +1,2 @@ -To use this module, you need to install some other addon that uses it, as it -doesn't provide any end-user functionality. +To use this module, you need to install some other addon that uses it, +as it doesn't provide any end-user functionality. diff --git a/web_calendar_slot_duration/static/description/index.html b/web_calendar_slot_duration/static/description/index.html index 581b8bff5..be58b5cc4 100644 --- a/web_calendar_slot_duration/static/description/index.html +++ b/web_calendar_slot_duration/static/description/index.html @@ -369,10 +369,10 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:1274b3dddbcd34bf1401a1f208b67af94f47a47121fa32b120acbc37c84a63be !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

-

This module extends the functionality of backend calendars to support custom -slot durations and to allow you to provide more specific UX regarding event -duration and snapping.

+

Production/Stable License: LGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

This module extends the functionality of backend calendars to support +custom slot durations and to allow you to provide more specific UX +regarding event duration and snapping.

Table of contents

    @@ -391,23 +391,25 @@ duration and snapping.

    Configuration

    This documentation is for developers.

    -

    If you want to configure your calendar view’s snap duration, make sure that you -action includes a context similar to this (example is the default value):

    +

    If you want to configure your calendar view’s snap duration, make sure +that you action includes a context similar to this (example is the +default value):

     {"calendar_slot_duration": "00:30:00"}
     
    -

    It can be added in actions defined on python or as ir.actions.act_window -records.

    +

    It can be added in actions defined on python or as +ir.actions.act_window records.

    Usage

    -

    To use this module, you need to install some other addon that uses it, as it -doesn’t provide any end-user functionality.

    +

    To use this module, you need to install some other addon that uses it, +as it doesn’t provide any end-user functionality.

    Known issues / Roadmap

    @@ -415,7 +417,7 @@ doesn’t provide any end-user functionality.

    Bugs are tracked on GitHub 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.

    +feedback.

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

    @@ -445,7 +447,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

    Current maintainer:

    Yajo

    -

    This module is part of the OCA/web project on GitHub.

    +

    This module is part of the OCA/web project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.