bzr revid: apa@tinyerp.com-20120321070105-0jxbqpzf0sx7nmr5
This commit is contained in:
Amit Patel (OpenERP) 2012-03-21 12:31:05 +05:30
parent 1a16e1c3f9
commit 4272841c90
1 changed files with 2 additions and 2 deletions

View File

@ -339,9 +339,9 @@
<a t-if="record.survey.raw_value" name="action_print_survey" type="object" string="Print Interview" icon="gtk-print" />
</div>
<div class="oe_kanban_right">
<a name="case_cancel" string="Refuse" states="open,pending" type="object" icon="gtk-cancel"/>
<a name="case_cancel" string="Refuse" states="draft,open,pending" type="object" icon="gtk-cancel"/>
<a name="case_open" string="In Progress" states="draft,pending" type="object" icon="kanban-apply"/>
<a name="case_pending" string="Pending" states="draft,open" type="object" icon="kanban-pause"/>
<a name="case_pending" string="Pending" states="open" type="object" icon="kanban-pause"/>
<a name="%(action_hr_recruitment_hired_employee)d" string="Hire" states="open,pending" type="action" icon="terp-partner"/>
</div>
<br class="oe_kanban_clear"/>