From 9294ddcb47f364d7b3995cad1dadcdab4a4b69da Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 26 Nov 2023 18:24:48 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + fleet_vehicle_ownership/README.rst | 2 +- fleet_vehicle_ownership/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 bd4a298a..fd8ba8df 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [fleet_vehicle_license_plate_alt](fleet_vehicle_license_plate_alt/) | 14.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) | Add a new field in the vehicle, to store an alternative license plate. [fleet_vehicle_log_fuel](fleet_vehicle_log_fuel/) | 14.0.1.0.1 | | Add Log Fuels for your vehicles. [fleet_vehicle_notebook](fleet_vehicle_notebook/) | 14.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module provides an empty notebook for the vehicle form. +[fleet_vehicle_ownership](fleet_vehicle_ownership/) | 14.0.1.0.0 | | Add vehicle ownership, linking partners to vehicles [fleet_vehicle_pivot_graph](fleet_vehicle_pivot_graph/) | 14.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module extends the fleet management functionality. Adds the pivot table and graph view to the fleet vehicles. [fleet_vehicle_service_calendar](fleet_vehicle_service_calendar/) | 14.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) | Add a smart button in services to schedule meetings. [fleet_vehicle_service_kanban](fleet_vehicle_service_kanban/) | 14.0.1.0.1 | [![mamcode](https://github.com/mamcode.png?size=30px)](https://github.com/mamcode) [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Add features of kanban to logs of vehicle services. diff --git a/fleet_vehicle_ownership/README.rst b/fleet_vehicle_ownership/README.rst index eb952bd1..99a95c7f 100644 --- a/fleet_vehicle_ownership/README.rst +++ b/fleet_vehicle_ownership/README.rst @@ -7,7 +7,7 @@ Fleet Vehicle Ownership !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c10570fb68e2d39efee546647fe22fcfc8b4b8022f384619750d9cd0d8428027 + !! source digest: sha256:39c83b569e2c9772a90ddcbe8445fd5e2975d5381b987b8546fa07ebbe044843 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fleet_vehicle_ownership/static/description/index.html b/fleet_vehicle_ownership/static/description/index.html index ac1481ca..f14035c7 100644 --- a/fleet_vehicle_ownership/static/description/index.html +++ b/fleet_vehicle_ownership/static/description/index.html @@ -367,7 +367,7 @@

Fleet Vehicle Ownership

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c10570fb68e2d39efee546647fe22fcfc8b4b8022f384619750d9cd0d8428027 +!! source digest: sha256:39c83b569e2c9772a90ddcbe8445fd5e2975d5381b987b8546fa07ebbe044843 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of fleet to support vehicle owner diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4b83d798..6c0c88ce 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20220830.0 \ No newline at end of file +14.0.20231126.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d66e306d..2a125871 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -18,6 +18,7 @@ 'odoo14-addon-fleet_vehicle_license_plate_alt', 'odoo14-addon-fleet_vehicle_log_fuel', 'odoo14-addon-fleet_vehicle_notebook', + 'odoo14-addon-fleet_vehicle_ownership', 'odoo14-addon-fleet_vehicle_pivot_graph', 'odoo14-addon-fleet_vehicle_service_calendar', 'odoo14-addon-fleet_vehicle_service_kanban',