TIP: You can type at any time to perform a new search.
Sort Customer Invoice Lines
account_invoice_line_sort · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 0.1.0
- Category
- Finance
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://acsone.eu
- Last tracking update
- 2026-08-07 07:17:41
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_form |
account.invoice.form | account.invoice | form | Inherits account.invoice_form |
view_partner_form |
res.partner.form | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
line_orderSelectiondefault='sequence' args: AVAILABLE_SORT_OPTIONS, 'Sort Lines By' -
line_order_directionSelectiondefault='asc' args: AVAILABLE_ORDER_OPTIONS, 'Sort Direction'
-
create(self, vals)@api.model@api.returns('self', <expr>) -
get_partner_sort_options(self, partner_id)@api.model -
onchange_partner_id(self, type, partner_id, date_invoice=False, payment_term=False, partner_bank_id=False, company_id=False)@api.multi -
write(self, vals)@api.multi
New fields (0)
No new fields.
Public methods (2)-
create(self, vals)@api.model@api.returns('self', <expr>) -
write(self, vals)@api.multi
New fields (2)
-
line_orderSelectiondefault='sequence' args: account_invoice.AVAILABLE_SORT_OPTIONS, 'Sort Invoice Lines By' -
line_order_directionSelectiondefault='asc' args: account_invoice.AVAILABLE_ORDER_OPTIONS, 'Sort Direction'
No public methods.
Loading…
Loading…