[FIX] typo

bzr revid: fp@openerp.com-20121029205602-daotsimsdp7c9wcn
This commit is contained in:
Fabien Pinckaers 2012-10-29 21:56:02 +01:00
parent a17c7ad91f
commit ac3f0efec6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class sale_configuration(osv.osv_memory):
But the possibility to change these values is still available.
This installs the module analytic_user_function."""),
'module_project': fields.boolean("Project"),
'module_sale_stock': fields.boolean("Sale and Warehouse Management",
'module_sale_stock': fields.boolean("Trigger delivery orders automatically from sale orders",
help="""Allows you to Make Quotation, Sale Order using different Order policy and Manage Related Stock.
This installs the module sale_stock."""),
}