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 Sep 16, 2024
1 parent 9c6ef98 commit 25d20c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fleet_vehicle_history_date_end/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Assign date end in vehicle history</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1965eef9e7f34aff3e1cd754e64716fae315bd8c2c9c92bebd9019abb7816f87
!! source digest: sha256:2982843bc6ce8309d8d546988304e9b9dc0d9e9c3d1d853e7bb361a7608d3df1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/16.0/fleet_vehicle_history_date_end"><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-16-0/fleet-16-0-fleet_vehicle_history_date_end"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.20240313.0
16.0.20240916.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 25d20c2

Please sign in to comment.