-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4501 from Tecnativa/16.0-ou_add-stock_picking_batch
[16.0][OU-ADD] stock_picking_batch: Nothing to do
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
openupgrade_scripts/scripts/stock_picking_batch/16.0.1.0/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
---Models in module 'stock_picking_batch'--- | ||
---Fields in module 'stock_picking_batch'--- | ||
stock_picking_batch / stock.move.line / batch_id (many2one) : is now stored | ||
# NOTHING TO DO: Resolved by ORM with an SQL query | ||
|
||
stock_picking_batch / stock.picking.type / auto_batch (boolean) : NEW | ||
stock_picking_batch / stock.picking.type / batch_group_by_dest_loc (boolean): NEW | ||
stock_picking_batch / stock.picking.type / batch_group_by_destination (boolean): NEW | ||
stock_picking_batch / stock.picking.type / batch_group_by_partner (boolean): NEW | ||
stock_picking_batch / stock.picking.type / batch_group_by_src_loc (boolean): NEW | ||
stock_picking_batch / stock.picking.type / batch_max_lines (integer) : NEW | ||
stock_picking_batch / stock.picking.type / batch_max_pickings (integer) : NEW | ||
# NOTHING TO DO: New feature for putting pickings in batches automatically. The default False for auto_batch preserves previous behavior. | ||
|
||
stock_picking_batch / stock.picking.type / batch_auto_confirm (boolean) : NEW hasdefault: default | ||
# NOTHING TO DO: Although the default is True, this only acts if auto_batch, so it's not a problem. | ||
|
||
---XML records in module 'stock_picking_batch'--- | ||
NEW ir.ui.view: stock_picking_batch.stock_move_line_view_search_inherit_stock_picking_batch | ||
NEW ir.ui.view: stock_picking_batch.stock_picking_form_inherit | ||
NEW ir.ui.view: stock_picking_batch.view_move_line_tree_inherit_stock_picking_batch | ||
NEW ir.ui.view: stock_picking_batch.view_picking_internal_search_inherit | ||
NEW ir.ui.view: stock_picking_batch.view_picking_type_form_inherit | ||
# NOTHING TO DO: New ir noupdate=0 records |