From 2bf12192dcfec0e21d68103319ad19e980d32313 Mon Sep 17 00:00:00 2001 From: Antoni Marroig Campomar Date: Mon, 28 Oct 2024 14:33:42 +0100 Subject: [PATCH] [MIG] fieldservice_portal: Migration to 17.0 --- fieldservice_portal/README.rst | 4 ++++ fieldservice_portal/__manifest__.py | 2 +- fieldservice_portal/readme/CONTRIBUTORS.md | 3 +++ fieldservice_portal/static/description/index.html | 7 +++++++ fieldservice_portal/tests/test_portal.py | 1 - 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/fieldservice_portal/README.rst b/fieldservice_portal/README.rst index 2a40eca5f0..7ea89b8e83 100644 --- a/fieldservice_portal/README.rst +++ b/fieldservice_portal/README.rst @@ -61,6 +61,10 @@ Contributors - Alessio Renda +- `APSL-Nagarro `__: + + - Antoni Marroig + Maintainers ----------- diff --git a/fieldservice_portal/__manifest__.py b/fieldservice_portal/__manifest__.py index b159c19e6a..da12e3d5b2 100644 --- a/fieldservice_portal/__manifest__.py +++ b/fieldservice_portal/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Field Service - Portal", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "summary": """ Bridge module between fieldservice and portal. """, diff --git a/fieldservice_portal/readme/CONTRIBUTORS.md b/fieldservice_portal/readme/CONTRIBUTORS.md index ee805abf11..f7b0824f78 100644 --- a/fieldservice_portal/readme/CONTRIBUTORS.md +++ b/fieldservice_portal/readme/CONTRIBUTORS.md @@ -1,3 +1,6 @@ - [PyTech SRL](https://www.pytech.it): > - Alessio Renda \<\> +- [APSL-Nagarro](): + + > - Antoni Marroig \<\> \ No newline at end of file diff --git a/fieldservice_portal/static/description/index.html b/fieldservice_portal/static/description/index.html index e48a7c8c27..b6be2c021d 100644 --- a/fieldservice_portal/static/description/index.html +++ b/fieldservice_portal/static/description/index.html @@ -410,6 +410,13 @@

Contributors

+
  • APSL-Nagarro:

    +
    + +
    +
  • diff --git a/fieldservice_portal/tests/test_portal.py b/fieldservice_portal/tests/test_portal.py index dfa3881861..bcacd69df4 100644 --- a/fieldservice_portal/tests/test_portal.py +++ b/fieldservice_portal/tests/test_portal.py @@ -62,7 +62,6 @@ def test_fsm_order_access_denied(self): "name": "Test Location No Portal User", "phone": "123", "email": "tp@email.com", - "customer_id": test_loc_partner.id, "partner_id": test_loc_partner.id, "owner_id": test_loc_partner.id, }