| 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_product_identification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Binhex |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Binhex |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Edilio Escalona Almira |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - partner_identification odoo/odoo: - 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 - contacts |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Sometimes, when selling a product, it is necessary to require documentation (authorization, ID, etc.) from the customer to justify the sale. Examples: Sale of a corrosive product: A document authorizing its handling is required. To control this process, we configure a Corrosive category in the product listing. Sale of alcohol: In this case, sales to minors are not permitted. To control this process, we configure a Minor category in the product listing. This module allows you to control these processes through identifications in the product listing. Please note that this functionality depends on the partner_identification module. For detailed setup and configuration, please refer to that addon's documentation. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
confirm_identification_view |
Confirm identifications | confirm.identification | form | New |
product_template_only_form_view |
product.template.form.view.sale.product.identification | product.template | xpath | Inherits product.product_template_only_form_view |
message
Text
order_ids
Many2many → sale.order
string='Orders'
args: 'sale.order'
confirm_identification(self)
product_tmpl_category_ids
One2many → product.template.id_category
required_identification
Boolean
default=False
No public methods.
category_id
Many2one → res.partner.id_category
is_mandatory
Boolean
default=True
help='Defines whether identification is mandatory.'
message
Text
help='Allows you to define a description of why this identification is being added.\nExample: Asking the customer for identification'
product_tmpl_id
Many2one → product.template
No public methods.
No new fields.
Public methods (2)message_error_identifications(self, product_tmpl_ids, diff_identification_ids, required=False)
validate_identification(self, **params)
No new fields.
Public methods (1)action_confirm(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/sale-workflow |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] sale_product_identification: Migration to 19.0 (#4402) |