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 IDNameModelTypeStatus
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_invoiceability Boolean
    help='Prevent invoicing until everything has been delivered.'
Public methods (0)

No public methods.

New fields (1)
  • whole_delivered_invoiceability Boolean
    compute='_compute_whole_delivered_invoiceability' readonly=False store=True
Public methods (0)

No public methods.

Loading…