Skip to content

Commit

Permalink
[MIG] fieldservice_portal: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Oct 28, 2024
1 parent 5547cad commit 2bf1219
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions fieldservice_portal/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Contributors

- Alessio Renda <[email protected]>

- `APSL-Nagarro <https://apsl.tech>`__:

- Antoni Marroig <[email protected]>

Maintainers
-----------

Expand Down
2 changes: 1 addition & 1 deletion fieldservice_portal/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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.
""",
Expand Down
3 changes: 3 additions & 0 deletions fieldservice_portal/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- [PyTech SRL](https://www.pytech.it):

> - Alessio Renda \<<[email protected]>\>
- [APSL-Nagarro](<https://apsl.tech>):

> - Antoni Marroig \<<[email protected]>\>
7 changes: 7 additions & 0 deletions fieldservice_portal/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,13 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
</ul>
</blockquote>
</li>
<li><p class="first"><a class="reference external" href="https://apsl.tech">APSL-Nagarro</a>:</p>
<blockquote>
<ul class="simple">
<li>Antoni Marroig &lt;<a class="reference external" href="mailto:amarroig&#64;apsl.net">amarroig&#64;apsl.net</a>&gt;</li>
</ul>
</blockquote>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
1 change: 0 additions & 1 deletion fieldservice_portal/tests/test_portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_fsm_order_access_denied(self):
"name": "Test Location No Portal User",
"phone": "123",
"email": "[email protected]",
"customer_id": test_loc_partner.id,
"partner_id": test_loc_partner.id,
"owner_id": test_loc_partner.id,
}
Expand Down

0 comments on commit 2bf1219

Please sign in to comment.