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 IDNameModelTypeStatus
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_policy Selection
    default='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')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…