This question has been flagged
1 Reply
2024 Views

I just installed Fleet app and i need to change fuel type. I'm in Brazil and here we use Alcohol and Flex fuel types. I have Studio but when i change fuel type it says i need to update those values with python. How can i do that?

Avatar
Discard
Best Answer

You will need to write a custom python module to extend the fleet.vehicle model and add these values to the selection values for the fuel_type field.

Avatar
Discard
Author

Wow! That's a lot, just to change the fuel type.

Thank you Paresh. I'll try it.