Hi all,
im trying to develop module where the users can see only the fleet of his locations, like a tracking, i developed a method that make a domain it depends of the current_location_0 field, it works that show to the users only the fleet of his location
now im trying to make that when the lot change of locations, the current_location_0 field should change, to the domain beeing right
but when i try to set to the field the compute function or a related attribute, the domain stop working, now show me all the fleets :(,
can anyone help me? i tried to copy the field that changes in the lot lot_id.lot_id.serie_location_id
serie_location_id is the field that track the location of the lot, in the stock.production.lot model