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 30, 2024
1 parent 5547cad commit 557c8df
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 5 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
6 changes: 6 additions & 0 deletions fieldservice_portal/static/src/img/fsmorder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion fieldservice_portal/static/src/js/fsm_order_portal.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @odoo-module */

import "portal.portal"; // Force dependencies
// Force dependencies
import "portal.portal";
import publicWidget from "web.public.widget";

publicWidget.registry.PortalHomeCounters.include({
Expand Down
11 changes: 8 additions & 3 deletions fieldservice_portal/views/portal_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@
>
<xpath expr="//div[hasclass('o_portal_docs')]" position="inside">
<t t-call="portal.portal_docs_entry">
<t t-set="title">FSM Orders</t>
<t t-set="url" t-value="'/my/fsm_orders'" />
<t t-set="placeholder_count" t-value="'fsm_order_count'" />
<t
t-set="icon"
t-value="'/fieldservice_portal/static/src/img/fsmorder.svg'"
/>
<t t-set="title">FSM Orders</t>
<t t-set="text">View your fieldservice orders</t>
<t t-set="url" t-value="'/my/fsm_orders'" />
<t t-set="placeholder_count" t-value="'fsm_order_count'" />
</t>
</xpath>
</template>
Expand Down

0 comments on commit 557c8df

Please sign in to comment.