[IMP] stock: config usability

bzr revid: qdp-launchpad@openerp.com-20140424082630-bck8ub6eaz57kwb3
This commit is contained in:
Quentin (OpenERP) 2014-04-24 10:26:30 +02:00
parent 4bdbc0e0c6
commit a9aa264355
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ This installs the module product_expiry."""),
help='\nCreates the dropship route and add more complex tests'
'-This installs the module stock_dropshipping.'),
'module_stock_picking_wave': fields.boolean('Manage picking wave', help='Install the picking wave module which will help you grouping your pickings and processing them in batch'),
'module_stock_landed_costs': fields.boolean("Allows to calculate landed costs on products",
help="""Allows to calculate landed costs on products."""),
'module_stock_landed_costs': fields.boolean("Calculate landed costs on products",
help="""Install the module that allows to affect landed costs on pickings, and split them onto the different products."""),
}
def onchange_adv_location(self, cr, uid, ids, group_stock_adv_location, context=None):