Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] shopfloor_gs1 #966

Draft
wants to merge 9 commits into
base: 16.0
Choose a base branch
from
Prev Previous commit
Next Next commit
fixup! shopfloor_gs1: pin biip==2.3.0
sebalix authored and rousseldenis committed Dec 16, 2024
commit 3e419ac37eaf107010d6036d86864cbfd73fdff7
9 changes: 8 additions & 1 deletion shopfloor_gs1/__manifest__.py
Original file line number Diff line number Diff line change
@@ -13,6 +13,13 @@
"maintainers": ["simahawk", "sebalix"],
"license": "AGPL-3",
"depends": ["shopfloor"],
"external_dependencies": {"python": ["biip==2.3.0"]},
"external_dependencies": {
"python": [
# >= 2.3.0 required to use 'GS1Message.parse_hri' method
# and next version 3.0.0 has been refactored bringing
# incompatibility issues (to check later).
"biip==2.3.0"
]
},
"data": [],
}