Hi,
I want to add some custom Python code to the create_from_ui() function in the point_of_sale module (or any other function that can intercept before the order goes through). I've tried to create a model which inherits pos.order and used super but haven't been able to get it to work.
Does anyone know how I can override that function or otherwise intercept the pos order before it goes through and run custom code on it?