Skip to content

Commit

Permalink
[16.0][MIG] maintenance_plan: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoRomera committed Dec 30, 2022
1 parent b37ca14 commit c61e7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance_plan/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Maintenance Plan",
"summary": "Extends preventive maintenance planning",
"version": "15.0.1.1.2",
"version": "16.0.1.0.0",
"author": "Camptocamp SA, ForgeFlow, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Maintenance",
Expand All @@ -17,7 +17,7 @@
"views/maintenance_plan_views.xml",
"views/maintenance_equipment_views.xml",
],
"external_dependencies": {"python": ["dateutil"]},
"external_dependencies": {"python": ["python-dateutil"]},
"demo": ["data/demo_maintenance_plan.xml"],
"post_init_hook": "post_init_hook",
"installable": True,
Expand Down

0 comments on commit c61e7d3

Please sign in to comment.