[IMP] account : Improved the menutips of customer invoice.

bzr revid: mdi@tinyerp.com-20120604113138-19f5fphbnla93756
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-04 17:01:38 +05:30
parent 25332dbe1d
commit 3800d8fd6e
1 changed files with 5 additions and 1 deletions

View File

@ -444,7 +444,11 @@
<field name="domain">[('type','=','out_invoice')]</field>
<field name="context">{'default_type':'out_invoice', 'type':'out_invoice', 'journal_type': 'sale'}</field>
<field name="search_view_id" ref="view_account_invoice_filter"/>
<field name="help">With Customer Invoices you can create and manage sales invoices issued to your customers. OpenERP can also generate draft invoices automatically from sales orders or deliveries. You should only confirm them before sending them to your customers.</field>
<field name="help">
Click here to create a new Invoice.
&lt;p&gt;
The Invoice can be generated automatically from a sale order or a delivery order. The invoice can be send by email.
</field>
</record>