[IMP]: sale: Minor typo
authorrpa (Open ERP) <rpa@tinyerp.com>
Tue, 21 Sep 2010 09:40:22 +0000 (15:10 +0530)
committerrpa (Open ERP) <rpa@tinyerp.com>
Tue, 21 Sep 2010 09:40:22 +0000 (15:10 +0530)
bzr revid: rpa@tinyerp.com-20100921094022-a88l3wypbb8ljk73

addons/sale/sale.py

index 6fabd70..cca2215 100644 (file)
@@ -1154,7 +1154,7 @@ class sale_config_picking_policy(osv.osv_memory):
         'picking_policy': fields.selection([
             ('direct', 'Direct Delivery'),
             ('one', 'All at Once')
-        ], 'Picking Default Policy', required=True, help="The Shipping Policy is used to synchronise invoice and delivery operations."),
+        ], 'Picking Default Policy', required=True, help="The Shipping Policy is used to synchronise invoices and delivery operations."),
         'order_policy': fields.selection([
             ('manual', 'Invoice Based on Sales Orders'),
             ('picking', 'Invoice Based on Deliveries'),