Skip to content
Snippets Groups Projects

Draft: Port to Odoo 16.

Closed Etienne Ferriere requested to merge topic/13.0/MO16-236 into branch/13.0
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -273,7 +273,7 @@
active_ids=acc_entry_to_pay.ids,
)
wizard = wizard_obj.create({})
wizard = wizard_obj.create({"amount": amount_to_pay})
wizard.action_create_payments()
return True
Loading