Sales Fully Invoiced

sale_fully_invoiced
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/19.0/sale_fully_invoiced
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Forgeflow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Forgeflow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, JasminSForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 IDNameModelTypeStatus
fully_invoice_delivered_filters_view_fully_invoice_validated_search fully_invoice_delivered_filters sale.order filter Inherits sale.view_sales_order_filter
sale_order_form_filter_invoice_status_validated sale.order.form.filter.invoice_status_validated sale.order field Inherits sale.view_order_form
Models touched (1)

New fields (1)
  • invoice_status_validated Selection
    compute='_compute_invoice_status_validated' copy=False default='no' readonly=True store=True string='Posted Invoice Status' args: [('no', 'Nothing to Invoice'), ('to invoice', 'Can be Invoiced'), ('invoiced', 'Fully Invoiced')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_fully_invoiced
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Forgeflow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Forgeflow
COMMITTERS
COMMITTERSAaronHForgeFlow, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fully_invoice_delivered_filters_view_fully_invoice_validated_search fully_invoice_delivered_filters sale.order filter Inherits sale.view_sales_order_filter
sale_order_form_filter_invoice_status_validated sale.order.form.filter.invoice_status_validated sale.order field Inherits sale.view_order_form
Models touched (1)

New fields (1)
  • invoice_status_validated Selection
    compute='_compute_invoice_status_validated' copy=False default='no' readonly=True store=True string='Posted Invoice Status' args: [('no', 'Nothing to Invoice'), ('to invoice', 'Can be Invoiced'), ('invoiced', 'Fully Invoiced')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_fully_invoiced
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Forgeflow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Forgeflow
COMMITTERS
COMMITTERSAaronHForgeFlow, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fully_invoice_delivered_filters_view_fully_invoice_validated_search fully_invoice_delivered_filters sale.order filter Inherits sale.view_sales_order_filter
sale_order_form_filter_invoice_status_validated sale.order.form.filter.invoice_status_validated sale.order field Inherits sale.view_order_form
Models touched (1)

New fields (1)
  • invoice_status_validated Selection
    compute='_compute_invoice_status_validated' copy=False default='no' readonly=True store=True string='Posted Invoice Status' args: [('no', 'Nothing to Invoice'), ('to invoice', 'Can be Invoiced'), ('invoiced', 'Fully Invoiced')]
Public methods (0)

No public methods.