feat(stock): Support more barcodes in an item by validate the barcode with the barcodenumber module (#33863)

feat(stock): Support more barcodes in an article by validate the barcode with the barcodenumber module
This commit is contained in:
Johannes Obermeier
2023-02-19 15:06:05 +01:00
committed by GitHub
parent c722f2819c
commit 2a90fad710
4 changed files with 42 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"pycountry~=20.7.3",
"python-stdnum~=1.16",
"Unidecode~=1.2.0",
"barcodenumber~=0.5.0",
# integration dependencies
"gocardless-pro~=1.22.0",