I am working on version 7.0 of tryton and I need to configure queues, I have noticed that when posting an invoice it executes the post() method twice, once when the button is pressed and once when the queue() method is executed, I’m not sure how it works.
I would like to disable the queues since generally the volume of invoices is low and when posting we do not need tryton to run a queue again.
I have read the documentation [0] but I don’t know how to configure it. An example would be very good for me.
I also don’t really know how this method works [1], any information would be quite useful.