-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
In V18 callback on transaction are removed, and in V16 odoo not do use then.
The idea is to remove the callback logic from here :
Also removing the logic of confirming to a sale order
And use the odoo native approach
For converting a cart to a sale.
We can in the module sale_cart inherit the method "set_pending", "set_done", "set_autorized" and change the typology before calling the super method
For confirming the sale order, we should not add extra logic in shopinvader as odoo native already take care of this and check the amout between the so and the transaction : https://github.com/odoo/odoo/blob/16.0/addons/sale/models/payment_transaction.py#L63
Metadata
Metadata
Assignees
Labels
No labels