Hi people,
I'm trying to change color of Forecasted Widget in Sales Order view. I figured it is defined in this location odoo/addons/sale_stock/static/src/xml/sale_stock.xml this part of code:
https://ibb.co/FB6xCXP
I created custom module and tried to replace above code with my version like this (it should be red when Available Qty = 0, Yellow when Available Qty < 5 and green when Available Qty > 5) but with no luck
https://ibb.co/9hG4JWS
This file is located in static/src/forecast_widget.xml and in manifest file it's called through 'qweb': [ 'static/src/xml/forecast_widget.xml', ]
Can anyone please guide me where I made mistake? Thank you!
P.S. - My code isn't showing up on questions so I used ImgBB to upload pictures of code.