TIP: You can type at any time to perform a new search.
Sales Fully Invoiced
sale_fully_invoiced · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), Forgeflow
- Maintainers
- Odoo Community Association (OCA), Forgeflow
- Committers
- Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
The standard invoice_status field shows information about the status invoices related to a sales Order. However, it may happen that invoice_status is "invoiced" while the invoices are still in draft. This module introduces a field, Fully Invoiced, that considers the status of the invoices.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fully_invoice_delivered_filters_view_fully_invoice_validated_search |
fully_invoice_delivered_filters | sale.order | search | Inherits sale.view_sales_order_filter |
sale_order_form_filter_invoice_status_validated |
sale.order.form.filter.invoice_status_validated | sale.order | form | Inherits sale.view_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
invoice_status_validatedSelectioncompute='_compute_invoice_status_validated'copy=Falsedefault='no'readonly=Truestore=Truestring='Posted Invoice Status' args: [('no', 'Nothing to Invoice'), ('to invoice', 'Can be Invoiced'), ('invoiced', 'Fully Invoiced')]
No public methods.
Loading…
Loading…