From d832a09a6788ca2b29864c537315dece1f361d01 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 3 Jan 2025 23:16:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + fieldservice_portal/README.rst | 2 +- fieldservice_portal/static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25d3c8dd2b..ad3a1ec6fd 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ addon | version | maintainers | summary [fieldservice_location_builder](fieldservice_location_builder/) | 15.0.1.0.0 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Adds a tool to help build out Location Hierarchies [fieldservice_logbook](fieldservice_logbook/) | 15.0.1.0.0 | [![yankinmax](https://github.com/yankinmax.png?size=30px)](https://github.com/yankinmax) | Manage Field Service equipment logbooks [fieldservice_partner_multi_relation](fieldservice_partner_multi_relation/) | 15.0.1.0.1 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Manage relations between contacts, companies and locations +[fieldservice_portal](fieldservice_portal/) | 15.0.1.0.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Bridge module between fieldservice and portal. [fieldservice_project](fieldservice_project/) | 15.0.1.0.0 | | Create field service orders from a project or project task [fieldservice_purchase](fieldservice_purchase/) | 15.0.1.0.1 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) | Manage FSM Purchases [fieldservice_recurring](fieldservice_recurring/) | 15.0.2.0.0 | [![wolfhall](https://github.com/wolfhall.png?size=30px)](https://github.com/wolfhall) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) [![brian10048](https://github.com/brian10048.png?size=30px)](https://github.com/brian10048) | Manage recurring Field Service orders diff --git a/fieldservice_portal/README.rst b/fieldservice_portal/README.rst index f9e714ab86..9087414188 100644 --- a/fieldservice_portal/README.rst +++ b/fieldservice_portal/README.rst @@ -7,7 +7,7 @@ Field Service - Portal !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bfddb8307746f6f3179ded15fd2c7b9a6622c6e21d24ae73c9aece10a7f455f6 + !! source digest: sha256:ed3d349aa0b8d0fc92c73ff81e4d0e90bc646ad3310e4b9a3f27fd447a05673b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fieldservice_portal/static/description/index.html b/fieldservice_portal/static/description/index.html index b26bf1063b..21a6ef0d13 100644 --- a/fieldservice_portal/static/description/index.html +++ b/fieldservice_portal/static/description/index.html @@ -367,7 +367,7 @@

Field Service - Portal

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:bfddb8307746f6f3179ded15fd2c7b9a6622c6e21d24ae73c9aece10a7f455f6 +!! source digest: sha256:ed3d349aa0b8d0fc92c73ff81e4d0e90bc646ad3310e4b9a3f27fd447a05673b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3e59197c2e..d877671090 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240702.0 \ No newline at end of file +15.0.20250103.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index bedd74e7ce..70c336cb78 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -26,6 +26,7 @@ 'odoo-addon-fieldservice_location_builder>=15.0dev,<15.1dev', 'odoo-addon-fieldservice_logbook>=15.0dev,<15.1dev', 'odoo-addon-fieldservice_partner_multi_relation>=15.0dev,<15.1dev', + 'odoo-addon-fieldservice_portal>=15.0dev,<15.1dev', 'odoo-addon-fieldservice_project>=15.0dev,<15.1dev', 'odoo-addon-fieldservice_purchase>=15.0dev,<15.1dev', 'odoo-addon-fieldservice_recurring>=15.0dev,<15.1dev',