fleet
fleet copied to clipboard
Odoo fleet management modules
Hi everyone, I am working on an Odoo project with the purpose of serving vehicle repair shop businnes. I understand that the fleet module is designed for the management and...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate - [x] fleet_vehicle_calendar_year - By @kaynnan - #105 - [x] fleet_vehicle_configuration - By @kaynnan - #117 - [x] fleet_vehicle_fuel_capacity - By @kaynnan -...
[13.0] [fleet_vehicle_service_kanban] Can't acess Vehicles Services Logs from parent menu Vehicles
Error: Odoo Server Error Traceback (most recent call last): File "/opt/odoo/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo/odoo/tools/pycompat.py",...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [ ] fleet_vehicle_calendar_year - [ ] fleet_vehicle_configuration - [x] fleet_vehicle_fuel_capacity - By @BhaveshHeliconia - #174 - [ ] fleet_vehicle_fuel_type_ethanol - [x] fleet_vehicle_history_date_end...
I think it looks better when the end date of the current element in the log it the previous day from the start date of the next element.
In a fuel log - issue: when modifying the odometer value, it creates a new odometer - fix: update existing odometer value
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0 # Modules to migrate Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list - [x] fleet_vehicle_calendar_year - By @BhaveshHeliconia - #167 - [x] fleet_vehicle_category - By @BhaveshHeliconia - #168 - [x] fleet_vehicle_configuration...
i migrate the fleet_vehicle_log_fuel , from version 16 to verison 17, I did changes in views(.xml) files. hope it helps 👍
In Odoo 16, in the fleet.fleet_vehicle_view_form form, there is an invisible company_id above the button_box. This causes a view bug, as shown in the screenshot I included. What if owner_id...