Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 27, 2023
1 parent b700c44 commit ef23fc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fleet_vehicle_license_plate_alt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fleet_vehicle_license_plate_alt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Fleet Alternative License Plate</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ce014afdfecb0f0a9520e4c1c6af3e0e6fd4e549dedd39c542f9a6f7494ef608
!! source digest: sha256:6831d2c5a8b622b7a4a309523733bb6966ae8b604c9a330317d89405e3a9faa3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/fleet/tree/14.0/fleet_vehicle_license_plate_alt"><img alt="OCA/fleet" src="https://img.shields.io/badge/github-OCA%2Ffleet-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/fleet-14-0/fleet-14-0-fleet_vehicle_license_plate_alt"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/fleet&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</p>
Expand Down

0 comments on commit ef23fc8

Please sign in to comment.