Skip to content

Commit

Permalink
[MIG] fleet_vehicle_service_services: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Jan 9, 2025
1 parent cc8a47f commit c6ac30f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions fleet_vehicle_service_services/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Contributors
------------

- Miquel Raïch <miquel.raich@forgeflow.com>
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion fleet_vehicle_service_services/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Fleet Vehicle Service Services",
"summary": "Add subservices in Services.",
"version": "16.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Human Resources/Fleet",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/fleet",
Expand Down
1 change: 1 addition & 0 deletions fleet_vehicle_service_services/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Miquel Raïch \<<miquel.raich@forgeflow.com>\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<ul class="simple">
<li>Miquel Raïch &lt;<a class="reference external" href="mailto:miquel.raich&#64;forgeflow.com">miquel.raich&#64;forgeflow.com</a>&gt;</li>
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a></li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="model">fleet.vehicle.log.services</field>
<field name="inherit_id" ref="fleet.fleet_vehicle_log_services_view_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='notes']/.." position="before">
<xpath expr="//sheet//separator" position="before">
<group string="Included Services">
<field name="service_ids" widget="many2many_tags" nolabel="1" />
</group>
Expand Down

0 comments on commit c6ac30f

Please sign in to comment.