From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- hr_resignation/views/approved_resignation.xml | 25 ++++++++ hr_resignation/views/hr_employee.xml | 25 ++++++++ hr_resignation/views/resignation_sequence.xml | 15 +++++ hr_resignation/views/resignation_view.xml | 91 +++++++++++++++++++++++++++ 4 files changed, 156 insertions(+) create mode 100644 hr_resignation/views/approved_resignation.xml create mode 100644 hr_resignation/views/hr_employee.xml create mode 100644 hr_resignation/views/resignation_sequence.xml create mode 100644 hr_resignation/views/resignation_view.xml (limited to 'hr_resignation/views') diff --git a/hr_resignation/views/approved_resignation.xml b/hr_resignation/views/approved_resignation.xml new file mode 100644 index 0000000..ddfa5e1 --- /dev/null +++ b/hr_resignation/views/approved_resignation.xml @@ -0,0 +1,25 @@ + + + + + + Approved Resignation + hr.resignation + tree,form + [('state', '=', 'approved')] + +

Approved Resignation +

+
+
+ + +
+
+ + diff --git a/hr_resignation/views/hr_employee.xml b/hr_resignation/views/hr_employee.xml new file mode 100644 index 0000000..f2b0ebd --- /dev/null +++ b/hr_resignation/views/hr_employee.xml @@ -0,0 +1,25 @@ + + + + hr.employee.form.view + hr.employee + + + + + + + + + + hr.employee.form.filter + hr.employee + + + + + + + + + \ No newline at end of file diff --git a/hr_resignation/views/resignation_sequence.xml b/hr_resignation/views/resignation_sequence.xml new file mode 100644 index 0000000..65ee9ee --- /dev/null +++ b/hr_resignation/views/resignation_sequence.xml @@ -0,0 +1,15 @@ + + + + + + + Open HRMS Resignation + hr.resignation + RES + 3 + + + + + diff --git a/hr_resignation/views/resignation_view.xml b/hr_resignation/views/resignation_view.xml new file mode 100644 index 0000000..356e190 --- /dev/null +++ b/hr_resignation/views/resignation_view.xml @@ -0,0 +1,91 @@ + + + + + hr.resignation.tree + hr.resignation + + + + + + + + + + + + + + + + + hr.resignation.form + hr.resignation + + +
+
+
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+ + Employee Resignation + hr.resignation + tree,form + [('state', 'in', ('draft', 'confirm','cancel'))] + +

Employee Resignation Form +

+
+
+ + +
+
+ + -- cgit v1.2.3