From 763e18b8dad703ce4f4591a95e8965fd9a4ee41d Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Sun, 29 Oct 2023 20:11:53 +0100 Subject: [PATCH] *: Fix pylint --- maintenance_project_plan/README.rst | 2 +- maintenance_project_plan/__manifest__.py | 2 +- .../data/demo_maintenance_project_plan.xml | 22 +++++++++---------- .../static/description/index.html | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/maintenance_project_plan/README.rst b/maintenance_project_plan/README.rst index ca97c723c..a7de56b95 100644 --- a/maintenance_project_plan/README.rst +++ b/maintenance_project_plan/README.rst @@ -7,7 +7,7 @@ Maintenance Project Plans !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a67a3138349e359b726e1e9e6965b49ffb6e4c914fcd6bec67883c0e6312a681 + !! source digest: sha256:9be0554afd55b1d9de1c1d2bf5031986ff076df7e3cd2484a0c374f74ed6dab9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/maintenance_project_plan/__manifest__.py b/maintenance_project_plan/__manifest__.py index 712f96ae9..ba7159eb5 100644 --- a/maintenance_project_plan/__manifest__.py +++ b/maintenance_project_plan/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Maintenance Project Plans", "summary": "Adds project and task to a Maintenance Plan", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "author": "Odoo Community Association (OCA), Solvos", "license": "AGPL-3", "category": "Maintenance", diff --git a/maintenance_project_plan/data/demo_maintenance_project_plan.xml b/maintenance_project_plan/data/demo_maintenance_project_plan.xml index f1f66e19f..18d80bfee 100644 --- a/maintenance_project_plan/data/demo_maintenance_project_plan.xml +++ b/maintenance_project_plan/data/demo_maintenance_project_plan.xml @@ -1,11 +1,10 @@ - - + + name="maintenance_kind_id" + ref="maintenance_plan.maintenance_kind_monthly" + /> 30 @@ -13,18 +12,17 @@ 2 + id="maintenance_plan_monthly_equipment2_notask" + model="maintenance.plan" + > + name="maintenance_kind_id" + ref="maintenance_plan.maintenance_kind_weekly" + /> 7 day 1 - diff --git a/maintenance_project_plan/static/description/index.html b/maintenance_project_plan/static/description/index.html index be1c99e3c..4f02554cb 100644 --- a/maintenance_project_plan/static/description/index.html +++ b/maintenance_project_plan/static/description/index.html @@ -367,7 +367,7 @@

Maintenance Project Plans

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a67a3138349e359b726e1e9e6965b49ffb6e4c914fcd6bec67883c0e6312a681 +!! source digest: sha256:9be0554afd55b1d9de1c1d2bf5031986ff076df7e3cd2484a0c374f74ed6dab9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/maintenance Translate me on Weblate Try me on Runboat

This module adds project and task fields to a Maintenance Plan, which will be automatically propagated to any maintenance request generated from a Plan.