odoo/odoo#192670
Created by fw-bot
Merged
at d58fccbddc7672de6593c8ed02eeed3e1cd0c587
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-18.0-pos-restrict-reuse-of-serial-number-parp-wScU-fw
- head
- 0c58a3a7bc5e808aca087d55d68adf0916061264
- merged
- 10 months ago by Parthkumar Patel (parp)
odoo/odoo | |
---|---|
18.0 | #187176 |
saas-18.1 | #192529 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #192670 |
[FW][FIX] pos: prevent reuse of serial numbers from active orders
Steps:
- Open the POS.
- Add a product with serial number tracking to the order line.
- Create a new order.
- Add the same product to the new order
Issue:
- it is possible to select the same serial number that was previously used in another order.
Fix:
- Hide serial numbers that are being used in active orders