-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[14.0][MIG] stock_packaging_usability and stock_packaging_usability_pp #36
[14.0][MIG] stock_packaging_usability and stock_packaging_usability_pp #36
Conversation
weight = fields.Float( | ||
digits="Stock Weight", | ||
string="Empty Package Weight", | ||
help="Empty package weight in kg", | ||
) |
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.
What's the difference between this field and this other?
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.
For a pallot for example:
- weight is the weight of the pallet itself, without anything on it
- max_weight is the maximum weight the pallet can support
This module modifies the behavior of the buttons *Put in new | ||
pack* on operations (button provided by the module | ||
*stock_packing_usability*) and *Put in pack* on pickings (native button): | ||
when you click on those buttons, Odoo will ask you to select the | ||
packaging (object *product.packaging*) of the package. |
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.
This doesn't seem like an appropriate usage section. AFAIK it should contain a step by step guide on how to exercise this module's features. Check out the instructions in the template.
This belongs more to a description or context. But, if I read these instructions, I don't know where to go or what to do to test the module on runboat.
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.
I agree with your remark and I made the change
This module adds 2 buttons in the *Operations* lines of a picking: | ||
|
||
* *Put in current pack* | ||
|
||
* *Put in new pack* | ||
|
||
It is a complement of the button *Put in Pack* which is available on the picking. With these 2 new buttons, you are not obliged to set the *Done quantity* package by package. |
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.
This doesn't seem like an appropriate usage section. AFAIK it should contain a step by step guide on how to exercise this module's features. Check out the instructions in the template.
This belongs more to a description or context. But, if I read these instructions, I don't know where to go or what to do to test the module on runboat.
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.
I agree with your remark and I made the change
Add module stock_packaging_usability_pp
…e packaging Fix Odoo problem with weight computation odoo/odoo#34702
…ework bug The web framework bug we are trying to mitigate: when we have a button in tree view that has an attrs/invisible condition: when the conditions is met after an edit, the columns are not immediately reoganised to create space for the column.
ffa03c7
to
f24185b
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 17ad798. Thanks a lot for contributing to OCA. ❤️ |
Migration from v12 to v14.
Replaces #27