Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 08:23:01
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
OCA
Committers
Weblate, OCA-git-bot, oca-ci, Edilio Escalona Almira
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to define payment days for partners. These payment days
are later taken into account to compute the due date of an invoice.

The partner payment days will overwrite any payment day configured in the
payment term lines.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form_inherit res.partner.form res.partner form Inherits account.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • apply_payment_days(self, line, date)
    Calculate the new date taking into account the partner payment days

New fields (2)
  • customer_payment_days Char
    help='The day or days when the partner does the payments. To be used for computing the invoices due date. Separate each payment day with dashes (-), commas (,) or spaces ( ).' string='Customer Payment day(s)'
  • supplier_payment_days Char
    help='The day or days when you do the payments to this partner. To be used for computing the bill due date. Separate each payment day with dashes (-), commas (,) or spaces ( ).' string='Vendor Payment day(s)'
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
73 days ago
Last activity
73 days ago
Repository
OCA/account-payment
Pull request
MIG 18.0 account_payment_term_partner_paydays (#952)