Skip to content

Commit

Permalink
[OU-ADD] sale_stock: nothing to do
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesdk committed Jul 3, 2023
1 parent 975bcfa commit 3734bd1
Show file tree
Hide file tree
Showing 2 changed files with 16 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 @@ -720,7 +720,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| sale_sms | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| sale_stock | | |
| sale_stock | Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| sale_stock_margin | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---Models in module 'sale_stock'---
---Fields in module 'sale_stock'---
sale_stock / sale.order / delivery_status (selection) : NEW selection_keys: ['full', 'partial', 'pending'], isfunction: function, stored
sale_stock / sale.order / incoterm_location (char) : NEW
sale_stock / sale.order.line / product_type (selection) : module is now 'sale' ('sale_stock')
sale_stock / sale.order.line / route_id (many2one) : relation is now 'stock.route' ('stock.location.route') [nothing to do]
sale_stock / stock.location.route / sale_selectable (boolean) : DEL
sale_stock / stock.route / sale_selectable (boolean) : NEW
# NOTHING TO DO
---XML records in module 'sale_stock'---
DEL ir.ui.menu: sale_stock.menu_aftersale
DEL ir.ui.menu: sale_stock.menu_invoiced
DEL ir.ui.view: sale_stock.product_template_view_form_inherit_sale
DEL ir.ui.view: sale_stock.product_template_view_form_inherit_stock
# NOTHING TO DO

0 comments on commit 3734bd1

Please sign in to comment.