-
-
Notifications
You must be signed in to change notification settings - Fork 197
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][ADD] - shopfloor_packing #718
base: 16.0
Are you sure you want to change the base?
Conversation
4ab2c1b
to
57d45d5
Compare
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. |
9c8edba
to
a2feed3
Compare
9b58723
to
34946ea
Compare
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. |
2a1c873
to
84cd6f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick review
"cluster_picking.pack_picking_put_in_pack.title": "Packing: Enter the number of boxes used.", | ||
"cluster_picking.pack_picking_put_in_pack.scan_placeholder": "Number of boxes used", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As now we choose a package type, this needs to be adapted.
"cluster_picking.pack_picking_put_in_pack.title": "Packing: Enter the number of boxes used.", | |
"cluster_picking.pack_picking_put_in_pack.scan_placeholder": "Number of boxes used", | |
"cluster_picking.pack_picking_put_in_pack.title": "Packing", | |
"cluster_picking.pack_picking_put_in_pack.scan_placeholder": "Package type", |
"cluster_picking.pack_picking_put_in_pack.title": "Emballage: Nombre de colis.", | ||
"cluster_picking.pack_picking_put_in_pack.scan_placeholder": "Nombre de colis créés?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
shopfloor_packing/i18n/fr_BE.po
Outdated
@@ -0,0 +1,95 @@ | |||
# Translation of Odoo Server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fr.po
instead of fr_BE.po
shopfloor_packing/i18n/fr_BE.po
Outdated
@@ -0,0 +1,95 @@ | |||
# Translation of Odoo Server. | |||
# This file contains the translation of the following modules: | |||
# * alc_shopfloor_packing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace all or regenerate file
# * alc_shopfloor_packing | |
# * shopfloor_packing |
shopfloor_packing/i18n/fr_BE.po
Outdated
msgid "If set, some operations need to be packed by the shopdloor operator" | ||
msgstr "Si coché, le contenu des bacs doit encore être mis en boîte par l'opérateur Shofloorr" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgid "If set, some operations need to be packed by the shopdloor operator" | |
msgstr "Si coché, le contenu des bacs doit encore être mis en boîte par l'opérateur Shofloorr" | |
msgid "If set, some operations need to be packed by the operator" | |
msgstr "Si coché, le contenu des bacs doit encore être mis en boîte par l'opérateur" |
84cd6f8
to
46db2a2
Compare
"summary": """ | ||
Shopfloor mobile extension for packing operation into cluster picking | ||
""", | ||
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", | |
"author": "ACSONE SA/NV,BCIM,Odoo Community Association (OCA)", |
"name": "Shopfloor Packing", | ||
"version": "16.0.1.0.0", | ||
"summary": """ Manage Packing into cluster picking""", | ||
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", | |
"author": "ACSONE SA/NV,BCIM,Odoo Community Association (OCA)", |
If a partially available product becomes completely available and the reserved quantity increases after the "put in pack" action, a new move line will be created with the done quantity as a copy of the line that will be packed. The original line will keep the result package, which is the package scanned by the operator, and the remaining quantity to do. Since the package is an internal package, the line with the remaining quantity to do will be proposed in the packing process and considered as picked. If the operator don't pay attention, and confirm the packaging, both lines will be set to done.
…kaging endpoint + add tests
46db2a2
to
1686430
Compare
No description provided.