Better labels

This commit is contained in:
Alexis de Lattre
2016-03-17 23:55:57 +01:00
parent 3a69e7bf69
commit 10ebf47612
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<button name="action_cancel" position="after"> <button name="action_cancel" position="after">
<button name="%(purchase_date_planned_update_action)d" type="action" <button name="%(purchase_date_planned_update_action)d" type="action"
string="Update Scheduled Date" string="Update Scheduled Dates"
states="confirmed,approved,except_picking,except_invoice"/> states="confirmed,approved,except_picking,except_invoice"/>
</button> </button>
</field> </field>

View File

@@ -12,7 +12,7 @@
<field name="name">purchase_date_planned_update_form</field> <field name="name">purchase_date_planned_update_form</field>
<field name="model">purchase.date.planned.update</field> <field name="model">purchase.date.planned.update</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Update Scheduled Date"> <form string="Update Scheduled Dates">
<group name="main"> <group name="main">
<label string="You can update all the lines at once or update only selected lines." colspan="2"/> <label string="You can update all the lines at once or update only selected lines." colspan="2"/>
<label string="The purchase order lines that are already fully received are not listed below." colspan="2"/> <label string="The purchase order lines that are already fully received are not listed below." colspan="2"/>
@@ -39,7 +39,7 @@
</record> </record>
<record id="purchase_date_planned_update_action" model="ir.actions.act_window"> <record id="purchase_date_planned_update_action" model="ir.actions.act_window">
<field name="name">Update Scheduled Date</field> <field name="name">Update Scheduled Dates</field>
<field name="res_model">purchase.date.planned.update</field> <field name="res_model">purchase.date.planned.update</field>
<field name="view_mode">form</field> <field name="view_mode">form</field>
<field name="target">new</field> <field name="target">new</field>