Files
Odoo-18.0-20251222/sale_product_identification/readme/USAGE.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

1.5 KiB
Executable File

Add identifications to the product

  1. Go to Sales -> Products -> Products

  2. Create a new product

  3. Go to the Sales tab and select the Required Identification option.

  4. A tree will be enabled in which you must configure the required identification category (ies) for the product without repeating them.

    ADD_IDENTIFICATION

  5. If you define any category as optional, a wizard will appear when confirming the order to confirm whether the identifications are correct and continue with the process.

  6. Save

Validate order with identification products

  1. Go to Sales -> Orders -> Quotations

  2. Create a new order and add any products that require identification to the lines.

  3. Once the order is confirmed, the selected customer's ID numbers will be validated to see if they have the categories required for the added product(s).

  4. If the partner does not have all the categories in their valid identification number (Validity Date), a message will be displayed with the missing categories (and their message defined in the product) to validate.

    CATEGORY_REQUIRED

  5. When validating the required categories, the optional ones are validated, for which a wizard will be displayed to confirm.

    CONFIRM_IDENTIFICATION

  6. If the customer has all the correct identifications, then the order confirmation follows its normal flow.