TIP: You can type at any time to perform a new search.
Sale Order Whole Delivered Invoiceability
sale_order_whole_delivered_invoiceability · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales Management
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 08:22:53
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- sale_order_type_whole_delivered_invoiceability
- Description
This module prevents the invoiceability of the sale orders until all the stockable products has been delivered.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_partner_sale_type_form_view |
res.partner.sale_type.form | res.partner | form | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order | Inherits sale.view_sales_order_filter |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
whole_delivered_invoiceabilityBooleanhelp='Prevent invoicing until everything has been delivered.'
No public methods.
New fields (1)
-
whole_delivered_invoiceabilityBooleancompute='_compute_whole_delivered_invoiceability'readonly=Falsestore=True
No public methods.
Loading…