TIP: You can type at any time to perform a new search.
Sale Invoice Delivery State
sale_invoice_delivery_state · OCA/sale-workflow
- Repository
- OCA/sale-workflow · 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/sale-workflow
- Last tracking update
- 2026-08-18 11:20:13
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci, Guillaume MASSON
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows: - to indicate on a partner, if you want to invoice it after it is partially delivered or completely delivered. - to verify that the invoice status of the order is correct based on the customer's invoice policy and the delivery status of the order.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_property_form |
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)
-
invoice_policySelectiondefault='partially'help='Partially Delivered: Invoice when the customer is partially delivered.\nFully Delivered: Invoice when the customer is fully delivered.' args: [('partially', 'Partially Delivered'), ('fully', 'Fully Delivered')]
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…