-
-
Notifications
You must be signed in to change notification settings - Fork 729
[18.0][MIG] stock_picking_batch_extended: Migration to version 18.0 #2120
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?
[18.0][MIG] stock_picking_batch_extended: Migration to version 18.0 #2120
Conversation
- Converts old stock.batch.picking in stock.picking.batch - Restore link in stock.picking - Other needed stuff
…er and activities
* Standard procedure * Fix tests
…or small screens.
… in tree view TT28975
Currently translated at 21.4% (15 of 70 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_picking_batch_extended/it/
Currently translated at 87.1% (61 of 70 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_picking_batch_extended/sl/
…w in batch pickings
… Use _for_xml_id instad of read
…g mode is selected. Don't save last option when batch_by_group is unchecked. TT42965 TT43055
…up security can not select fields to group picking batch
Currently translated at 21.4% (15 of 70 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_picking_batch_extended/it/
Currently translated at 100.0% (70 of 70 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/es/
…Picking group [REF] stock_picking_batch_extended: update picking_batch_configuration_settings img configuration
Currently translated at 22.2% (14 of 63 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/it/
Currently translated at 100.0% (63 of 63 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/it/
Currently translated at 84.1% (53 of 63 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/pt_BR/
Currently translated at 100.0% (63 of 63 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/it/
Currently translated at 100.0% (63 of 63 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/pt_BR/
Currently translated at 100.0% (63 of 63 strings) Translation: stock-logistics-workflow-16.0/stock-logistics-workflow-16.0-stock_picking_batch_extended Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_picking_batch_extended/it/
…icking report on "print deliveries" button TT50661
Add the relation to the batch picking in the stock.move so we can filter / group by that criteria. TT47127
…perations from batch picking with smart buttons
|
Blocked by #2001 |
|
/ocabot migration stock_picking_batch_extended |
|
|
||
| def _prepare_stock_batch_picking(self): | ||
| vals = { | ||
| "notes": self.notes, |
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.
| "notes": self.notes, | |
| "notes": self.notes, | |
| "description": self.description, |
Description field is missed:
https://github.com/odoo/odoo/blob/21993c1f8edca2ed7f40d68095f4b32e767525de/addons/stock_picking_batch/models/stock_picking_batch.py#L20
Perhaps we must use attach_pickings with default_name value in context...
| ref="stock_picking_batch.stock_picking_to_batch_form" | ||
| /> | ||
| <field name="arch" type="xml"> | ||
| <field name="batch_id" position="before"> |
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'm not sure about this suggestion...
| <field name="batch_id" position="before"> | |
| <field name="description" position="before"> |
36bc143 to
7242fcc
Compare
Superseded #1855
Include
#1505
#1546
#1515
TT54331
@Tecnativa @pedrobaeza @carlosdauden @sergio-teruel @david-banon-tecnativa could you please review this?