| 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/9.0/sale_delivery_block |
| 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 | OCA Transbot, oca-travis, Weblate, Rafael Blasco, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale_stock - sale - sales_team - base - base_setup - web_kanban - web - bus - account - product - decimal_precision - report - analytic - web_tip - 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_delivery_block_reason_form_view |
sale.delivery.block.reason.form | sale.delivery.block.reason | form | New |
sale_delivery_block_reason_tree_view |
sale.delivery.block.reason.tree | sale.delivery.block.reason | tree | New |
view_order_form |
sale.order.form - sale_delivery_block 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.