[IMP] account_reconcile_oca: Avoid change of page when deleting a line

This commit is contained in:
Enric Tobella
2024-07-10 10:54:08 +02:00
parent 67c75bb6ad
commit 320bc45e48

View File

@@ -65,6 +65,7 @@ export class AccountReconcileDataWidget extends Component {
return data;
}
onTrashLine(ev, line) {
ev.stopPropagation();
this.props.record.update({
manual_reference: line.reference,
manual_delete: true,