[IMP] event,mrp_repair,sale : Minor edit on notification messages

bzr revid: ach@tinyerp.com-20100630120313-nmsy7o8z9kpfo8ps
This commit is contained in:
Anup (OpenERP) 2010-06-30 17:33:13 +05:30
parent 8e5d585551
commit a8e3cdf803
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create invoices">
<separator colspan="4" string="Do you really want to create the invoices ?" />
<separator colspan="4" string="Do you really want to create the invoice(s) ?" />
<field name="grouped" />
<field name="invoice_date"/>
<group colspan="4">
@ -38,4 +38,4 @@
view_mode="form" target="new" view_type="form" />
</data>
</openerp>
</openerp>

View File

@ -10,7 +10,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create invoices">
<separator colspan="4" string="Do you really want to create the invoices ?" />
<separator colspan="4" string="Do you really want to create the invoice(s) ?" />
<field name="group"/>
<newline/>
<group col="2" colspan="4">

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create invoices">
<separator colspan="4" string="Do you really want to create the invoices ?" />
<separator colspan="4" string="Do you really want to create the invoice(s) ?" />
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="make_invoices" string="Create Invoices" type="object" icon="gtk-ok"/>
</form>

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create invoices">
<separator colspan="4" string="Do you really want to create the invoices ?" />
<separator colspan="4" string="Do you really want to create the invoice(s) ?" />
<field name="grouped"/>
<newline/>
<field name="invoice_date"/>