Skip to content

Commit

Permalink
[MIG] fleet_vehicle_category: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyOliveira98 committed Sep 12, 2024
1 parent bb83523 commit cbb7615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fleet_vehicle_category/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Fleet Vehicle Category",
"summary": "Add category definition for vehicles.",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Human Resources",
"author": "Stefano Consolaro, Associazione PNLUG - Gruppo Odoo, "
"Odoo Community Association (OCA)",
Expand Down
6 changes: 3 additions & 3 deletions fleet_vehicle_category/views/fleet_vehicle_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
</record>

<record model="ir.ui.menu" id="fleet_vehicle_category_menu">
<field name="name">Vehicle Category</field>
<field name="parent_id" ref="fleet.fleet_configuration" />
<field name="name">Categories</field>
<field name="parent_id" ref="fleet.fleet_vehicles_configuration" />
<field name="action" ref="fleet_vehicle_category_act_window" />
<field name="sequence" eval="16" />
<field name="sequence" eval="30" />
</record>

</odoo>

0 comments on commit cbb7615

Please sign in to comment.