-
- Downloads
[FIX] account: Fix the 'state' live-cycle of account.payment
Introduced by https://github.com/odoo/odoo/commit/ab483a3a6610a09391ec00e9c1c49489ca4a4f12 There was no way to exit the 'cancelled' state of an account.payment. The new live-cycle is: - draft -> posted -> sent -> reconciled -> cancelled - action_draft to move the account.payment from ('cancelled', 'posted', 'sent', 'reconciled') -> 'draft' - cancel to move the account.payment from 'draft' -> 'cancel' closes odoo/odoo#40179 Signed-off-by:oco-odoo <oco-odoo@users.noreply.github.com>
Please register or sign in to comment