OCA / stock-logistics-barcode

https://odoo-community.org/psc-teams/logistics-18
GNU Affero General Public License v3.0
158 stars 326 forks source link

[REF] 16.0 product_multi_barcode search in search #507

Closed PierrickBrun closed 12 months ago

PierrickBrun commented 1 year ago

domain = domain.copy() because the domain variable is used in several places: product.product and product.packaging

So we cannot modify this one and need to copy it

in odoo product module: product_product -> _check_barcode_uniqueness ( https://github.com/odoo/odoo/blob/16.0/addons/product/models/product_product.py#L190 )

github-actions[bot] commented 1 year ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.