[IMP]Changed option string to 'Manage dropshipping' instead 'Manage dropship route'

bzr revid: pza@tinyerp.com-20131204073402-yq279p2jajzc7k09
This commit is contained in:
Pooja Zankhariya (OpenERP) 2013-12-04 12:34:02 +05:00
parent 093f489b06
commit b0953ddcf7
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ class purchase_config_settings(osv.osv_memory):
'group_analytic_account_for_purchases': fields.boolean('Analytic accounting for purchases',
implied_group='purchase.group_analytic_accounting',
help="Allows you to specify an analytic account on purchase orders."),
'module_stock_dropshipping': fields.boolean("Manage dropship route",
'module_stock_dropshipping': fields.boolean("Manage dropshipping",
help='\nCreates the dropship route and add more complex tests'
'-This installs the module stock_dropshipping.'),
}

View File

@ -75,7 +75,7 @@ This installs the module product_expiry."""),
implied_group='stock.group_adv_location',
help="""This option supplements the warehouse application by effectively implementing Push and Pull inventory flows. """),
'decimal_precision': fields.integer('Decimal precision on weight', help="As an example, a decimal precision of 2 will allow weights like: 9.99 kg, whereas a decimal precision of 4 will allow weights like: 0.0231 kg."),
'module_stock_dropshipping': fields.boolean("Manage dropship route",
'module_stock_dropshipping': fields.boolean("Manage dropshipping",
help='\nCreates the dropship route and add more complex tests'
'-This installs the module stock_dropshipping.'),
}

View File

@ -25,7 +25,7 @@
'category': 'Hidden',
'summary': 'Dropship route',
'description': """
Manage sales quotations and stock_location
Manage sales quotations and stock locations
==========================================
This adds a route on the sales order and sales order line (mini module)