| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/18.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow, ricardoMC |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adds a reason code for scrapping operations and an interface for the user to create scrap codes |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | list | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
product_category_ids
Many2many → product.category
comodel_name='product.category'
help='Indicate the cateogories of products that can use this reason code when doing a scrap. If left empy, this reason code can be used with any product.'
string='Allowed Product Categories'
No public methods.
reason_code_id
Many2one → scrap.reason.code
No public methods.
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
scrap_location_id
Many2one
readonly=True
create(self, vals_list)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/17.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, Weblate, OCA-git-bot, oca-ci, John Herholz, Chris Mann |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Adds a reason code for scrapping operations and an interface for the user to create scrap codes |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
product_category_ids
Many2many → product.category
comodel_name='product.category'
help='Indicate the cateogories of products that can use this reason code when doing a scrap. If left empy, this reason code can be used with any product.'
string='Allowed Product Categories'
No public methods.
reason_code_id
Many2one → scrap.reason.code
No public methods.
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
scrap_location_id
Many2one
readonly=True
create(self, vals_list)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/16.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, Pierrick Brun, oca-ci, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
product_category_ids
Many2many → product.category
comodel_name='product.category'
help='Indicate the cateogories of products that can use this reason code when doing a scrap. If left empy, this reason code can be used with any product.'
string='Allowed Product Categories'
No public methods.
reason_code_id
Many2one → scrap.reason.code
No public methods.
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
states={'done': [('readonly', True)]}
scrap_location_id
Many2one
readonly=True
create(self, vals_list)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/15.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, OCA-git-bot, oca-ci, hda |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
product_category_ids
Many2many → product.category
comodel_name='product.category'
help='Indicate the cateogories of products that can use this reason code when doing a scrap. If left empy, this reason code can be used with any product.'
string='Allowed Product Categories'
No public methods.
reason_code_id
Many2one → scrap.reason.code
string='Reason code'
args: 'scrap.reason.code'
No public methods.
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
states={'done': [('readonly', True)]}
string='Reason Code'
scrap_location_id
Many2one
readonly=True
create(self, vals)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/14.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, Chandresh Thakkar, Patrick Wilson |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
product_category_ids
Many2many → product.category
comodel_name='product.category'
help='Indicate the cateogories of products that can use this reason code when doing a scrap. If left empy, this reason code can be used with any product.'
string='Allowed Product Categories'
No public methods.
reason_code_id
Many2one → scrap.reason.code
string='Reason code'
args: 'scrap.reason.code'
No public methods.
allowed_reason_code_ids
Many2many → scrap.reason.code
comodel_name='scrap.reason.code'
compute='_compute_allowed_reason_code_ids'
reason_code_id
Many2one → scrap.reason.code
comodel_name='scrap.reason.code'
domain="[('id', 'in', allowed_reason_code_ids)]"
states={'done': [('readonly', True)]}
string='Reason Code'
scrap_location_id
Many2one
readonly=True
create(self, vals)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/13.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Bhavesh Odedra, oca-travis, OCA-git-bot, Khalid |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
No public methods.
reason_code_id
Many2one → scrap.reason.code
string='Reason code'
args: 'scrap.reason.code'
No public methods.
reason_code_id
Many2one → scrap.reason.code
states={'done': [('readonly', True)]}
string='Reason Code'
args: 'scrap.reason.code'
scrap_location_id
Many2one
readonly=True
create(self, vals)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/12.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, Héctor Villarreal Ortega |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
No public methods.
reason_code_id
Many2one → scrap.reason.code
string='Reason code'
args: 'scrap.reason.code'
No public methods.
reason_code_id
Many2one → scrap.reason.code
states={'done': [('readonly', True)]}
string='Reason Code'
args: 'scrap.reason.code'
scrap_location_id
Many2one
readonly=True
create(self, vals)
write(self, vals)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/11.0/scrap_reason_code |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Bhavesh Odedra, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_move_reason_code_form |
stock.move.reason.code.form | stock.move | xpath | Inherits stock.view_move_picking_form |
stock_reason_code_form |
stock.reason.code.form | stock.move | xpath | Inherits stock.view_move_form |
stock_scrap_form2_reason_code |
stock.scrap.form2.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view2 |
stock_scrap_form_reason_code |
stock.scrap.form.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_form_view |
stock_scrap_tree_reason_code |
stock.scrap.tree.reason.code | stock.scrap | xpath | Inherits stock.stock_scrap_tree_view |
view_scrap_reason_code_form |
scrap.reason.code.form | scrap.reason.code | form | New |
view_scrap_reason_code_list |
scrap.reason.code.list | scrap.reason.code | tree | New |
description
Text
location_id
Many2one → stock.location
domain="[('scrap_location', '=', True)]"
string='Scrap Location'
args: 'stock.location'
name
Char
required=True
args: 'Code'
No public methods.
reason_code_id
Many2one → scrap.reason.code
string='Reason code'
args: 'scrap.reason.code'
No public methods.
reason_code_id
Many2one → scrap.reason.code
states={'done': [('readonly', True)]}
string='Reason Code'
args: 'scrap.reason.code'
scrap_location_id
Many2one
readonly=True
create(self, vals)
write(self, vals)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-warehouse |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] scrap_reason_code: Migration to 19.0 (#2542) |
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-workflow |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] scrap_reason_code: Migration to 19.0 (#2334) |