From 25d20c2db3e9d471fe71d06ddbd9e31038cb3168 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 16 Sep 2024 13:30:32 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + fleet_vehicle_history_date_end/README.rst | 2 +- fleet_vehicle_history_date_end/static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72163404..f8c0d955 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [fleet_vehicle_configuration](fleet_vehicle_configuration/) | 16.0.1.0.0 | | add vehicle configuration capacity [fleet_vehicle_fuel_capacity](fleet_vehicle_fuel_capacity/) | 16.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module extends the functionality of fleet management. It allows the registration of a vehicle's fuel capacity. [fleet_vehicle_fuel_type_ethanol](fleet_vehicle_fuel_type_ethanol/) | 16.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module extends the fleet management functionality. This adds ethanol as another type of fuel to be used by a vehicle in the fleet. +[fleet_vehicle_history_date_end](fleet_vehicle_history_date_end/) | 16.0.1.0.0 | [![mamcode](https://github.com/mamcode.png?size=30px)](https://github.com/mamcode) [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Automatically assign date end in vehicle history when a new driver is assigned. [fleet_vehicle_inspection](fleet_vehicle_inspection/) | 16.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module extends the Fleet module allowing the registration of vehicle entry and exit inspections. [fleet_vehicle_log_fuel](fleet_vehicle_log_fuel/) | 16.0.1.0.0 | | Add Log Fuels for your vehicles. [fleet_vehicle_service_activity](fleet_vehicle_service_activity/) | 16.0.1.0.0 | | Activity alerts for fleet services diff --git a/fleet_vehicle_history_date_end/README.rst b/fleet_vehicle_history_date_end/README.rst index 84868ba9..f54ffe0f 100644 --- a/fleet_vehicle_history_date_end/README.rst +++ b/fleet_vehicle_history_date_end/README.rst @@ -7,7 +7,7 @@ Assign date end in vehicle history !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1965eef9e7f34aff3e1cd754e64716fae315bd8c2c9c92bebd9019abb7816f87 + !! source digest: sha256:2982843bc6ce8309d8d546988304e9b9dc0d9e9c3d1d853e7bb361a7608d3df1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/fleet_vehicle_history_date_end/static/description/index.html b/fleet_vehicle_history_date_end/static/description/index.html index b9e44df8..7a862742 100644 --- a/fleet_vehicle_history_date_end/static/description/index.html +++ b/fleet_vehicle_history_date_end/static/description/index.html @@ -367,7 +367,7 @@

Assign date end in vehicle history

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1965eef9e7f34aff3e1cd754e64716fae315bd8c2c9c92bebd9019abb7816f87 +!! source digest: sha256:2982843bc6ce8309d8d546988304e9b9dc0d9e9c3d1d853e7bb361a7608d3df1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/fleet Translate me on Weblate Try me on Runboat

Odoo only assign the start date on vehicle’s drivers history when a new driver is assigned, this module also will assign automatically the end date in previous vehicle’s driver histories when a new driver is assigned to the vehicle.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1299edb8..2ede2568 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240313.0 \ No newline at end of file +16.0.20240916.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 646c8a2c..3f5d1f56 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ 'odoo-addon-fleet_vehicle_configuration>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_fuel_capacity>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_fuel_type_ethanol>=16.0dev,<16.1dev', + 'odoo-addon-fleet_vehicle_history_date_end>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_inspection>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_log_fuel>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_service_activity>=16.0dev,<16.1dev',