Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1090,19 +1090,19 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_account |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_delivery | | |
| stock_delivery |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_dropshipping | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_fleet | | |
| stock_fleet |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_landed_costs | | |
| stock_landed_costs |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| stock_maintenance | | |
| |new| stock_maintenance |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_picking_batch | | |
| stock_picking_batch |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| stock_sms | | |
| stock_sms |Done |Nothing to do |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| survey | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---Models in module 'stock_delivery'---
obsolete model choose.delivery.package [transient]

# NOTHING TO DO

---Fields in module 'stock_delivery'---
stock_delivery / stock.move.line / carrier_id (many2one) : not stored anymore

# NOTHING TO DO

---XML records in module 'stock_delivery'---
NEW ir.model.access: stock_delivery.access_delivery_price_rule_stock_user
NEW ir.model.access: stock_delivery.access_delivery_zip_prefix_stock_user
DEL ir.model.access: stock_delivery.access_choose_delivery_package
NEW ir.ui.view: stock_delivery.alternative_zpl_label
NEW ir.ui.view: stock_delivery.normal_zpl_label
NEW ir.ui.view: stock_delivery.stock_package_view_form
NEW ir.ui.view: stock_delivery.stock_put_in_pack_form
DEL ir.ui.view: stock_delivery.choose_delivery_package_view_form
DEL ir.ui.view: stock_delivery.view_quant_package_weight_form

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---Models in module 'stock_fleet'---

# NOTHING TO DO

---Fields in module 'stock_fleet'---
stock_fleet / stock.location / is_a_dock (boolean) : DEL
stock_fleet / stock.picking.batch / end_date (datetime) : now a function
stock_fleet / stock.picking.type / dispatch_management (boolean) : NEW
stock_fleet / stock.picking.type / dock_ids (many2many) : NEW relation: stock.location, hasdefault: compute

# NOTHING TO DO

---XML records in module 'stock_fleet'---
NEW ir.ui.view: stock_fleet.view_picking_type_form
DEL ir.ui.view: stock_fleet.stock_location_tree_stock_fleet

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---Models in module 'stock_landed_costs'---

# NOTHING TO DO

---Fields in module 'stock_landed_costs'---
stock_landed_costs / stock.landed.cost / stock_valuation_layer_ids (one2many): DEL relation: stock.valuation.layer
stock_landed_costs / stock.valuation.layer / stock_landed_cost_id (many2one): DEL relation: stock.landed.cost

# NOTHING TO DO

---XML records in module 'stock_landed_costs'---
DEL ir.ui.view: stock_landed_costs.stock_valuation_layer_form_inherited

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Models in module 'stock_maintenance'---

# NOTHING TO DO

---Fields in module 'stock_maintenance'---
stock_maintenance / maintenance.equipment / location_id (many2one) : NEW relation: stock.location
stock_maintenance / maintenance.equipment / match_serial (boolean) : previously in module maintenance

# NOTHING TO DO

---XML records in module 'stock_maintenance'---
NEW ir.ui.view: stock_maintenance.maintenance_stock_equipment_view_form
NEW ir.ui.view: stock_maintenance.stock_location_form_maintenance_equipments

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---Models in module 'stock_picking_batch'---

# NOTHING TO DO

---Fields in module 'stock_picking_batch'---
stock_picking_batch / stock.move.line / batch_id (many2one) : not stored anymore

# NOTHING TO DO

---XML records in module 'stock_picking_batch'---
NEW ir.actions.server: stock_picking_batch.action_merge_batch_picking

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'stock_sms'---

# NOTHING TO DO

---Fields in module 'stock_sms'---
stock_sms / res.company / stock_move_sms_validation (boolean): DEL

# NOTHING TO DO

---XML records in module 'stock_sms'---
Loading