[IMP]improve help of sales and General-setting menus in setting/configuration

bzr revid: darshankalola@gmail.com-20130725061442-kchwc3eattox148j
This commit is contained in:
Darshan Kalola 2013-07-25 11:44:42 +05:30
parent 3cf3519e82
commit c0a72b3491
3 changed files with 7 additions and 7 deletions

View File

@ -26,8 +26,8 @@ class base_config_settings(osv.osv_memory):
_inherit = 'res.config.settings'
_columns = {
'module_multi_company': fields.boolean('Manage multiple companies',
help="""Work in multi-company environments, with appropriate security access between companies.
This installs the module multi_company."""),
help='Work in multi-company environments, with appropriate security access between companies.\n'
'This installs the module multi_company.'),
'module_share': fields.boolean('Allow documents sharing',
help="""Share or embbed any screen of openerp."""),
'module_portal': fields.boolean('Activate the customer portal',

View File

@ -76,8 +76,8 @@ Example: 10% for retailers, promotion of 5 EUR on this product, etc."""),
'This installs the module analytic_user_function.'),
'module_project': fields.boolean("Project"),
'module_sale_stock': fields.boolean("Trigger delivery orders automatically from sales orders",
help="""Allows you to Make Quotation, Sale Order using different Order policy and Manage Related Stock.
This installs the module sale_stock."""),
help='Allows you to Make Quotation, Sale Order using different Order policy and Manage Related Stock.\n'
'This installs the module sale_stock.'),
}
def default_get(self, cr, uid, fields, context=None):

View File

@ -42,9 +42,9 @@ class sale_configuration(osv.osv_memory):
'The default invoicing method is', default_model='sale.order',
help="You can generate invoices based on sales orders or based on shippings."),
'module_delivery': fields.boolean('Allow adding shipping costs',
help ="""Allows you to add delivery methods in sales orders and delivery orders.
You can define your own carrier and delivery grids for prices.
This installs the module delivery."""),
help ='Allows you to add delivery methods in sales orders and delivery orders.\n'
'You can define your own carrier and delivery grids for prices.\n'
'This installs the module delivery.'),
'default_picking_policy' : fields.boolean("Deliver all at once when all products are available.",
help = "Sales order by default will be configured to deliver all products at once instead of delivering each product when it is available. This may have an impact on the shipping price."),
'group_mrp_properties': fields.boolean('Product properties on order lines',