Hello all,
I know that if I click on this button, it throws the method button_proforma_voucher. But the
For example, button_proforma_voucher method takes 5 arguments. Where does the button view take its arguments to throw the associated method?
In the view :
<button name="button_proforma_voucher" string="Register Payment" class="oe_highlight" type="object"/>
In the python code, the method has already ids value. Where does it take thid ids? :
def button_proforma_voucher(self, cr, uid, ids, context=None):_logger.error(" ids :: %s", str(ids))
Thanks to help