You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ADD] zero_stock_blockage: approval checkbox for sale order confirmation
- Added `is_approval` boolean field to `sale.order` model.
- Introduced computed field `is_approval_read` to control read-only access.
- Only Sales Managers (based on group) can edit the approval checkbox.
- Overrode `action_confirm` to block confirmation if not approved.
- XML view updated to display approval checkbox next to payment terms.
- Enforces a lightweight approval mechanism before confirming sales orders.
0 commit comments