-
-
Notifications
You must be signed in to change notification settings - Fork 729
[18.0][MIG] stock_move_line_auto_fill: Migration to 18.0 #1909
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
base: 18.0
Are you sure you want to change the base?
Conversation
…f update stock move line
[UPD] pre-commit run
Currently translated at 8.3% (1 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/it/
Currently translated at 75.0% (9 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/es/
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/
Currently translated at 91.6% (11 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/pt/
… mrp & stock_barcode apps exist on the db This commit is to ensure that this module can be installed when the database already has the 'mrp' and 'stock_barcode' modules installed. both of the modules are inheriting the stock_picking_type_views.xml.
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/it/
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/it/
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/ja/
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/it/
Currently translated at 91.6% (11 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/pt_BR/
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/pt_BR/
Currently translated at 100.0% (12 of 12 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_move_line_auto_fill Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_auto_fill/it/
|
/ocabot migration stock_move_line_auto_fill |
12a3e49 to
6e466a7
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. |
|
Hi @MS-OSI, Could you please rebase it? So I can test and leave a review! Thanks a lot |
|
Is this module still needed in 18? Seeing the default behavior, I doubt it. |
|
Thanks @pedrobaeza, I think is a default behavior so it's not needed in v18. |
Stock Move Line Auto Fill
This module alows to auto fill quantities in picking operations and
autoassignment lots quantities.
In Odoo, if you schedule to transfer 50 products and only receive 49,
you have to change the quantity directly on the picking. As the quantity
by default is 0 for each line, you have to write the received quantity
on 49 lines.
In this module we have added a button that helps users to fill
automatically the scheduled quantities. Then, the user can just change
back the quantities for the product that hasn't been received yet.