This question has been flagged

try to call this function by php 

$confirm_payment_id = $models->execute_kw($db,$uid,$pass,
'account.payment',
'action_validate_invoice_payment',
array(
array(
'amount'=>907.29,
'payment_date'=>'2018-11-19',
'journal_id'=>8,
'communication'=>'INV/2018/0053')
)
);


I copy field  from website in order to insert correct like web browser 

can i see example how to use function ? 

฿






Avatar
Discard