diff --git a/fieldservice_portal/README.rst b/fieldservice_portal/README.rst index 2a7ebc2748..2a40eca5f0 100644 --- a/fieldservice_portal/README.rst +++ b/fieldservice_portal/README.rst @@ -17,13 +17,13 @@ Field Service - Portal :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Ffield--service-lightgray.png?logo=github - :target: https://github.com/OCA/field-service/tree/16.0/fieldservice_portal + :target: https://github.com/OCA/field-service/tree/17.0/fieldservice_portal :alt: OCA/field-service .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/field-service-16-0/field-service-16-0-fieldservice_portal + :target: https://translation.odoo-community.org/projects/field-service-17-0/field-service-17-0-fieldservice_portal :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/field-service&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/field-service&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -42,7 +42,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. @@ -50,19 +50,19 @@ Credits ======= Authors -~~~~~~~ +------- * PyTech SRL Contributors -~~~~~~~~~~~~ +------------ -* `PyTech SRL `_: +- `PyTech SRL `__: - * Alessio Renda + - Alessio Renda Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -85,6 +85,6 @@ Current `maintainers `__: |maintainer-aleuffre| |maintainer-renda-dev| -This module is part of the `OCA/field-service `_ project on GitHub. +This module is part of the `OCA/field-service `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/fieldservice_portal/controllers/fsm_order_portal.py b/fieldservice_portal/controllers/fsm_order_portal.py index 8bf1be9b50..81f3282562 100644 --- a/fieldservice_portal/controllers/fsm_order_portal.py +++ b/fieldservice_portal/controllers/fsm_order_portal.py @@ -7,7 +7,8 @@ from odoo.osv.expression import OR from odoo.tools import groupby as groupbyelem -from odoo.addons.portal.controllers.portal import CustomerPortal, pager as portal_pager +from odoo.addons.portal.controllers.portal import CustomerPortal +from odoo.addons.portal.controllers.portal import pager as portal_pager class CustomerPortal(CustomerPortal): @@ -65,7 +66,7 @@ def portal_my_fsm_orders( groupby=None, search=None, search_in="all", - **kw + **kw, ): values = self._prepare_portal_layout_values() FsmOrder = request.env["fsm.order"] diff --git a/fieldservice_portal/pyproject.toml b/fieldservice_portal/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/fieldservice_portal/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/fieldservice_portal/readme/CONTRIBUTORS.md b/fieldservice_portal/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..ee805abf11 --- /dev/null +++ b/fieldservice_portal/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [PyTech SRL](https://www.pytech.it): + + > - Alessio Renda \<\> diff --git a/fieldservice_portal/readme/CONTRIBUTORS.rst b/fieldservice_portal/readme/CONTRIBUTORS.rst deleted file mode 100644 index e4ec89c4ce..0000000000 --- a/fieldservice_portal/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* `PyTech SRL `_: - - * Alessio Renda diff --git a/fieldservice_portal/readme/DESCRIPTION.rst b/fieldservice_portal/readme/DESCRIPTION.md similarity index 100% rename from fieldservice_portal/readme/DESCRIPTION.rst rename to fieldservice_portal/readme/DESCRIPTION.md diff --git a/fieldservice_portal/static/description/index.html b/fieldservice_portal/static/description/index.html index 24c16e4fc5..e48a7c8c27 100644 --- a/fieldservice_portal/static/description/index.html +++ b/fieldservice_portal/static/description/index.html @@ -369,7 +369,7 @@

Field Service - Portal

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:4e8d8551196ecf8c3769f0a0284b7620794bfbd83a438d3eb54113c400f629d8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/field-service Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/field-service Translate me on Weblate Try me on Runboat

Bridge module between fieldservice and portal that allows portal users to monitor work orders related to their locations.

Table of contents

@@ -389,7 +389,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.

@@ -423,7 +423,7 @@

Maintainers

promote its widespread use.

Current maintainers:

aleuffre renda-dev

-

This module is part of the OCA/field-service project on GitHub.

+

This module is part of the OCA/field-service project on GitHub.

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