Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 08:09:21
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA)
Committers
Weblate, oca-ci, JasminSForgeFlow
Odoo dependencies
Python dependencies
num2words
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_move_form_discount_date account.move.form.discount.date account.move form Inherits account.view_move_form
account_move_search_discount_date account.move.search.discount.date account.move search Inherits account.view_account_invoice_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • valid_discount_date Date
Public methods (1)
  • action_post(self)

New fields (0)

No new fields.

Public methods (4)
  • auto_fill_payments(self)
  • get_batch_payment_amount(self, invoice=None, payment_date=None)
  • get_invoice_payment_line(self, invoice)
  • onchange_payment_date(self)
    @api.onchange('payment_date')

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)

New fields (0)

No new fields.

Public methods (2)
  • onchange_amount(self)
    @api.onchange('amount')
  • onchange_payment_diff_handling(self)
    @api.onchange('payment_difference_handling')
    Special case: When payment diff amount is 0, payment difference handling should be in 'open' action

Loading…