diff --git a/addons/sale/sale.py b/addons/sale/sale.py index 0d7b2a6a606..caee07d4aff 100644 --- a/addons/sale/sale.py +++ b/addons/sale/sale.py @@ -237,7 +237,7 @@ class sale_order(osv.osv): ('prepaid', 'Payment Before Delivery'), ('manual', 'Shipping & Manual Invoice'), ('postpaid', 'Invoice on Order After Delivery'), - ('picking', 'Invoice from Picking'), + ('picking', 'Invoice from Delivery'), ], 'Shipping Policy', required=True, readonly=True, states={'draft': [('readonly', False)]}, help="""The Shipping Policy is used to synchronise invoice and delivery operations. - The 'Pay before delivery' choice will first generate the invoice and then generate the picking order after the payment of this invoice. diff --git a/addons/stock/stock_view.xml b/addons/stock/stock_view.xml index 9a53b6d01d2..161aba4e582 100644 --- a/addons/stock/stock_view.xml +++ b/addons/stock/stock_view.xml @@ -726,9 +726,7 @@