I need to change add a field on the reconciliation form of Odoo. Therefore, I need to override the javascript function defining account.ReconciliationModel
In this function, I need to add my additional field in some places, like quickCreateFields, etc.
How can I do that? Thx!