Sale Disable Inventory Check

sale_disable_inventory_check
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_disable_inventory_check
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Nguyen Tan Phuc (komit-consulting.com)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Nguyen Tan Phuc (komit-consulting.com)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, Montxu
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (0)

No new fields.

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/11.0/sale_disable_inventory_check
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYSale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Nguyen Tan Phuc (komit-consulting.com)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Nguyen Tan Phuc (komit-consulting.com)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, OCA-git-bot, phuc.nt, Vo Minh Bao Hieu
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_category_form_view_inherit product.category.form product.category group Inherits product.product_category_form_view
view_disable_check_stock_property_form view.disable.stock.property.form.inherit product.template group Inherits product.product_template_form_view
Models touched (3)

New fields (1)
  • check_stock_on_sale Boolean
    company_dependent=True default=True help="Uncheck if you want to disable warning 'Not enough inventory' when there isn't enough product in stock" string='Check Stock on Sale'
Public methods (0)

No public methods.

New fields (1)
  • check_stock_on_sale Selection
    company_dependent=True default='defer' help="'Skip the check' will disable warning 'Not enough inventory' when there isn't enough product in stock!\n'Do not skip the check' won't disable warning 'Not enough inventory' when there isn't enough product in stock!\n'Defer to the setting on the category' will use the setting from the Internal Category" selection=[('skip', 'Skip the check'), ('not_skip', 'Do not skip the check'), ('defer', 'Defer to the setting on the category')] string='Check Stock on Sale'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.