Daily updates from Odoo
Wednesday, December 20, 2017
1 change
New functionality added to Odoo
Users can now see and use the Cancel option on paid invoices when the cancellation feature is enabled. This supports the intended workflow where the payment and invoice are first unreconciled, then the invoice can be cancelled when needed.
Original PR description
When an invoice is paid, the button "Cancel" is not visible. However, it should be the case because it's the logic of account_cancel itself. Indeed, after having unreconcilied the invoice and the payment, the user should be able to cancel the invoice. -task: https://www.odoo.com/web#id=34307&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr