TIP: You can type at any time to perform a new search.
Partner Time to Pay
partner_time_to_pay · OCA/account-invoice-reporting
- Repository
- OCA/account-invoice-reporting · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Accounting & Finance
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoice-reporting
- Last tracking update
- 2026-08-07 08:43:00
- Authors
- Odoo Community Association (OCA), Open Source Integrators, Moduon
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators, Moduon
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module displays statistics related to the receivables and payables behavior of a partner on the *Sales & Purchases* tab of the partner form view. Also displays the full reconcile payment date on invoices. Statistics on each contact corresponds to the partner and its child contacts.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_invoice_tree |
account.invoice.tree.dtp | account.move | tree | Inherits account.view_invoice_tree |
view_move_form |
account.move.form.dtp | account.move | form | Inherits account.view_move_form |
view_res_partner_form_dtp |
res.partner.form.dtp | res.partner | form | Inherits account.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
full_reconcile_payment_dateDatecompute='_compute_full_reconcile_payment_date'compute_sudo=Truehelp='Date when the complete reconciliation of this invoice occurred.'store=Truestring='Payment Date'
No public methods.
New fields (6)
-
d2p_lifeFloatcompute='_compute_d2x'help='Average days of payment for incoming invoices.'store=Truestring='AVG Days to Payable (lifetime)' -
d2p_lyFloatcompute='_compute_d2x'help='Average days of payment for incoming invoices last year.'store=Truestring='AVG Days to Payable (LY)' -
d2p_ytdFloatcompute='_compute_d2x'help='Average days of payment for incoming invoices this year.'store=Truestring='AVG Days to Payable (YTD)' -
d2r_lifeFloatcompute='_compute_d2x'help='Average days of payment for outgoing invoices.'store=Truestring='AVG Days to Receivable (lifetime)' -
d2r_lyFloatcompute='_compute_d2x'help='Average days of payment for outgoing invoices last year.'store=Truestring='AVG Days to Receivable (LY)' -
d2r_ytdFloatcompute='_compute_d2x'help='Average days of payment for outgoing invoices this year.'store=Truestring='AVG Days to Receivable (YTD)'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 65 days ago
- Last activity
- 20 days ago
- Repository
- OCA/account-invoice-reporting
- Pull request
- [19.0][MIG] partner_time_to_pay: Migration to 19.0 (#423)