[FIX]sale:help updated

bzr revid: kbh@tinyerp.com-20121220114356-q7w7oodmv83no6n9
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-12-20 17:13:56 +05:30
parent 527bf5dbb9
commit ac4442df60
3 changed files with 10 additions and 10 deletions

View File

@ -10,15 +10,15 @@
<field name="groups_id" eval="[(4, ref('base.group_sale_salesman'))]"/> <field name="groups_id" eval="[(4, ref('base.group_sale_salesman'))]"/>
<field name="help" type="html"> <field name="help" type="html">
<p class="oe_view_nocontent_create"> <p class="oe_view_nocontent_create">
Click to create a quotation or sale order for this customer. Click to create a quotation or sales order for this customer.
</p><p> </p><p>
OpenERP will help you efficiently handle the complete sale flow: OpenERP will help you efficiently handle the complete sale flow:
quotation, sale order, delivery, invoicing and quotation, sales order, delivery, invoicing and
payment. payment.
</p><p> </p><p>
The social feature helps you organize discussions on each sale The social feature helps you organize discussions on each sales
order, and allow your customer to keep track of the evolution order, and allow your customer to keep track of the evolution
of the sale order. of the sales order.
</p> </p>
</field> </field>
</record> </record>

View File

@ -183,7 +183,7 @@ class sale_order(osv.osv):
('sent', 'Quotation Sent'), ('sent', 'Quotation Sent'),
('cancel', 'Cancelled'), ('cancel', 'Cancelled'),
('waiting_date', 'Waiting Schedule'), ('waiting_date', 'Waiting Schedule'),
('progress', 'Sales Orders'), ('progress', 'Sales Order'),
('manual', 'Sale to Invoice'), ('manual', 'Sale to Invoice'),
('invoice_except', 'Invoice Exception'), ('invoice_except', 'Invoice Exception'),
('done', 'Done'), ('done', 'Done'),

View File

@ -332,11 +332,11 @@
<field name="domain">[('state','not in',('draft','sent','cancel'))]</field> <field name="domain">[('state','not in',('draft','sent','cancel'))]</field>
<field name="help" type="html"> <field name="help" type="html">
<p class="oe_view_nocontent_create"> <p class="oe_view_nocontent_create">
Click to create a quotation that can be converted into a sale Click to create a quotation that can be converted into a sales
order. order.
</p><p> </p><p>
OpenERP will help you efficiently handle the complete sales flow: OpenERP will help you efficiently handle the complete sales flow:
quotation, sales orders, delivery, invoicing and payment. quotation, sales order, delivery, invoicing and payment.
</p> </p>
</field> </field>
</record> </record>
@ -379,12 +379,12 @@
Click to create a quotation, the first step of a new sale. Click to create a quotation, the first step of a new sale.
</p><p> </p><p>
OpenERP will help you handle efficiently the complete sale flow: OpenERP will help you handle efficiently the complete sale flow:
from the quotation to the sale order, the from the quotation to the sales order, the
delivery, the invoicing and the payment collection. delivery, the invoicing and the payment collection.
</p><p> </p><p>
The social feature helps you organize discussions on each sale The social feature helps you organize discussions on each sales
order, and allow your customers to keep track of the evolution order, and allow your customers to keep track of the evolution
of the sale order. of the sales order.
</p> </p>
</field> </field>
</record> </record>