diff --git a/README.md b/README.md index 68f9445e..010ae3a8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [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_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_calendar](fleet_vehicle_service_calendar/) | 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) | Add a smart button in services to schedule meetings. [fleet_vehicle_service_kanban](fleet_vehicle_service_kanban/) | 16.0.1.1.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 features of kanban to logs of vehicle services. [fleet_vehicle_service_services](fleet_vehicle_service_services/) | 16.0.1.0.0 | | Add subservices in Services. [fleet_vehicle_stock](fleet_vehicle_stock/) | 16.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | This module is an add-on for the Fleet application in Odoo. It allows you to track your Fleet Vehicles in stock moves. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 92f63830..b824a890 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240307.0 \ No newline at end of file +16.0.20240311.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index dc00f68a..6e3fbc81 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ 'odoo-addon-fleet_vehicle_fuel_type_ethanol>=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_calendar>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_service_kanban>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_service_services>=16.0dev,<16.1dev', 'odoo-addon-fleet_vehicle_stock>=16.0dev,<16.1dev',