diff --git a/README.md b/README.md index fd8ba8df..34fd248d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [fleet_vehicle_history_date_end](fleet_vehicle_history_date_end/) | 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) | Automatically assign date end in vehicle history when a new driver is assigned. [fleet_vehicle_inspection](fleet_vehicle_inspection/) | 14.0.3.0.2 | [![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/) | 14.0.1.0.1 | [![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_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_license_plate_alt](fleet_vehicle_license_plate_alt/) | 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 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 diff --git a/fleet_vehicle_license_plate_alt/README.rst b/fleet_vehicle_license_plate_alt/README.rst index 304c1d93..1e1fa410 100644 --- a/fleet_vehicle_license_plate_alt/README.rst +++ b/fleet_vehicle_license_plate_alt/README.rst @@ -7,7 +7,7 @@ Fleet Alternative License Plate !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ce014afdfecb0f0a9520e4c1c6af3e0e6fd4e549dedd39c542f9a6f7494ef608 + !! source digest: sha256:6831d2c5a8b622b7a4a309523733bb6966ae8b604c9a330317d89405e3a9faa3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/fleet_vehicle_license_plate_alt/__manifest__.py b/fleet_vehicle_license_plate_alt/__manifest__.py index dfc716ea..6ccd00f5 100644 --- a/fleet_vehicle_license_plate_alt/__manifest__.py +++ b/fleet_vehicle_license_plate_alt/__manifest__.py @@ -10,7 +10,7 @@ "development_status": "Production/Stable", "website": "https://github.com/OCA/fleet", "license": "AGPL-3", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "depends": ["fleet"], "data": ["views/fleet_vehicle_views.xml"], "installable": True, diff --git a/fleet_vehicle_license_plate_alt/static/description/index.html b/fleet_vehicle_license_plate_alt/static/description/index.html index f611c3a4..b2ca32bc 100644 --- a/fleet_vehicle_license_plate_alt/static/description/index.html +++ b/fleet_vehicle_license_plate_alt/static/description/index.html @@ -367,7 +367,7 @@
This module adds a new field in the vehicle to store an alternative license plate, also extends filter for vehicle in search view to search also in this field.