odoo/tutorials#711

Created by Rishav Shah (sris)

Blocked

label
odoo-dev:18.0-zero-stock-blockage-sris
head
a4418090f2f1f73a5364c72aeb7270eb8a2e8d31
odoo/tutorials
18.0 #711 missing r+
master

sale: Odoo Sale Order Zero Stock Approval Feature

Odoo Development Progress (1-Day Summary)

Odoo Sale Order Zero Stock Approval Feature

Day 1: [Sale] Approval Control for Zero Stock Confirmation

  • Introduced a boolean field zero_stock_approvalexchttps on the sale.order model.
  • Allows sales users to confirm sale orders even when stock is insufficient, if the flag is enabled.
  • Field is read-only for users in the Sales/User group.
  • Field is editable only by users in the Sales/Administrator group.
  • Helps add a controlled override mechanism for out-of-stock order approvals.