[IMP] config wizards: improve field labels and tooltips

bzr revid: rco@openerp.com-20120403095210-x52up0eeccdcax77
This commit is contained in:
Raphael Collet 2012-04-03 11:52:10 +02:00
parent 45a182bda9
commit f451f3cfe7
3 changed files with 10 additions and 10 deletions

View File

@ -37,9 +37,9 @@ class purchase_config_settings(osv.osv_memory):
implied_group='product.group_purchase_pricelist',
help="""Allows to manage different prices based on rules per category of Supplier.
Example: 10% for retailers, promotion of 5 EUR on this product, etc."""),
'group_uom':fields.boolean("Allow Different UoM per Product",
'group_uom':fields.boolean("Manage Different UoM for Products",
implied_group='product.group_uom',
help="""Allows you to select and maintain different unit of measures per product."""),
help="""Allows you to select and maintain different units of measure for products."""),
'module_purchase_analytic_plans': fields.boolean('Purchase Analytic Plan',
help ="""Allows the user to maintain several analysis plans. These let you split
lines on a purchase order between several accounts and analytic plans.

View File

@ -59,9 +59,9 @@ class sale_configuration(osv.osv_memory):
implied_group='product.group_sale_pricelist',
help="""Allows to manage different prices based on rules per category of customers.
Example: 10% for retailers, promotion of 5 EUR on this product, etc."""),
'group_uom':fields.boolean("Allow Different Units of Measure per Product",
'group_uom':fields.boolean("Manage Different UoM for Products",
implied_group='product.group_uom',
help="""Allows you to select and maintain different units of measure per product."""),
help="""Allows you to select and maintain different units of measure for products."""),
'group_sale_delivery_address': fields.boolean("Allow Different Addresses for Delivery and Invoice",
implied_group='sale.group_delivery_invoice_address',
help="Allows you to specify different delivery and invoice addresses on a sale order."),

View File

@ -52,13 +52,13 @@ class stock_config_settings(osv.osv_memory):
manage product manufacturing chains, manage default locations per product,
define routes within your warehouse according to business needs, etc.
This installs the module stock_location."""),
'group_uom': fields.boolean("Allow Different UoM per Product",
'group_uom': fields.boolean("Manage Different UoM for Products",
implied_group='product.group_uom',
help="""Allows you to select and maintain different unit of measures per product."""),
'group_uos': fields.boolean("Manage Secondary UoM on Products (for Sale)",
help="""Allows you to select and maintain different units of measure for products."""),
'group_uos': fields.boolean("Manage Secondary UoM (for Sale)",
implied_group='product.group_uos',
help="""Allows you to sell units of a product, but invoice following a different UoM.
For instance, you can sell pieces of meat that you invoice per their weight."""),
help="""Allows you to sell units of a product, but invoice based on a different unit of measure.
For instance, you can sell pieces of meat that you invoice based on their weight."""),
'group_stock_packaging': fields.boolean("Manage Product Packaging",
implied_group='product.group_stock_packaging',
help="""Allows you to create and manage your packaging dimensions and types you want to be maintained in your system."""),
@ -66,7 +66,7 @@ class stock_config_settings(osv.osv_memory):
implied_group='stock.group_production_lot',
help="""This allows you to manage products by using serial numbers.
When you select a lot, you can get the upstream or downstream traceability of the products contained in lot."""),
'group_stock_tracking_lot': fields.boolean("Serial Numbers on Palets (Logistic Units)",
'group_stock_tracking_lot': fields.boolean("Serial Numbers on Pallets (Logistic Units)",
implied_group='stock.group_tracking_lot',
help="""Allows you to get the upstream or downstream traceability of the products contained in lot."""),
'group_stock_inventory_valuation': fields.boolean("Accounting Entries per Stock Movement",