Skip to content

Commit

Permalink
Merge pull request #4501 from Tecnativa/16.0-ou_add-stock_picking_batch
Browse files Browse the repository at this point in the history
[16.0][OU-ADD] stock_picking_batch: Nothing to do
  • Loading branch information
pedrobaeza authored Jul 8, 2024
2 parents 1e4d35a + 114f90a commit 7d4b3fe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| stock_landed_costs | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| stock_picking_batch | | |
| stock_picking_batch | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| stock_sms | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
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

0 comments on commit 7d4b3fe

Please sign in to comment.