This question has been flagged

In odoo14 i want to add extra lines in payment journal entries


by using below.



class AccountPaymentRegister(models.TransientModel):
_inherit = 'account.payment.register'

​def _create_payments
(self):
​pass


Avatar
Discard