Skip to content

Commit

Permalink
[MIG] maintenance_equipment_status: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Jun 21, 2024
1 parent 0c69134 commit c29f67f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions maintenance_equipment_status/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Contributors
- Adriá Gil <adria.gil@forgeflow.com>
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
- David Alonso <david.alonso@solvos.es>
- [APSL-Nagarro](https://apsl.tech):

- Antoni Marroig <amarroig@apsl.net>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion maintenance_equipment_status/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Maintenance Equipment Status",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/maintenance",
Expand Down
2 changes: 2 additions & 0 deletions maintenance_equipment_status/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Adriá Gil \<<adria.gil@forgeflow.com>\>
- Jordi Ballester Alomar \<<jordi.ballester@forgeflow.com>\>
- David Alonso \<<david.alonso@solvos.es>\>
- \[APSL-Nagarro\](<https://apsl.tech>):
- Antoni Marroig \<<amarroig@apsl.net>\>
4 changes: 4 additions & 0 deletions maintenance_equipment_status/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<li>Adriá Gil &lt;<a class="reference external" href="mailto:adria.gil&#64;forgeflow.com">adria.gil&#64;forgeflow.com</a>&gt;</li>
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
<li>David Alonso &lt;<a class="reference external" href="mailto:david.alonso&#64;solvos.es">david.alonso&#64;solvos.es</a>&gt;</li>
<li>[APSL-Nagarro](<a class="reference external" href="https://apsl.tech">https://apsl.tech</a>):<ul>
<li>Antoni Marroig &lt;<a class="reference external" href="mailto:amarroig&#64;apsl.net">amarroig&#64;apsl.net</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
invisible="active"
/>
<field name="active" invisible="1" />
<div class="oe_title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</field>
<xpath expr="//div[hasclass('oe_kanban_bottom_left')]" position="inside">
<div class="badge badge-primary" t-if="record.status_id.value">
<t t-raw="record.status_id.value" />
<t t-out="record.status_id.value" />
</div>
</xpath>
</field>
Expand Down

0 comments on commit c29f67f

Please sign in to comment.