| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/19.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Vincent Van Rossem |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of sales to allow you to block the creation of deliveries from a sales order and give a reason. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | list | New |
view_order_form |
sale.order | field | Inherits sale.view_order_form | |
view_partner_form |
res.partner | group | Inherits base.view_partner_form | |
view_payment_term_form |
account.payment.term | xpath | Inherits account.view_payment_term_form | |
view_sales_order_filter |
sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block_reason_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this payment term sales orders.'
string='Default Delivery Block Reason'
No public methods.
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
name
Char
required=True
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
compute='_compute_delivery_block_id'
store=True
string='Delivery Block Reason'
tracking=True
action_remove_delivery_block(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/18.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, absal-smile, abdessamad salim, vapeasnl, rf-ife |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - html_editor - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of sales to allow you to block the creation of deliveries from a sales order and give a reason. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | list | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_payment_term_form |
account.payment.term.form | account.payment.term | xpath | Inherits account.view_payment_term_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block_reason_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this payment term sales orders.'
string='Default Delivery Block Reason'
No public methods.
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
name
Char
required=True
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
compute='_compute_delivery_block_id'
store=True
string='Delivery Block Reason'
tracking=True
action_remove_delivery_block(self)
copy(self, default=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/17.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, LauraCForgeFlow, chien |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module extends the functionality of sales to allow you to block the creation of deliveries from a sales order and give a reason. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_payment_term_form |
account.payment.term.form | account.payment.term | xpath | Inherits account.view_payment_term_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block_reason_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this payment term sales orders.'
string='Default Delivery Block Reason'
No public methods.
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
name
Char
required=True
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
compute='_compute_delivery_block_id'
store=True
string='Delivery Block Reason'
tracking=True
action_remove_delivery_block(self)
copy(self, default=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/16.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | sbejaoui, Weblate, OCA-git-bot, Nikos Tsirintanis, oca-ci, LauraCForgeFlow, trisdoan |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:45 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_payment_term_form |
account.payment.term.form | account.payment.term | xpath | Inherits account.view_payment_term_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block_reason_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this payment term sales orders.'
string='Default Delivery Block Reason'
No public methods.
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
name
Char
required=True
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
compute='_compute_delivery_block_id'
precompute=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
store=True
string='Delivery Block Reason'
tracking=True
action_done(self)
action_remove_delivery_block(self)
copy(self, default=None)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/15.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Kiril Vangelovski, OCA Transbot, Miquel Raïch, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - stock_account - stock - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
name
Char
required=True
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Delivery Block Reason'
tracking=True
action_remove_delivery_block(self)
copy(self, default=None)
onchange_partner_id(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/14.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.1.2 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Nils Hamerlinck, OCA Transbot, Miquel Raïch, jcoux, Damien Crier, oca-travis, Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - stock_account - stock - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
string='Description'
name
Char
required=True
string='Name'
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Delivery Block Reason'
tracking=True
action_remove_delivery_block(self)
copy(self, default=None)
onchange_partner_id(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/13.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Miquel Raïch, jcoux, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - utm - stock_account - stock - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
string='Description'
name
Char
required=True
string='Name'
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Delivery Block Reason'
track_visibility='always'
action_remove_delivery_block(self)
copy(self, default=None)
onchange_partner_id(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/12.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Jairo Llopis, Tonow-c2c, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | group | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
string='Description'
name
Char
required=True
string='Name'
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Delivery Block Reason'
track_visibility='always'
action_remove_delivery_block(self)
copy(self, default=None)
onchange_partner_id(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/11.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | mreficent, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale_management - sale - sales_team - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | xpath | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
string='Description'
name
Char
required=True
string='Name'
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Delivery Block Reason'
track_visibility='always'
action_remove_delivery_block(self)
copy(self, default=None)
onchange_partner_id(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/10.0/sale_stock_picking_blocking |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Sales |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, OCA Transbot, oca-travis, Weblate, OCA-git-bot, aheficent |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web_kanban - web - bus - web_tour - account - product - decimal_precision - report - analytic - web_planner - procurement - stock_account - stock - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_stock_picking_blocking_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_stock_picking_blocking_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_stock_picking_blocking extension | sale.order | field | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | field | Inherits base.view_partner_form |
view_sales_order_filter |
sale.order.list.select | sale.order | field | Inherits sale.view_sales_order_filter |
default_delivery_block
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
help='Set a reason to block by default the deliveries in this customer sales orders.'
string='Default Delivery Block Reason'
No public methods.
description
Text
string='Description'
name
Char
required=True
string='Name'
sale_order_ids
One2many → sale.order
comodel_name='sale.order'
inverse_name='delivery_block_id'
readonly=True
string='Sale Orders'
No public methods.
delivery_block_id
Many2one → sale.delivery.block.reason
comodel_name='sale.delivery.block.reason'
readonly=True
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]}
string='Delivery Block Reason'
track_visibility='always'
action_remove_delivery_block(self)
copy(self, default=None)
onchange_partner_id(self)
No new fields.
Public methods (0)No public methods.