From fd9b1699258356b00ff6ff0c955d70a3a955904c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Tue, 17 Mar 2026 22:01:39 +0100 Subject: [PATCH] [MIG] maintenance_create_requests_from_project_task: Migration to 18.0 --- .../README.rst | 48 ------------------- .../__manifest__.py | 2 +- .../views/project_task.xml | 2 +- .../create_maintenance_requests_wizard.py | 12 +++-- 4 files changed, 10 insertions(+), 54 deletions(-) delete mode 100644 maintenance_create_requests_from_project_task/README.rst diff --git a/maintenance_create_requests_from_project_task/README.rst b/maintenance_create_requests_from_project_task/README.rst deleted file mode 100644 index 470141b..0000000 --- a/maintenance_create_requests_from_project_task/README.rst +++ /dev/null @@ -1,48 +0,0 @@ -============================================= -maintenance_create_requests_from_project_task -============================================= - -Allow the creation of multiple maintenance requests from a projet task. - -When user click on the button "Create maintenance requests", a wizard appears. -The wizard allows the user to configure the requests and to select the maintenance equipments concerned. -At wizard validation, one or several maintenance requests are created, one for each equipement selected. - -Installation -============ - -Use Odoo normal module installation procedure to install -``maintenance_create_requests_from_project_task``. - -Known issues / Roadmap -====================== - -None yet. - -Bug Tracker -=========== - -Bugs are tracked on `our issues website `_. In case of -trouble, please check there if your issue has already been -reported. If you spotted it first, help us smashing it by providing a -detailed and welcomed feedback. - -Credits -======= - -Contributors ------------- - -* Stéphan Sainléger - -Funders -------- - -The development of this module has been financially supported by: -* Elabore (https://elabore.coop) - - -Maintainer ----------- - -This module is maintained by Elabore. diff --git a/maintenance_create_requests_from_project_task/__manifest__.py b/maintenance_create_requests_from_project_task/__manifest__.py index 91adf6c..264550d 100644 --- a/maintenance_create_requests_from_project_task/__manifest__.py +++ b/maintenance_create_requests_from_project_task/__manifest__.py @@ -3,7 +3,7 @@ { "name": "maintenance_create_requests_from_project_task", - "version": "16.0.1.0.0", + "version": "18.0.1.0.0", "author": "Elabore", "website": "https://elabore.coop", "maintainer": "Stéphan Sainléger", diff --git a/maintenance_create_requests_from_project_task/views/project_task.xml b/maintenance_create_requests_from_project_task/views/project_task.xml index a993973..f86fd51 100644 --- a/maintenance_create_requests_from_project_task/views/project_task.xml +++ b/maintenance_create_requests_from_project_task/views/project_task.xml @@ -11,7 +11,7 @@