TIP: You can type at any time to perform a new search.
Partner Outstanding Statement
customer_outstanding_statement · OCA/account-financial-reporting
- Repository
- OCA/account-financial-reporting · module folder · Try on Runboat
- Module version
- 2.1.2
- Category
- Accounting & Finance
- Folder size
- 0.18 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-financial-reporting
- Last tracking update
- 2026-08-07 07:24:54
- Authors
- Odoo Community Association (OCA), Eficent
- Maintainers
- Odoo Community Association (OCA), Eficent
- Committers
- GitHub, mreficent, Jordi Ballester Alomar, Graeme Gellatly, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
customer_outstanding_statement.statement_document |
customer_outstanding_statement.statement_document | ir.ui.view | qweb | New |
customer_outstanding_statement_wizard_view |
Customer Outstanding Statement Wizard | customer.outstanding.statement.wizard | form | New |
report_assets_common |
oca_statements report assets | ir.ui.view | qweb | Inherits web.report_assets_common |
statement |
statement | ir.ui.view | qweb | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (6)
-
account_typeSelectiondefault='receivable'string='Account type' args: [('receivable', 'Receivable'), ('payable', 'Payable')] -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>string='Company' -
date_endDatedefault=fields.Date.to_string(date.today())required=True -
filter_partners_non_dueBooleandefault=Truestring="Don't show partners with no due entries" -
number_partner_idsIntegerdefault=<expr> -
show_aging_bucketsBooleandefault=Truestring='Include Aging Buckets'
-
button_export_pdf(self)@api.multi
New fields (0)
No new fields.
Public methods (1)-
get_report_values(self, docids, data)@api.multi
Loading…
Loading…