diff --git a/README.md b/README.md index cc813b39..6eae53ec 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [fleet_vehicle_fuel_capacity](fleet_vehicle_fuel_capacity/) | 15.0.1.0.1 | [![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/) | 15.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/) | 15.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/) | 15.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_inspection](fleet_vehicle_inspection/) | 15.0.2.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_inspection_template](fleet_vehicle_inspection_template/) | 15.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module extend module fleet_vehicle_inspection enable inspection templates feature [fleet_vehicle_log_fuel](fleet_vehicle_log_fuel/) | 15.0.1.0.0 | | Add Log Fuels for your vehicles. [fleet_vehicle_service_calendar](fleet_vehicle_service_calendar/) | 15.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. diff --git a/fleet_vehicle_inspection/README.rst b/fleet_vehicle_inspection/README.rst index 0e8f0067..4fa39d3e 100644 --- a/fleet_vehicle_inspection/README.rst +++ b/fleet_vehicle_inspection/README.rst @@ -7,7 +7,7 @@ Fleet Vehicle Inspection !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e9f054b06950870741c0c7c58018aee2c01a8d15fd0bbc92cfc1051094f77442 + !! source digest: sha256:201fc88c7cf1510b4326cf49aba2915fe4b383a73873a121e0a4a87d3ca1f674 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/fleet_vehicle_inspection/__manifest__.py b/fleet_vehicle_inspection/__manifest__.py index aa819762..6003d459 100644 --- a/fleet_vehicle_inspection/__manifest__.py +++ b/fleet_vehicle_inspection/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This module extends the Fleet module allowing the registration of vehicle entry and exit inspections.""", - "version": "15.0.1.0.0", + "version": "15.0.2.0.0", "license": "AGPL-3", "category": "Human Resources", "author": "Escodoo,Odoo Community Association (OCA)", diff --git a/fleet_vehicle_inspection/static/description/index.html b/fleet_vehicle_inspection/static/description/index.html index 1e8e5e51..50cd33bd 100644 --- a/fleet_vehicle_inspection/static/description/index.html +++ b/fleet_vehicle_inspection/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Fleet Vehicle Inspection

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e9f054b06950870741c0c7c58018aee2c01a8d15fd0bbc92cfc1051094f77442 +!! source digest: sha256:201fc88c7cf1510b4326cf49aba2915fe4b383a73873a121e0a4a87d3ca1f674 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the Fleet module allowing the registration of vehicle entry and exit inspections.