[IMP]sale:updated help of field group_invoice_so_lines Lines to Invoice by Order Lines to Invoice

bzr revid: ssu@tinyerp.com-20121122093042-svs17q7agvmsieqg
This commit is contained in:
Saurang Suthar 2012-11-22 15:00:42 +05:30
parent 9d2b79bb34
commit 7ca3df80ec
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class sale_configuration(osv.osv_memory):
_columns = {
'group_invoice_so_lines': fields.boolean('Generate invoices based on the sale order lines',
implied_group='sale.group_invoice_so_lines',
help="To allow your salesman to make invoices for sale order lines using the menu 'Lines to Invoice'."),
help="To allow your salesman to make invoices for sale order lines using the menu 'Order Lines to Invoice'."),
'timesheet': fields.boolean('Prepare invoices based on timesheets',
help = """For modifying account analytic view to show important data to project manager of services companies.
You can also view the report of account analytic summary user-wise as well as month wise.