commit
a56566b093
|
|
@ -3631,4 +3631,9 @@ msgstr "سبب الرفض للاجازات"
|
|||
#. module: hr_holidays_public
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_public.reject_wizard
|
||||
msgid "Close"
|
||||
msgstr "إغلاق"
|
||||
msgstr "إغلاق"
|
||||
|
||||
#. module: hr_holidays_public
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_public.hr_holidays_ext_form_view
|
||||
msgid "Are you sure to Refuse This Record?"
|
||||
msgstr "هل أنت متأكد من إلغاء هذا الطلب؟"
|
||||
|
|
|
|||
|
|
@ -131,13 +131,14 @@
|
|||
groups="hr_holidays_community.group_hr_holidays_user"
|
||||
class="oe_highlight"/>
|
||||
|
||||
<button string="Refuse" name="refuse" states="validate1" type="object"
|
||||
groups="hr_holidays_community.group_hr_holidays_user" class="oe_highlight"/>
|
||||
<!--button string="Refuse" name="refuse" states="validate1" type="object"
|
||||
groups="hr_holidays_community.group_hr_holidays_user" class="oe_highlight"
|
||||
confirm="Are you sure to Refuse This Record?"/-->
|
||||
|
||||
<!--button string="Cancel" name="cancel" type="object" states="validate1"
|
||||
class="oe_highlight"/-->
|
||||
<button string="Reset to Draft" name="draft_state" type="object"
|
||||
states="refuse"
|
||||
states="refuse,validate1"
|
||||
class="oe_highlight"
|
||||
groups="hr_holidays_community.group_hr_holidays_user"
|
||||
confirm="Are you sure to Reset To Draft This Record?"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue