[IMP] hr_timesheet_sheet: rename string Close as Confirm
[odoo/odoo.git] / addons / hr_timesheet_sheet / hr_timesheet_sheet_view.xml
index f95a2b5..2e1bf6c 100644 (file)
                             </group>
                         </page>
                     </notebook>
-                    <field name="state"/>
-                    <group col="4" colspan="2">
-                        <button name="button_confirm" states="draft" string="Close" type="object" icon="terp-check"/>
+                    <group col="6" colspan="4">
+                        <field name="state"/>
+                        <button name="button_confirm" states="draft" string="Confirm" type="object" icon="terp-check"/>
                         <button name="action_set_to_draft" states="done" string="Set to Draft" type="object" icon="terp-stock_effects-object-colorize"/>
                         <button name="cancel" states="confirm" string="Refuse" type="workflow" icon="gtk-cancel"/>
                         <button name="done" states="confirm" string="Approve" type="workflow" icon="terp-camera_test"/>