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/data/demo_data.xml | 23 +++++++++++++++++++++++ hr_resignation/data/resign_employee.xml | 16 ++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 hr_resignation/data/demo_data.xml create mode 100644 hr_resignation/data/resign_employee.xml (limited to 'hr_resignation/data') diff --git a/hr_resignation/data/demo_data.xml b/hr_resignation/data/demo_data.xml new file mode 100644 index 0000000..73342c7 --- /dev/null +++ b/hr_resignation/data/demo_data.xml @@ -0,0 +1,23 @@ + + + + + + Sreejith Sasidharan + Odoo developer + Building 1, Third Floor + (376)-352-741 + sreejith@example.com + + + + + + 2015-03-02 + 2020-03-22 + Career Change + + + + \ No newline at end of file diff --git a/hr_resignation/data/resign_employee.xml b/hr_resignation/data/resign_employee.xml new file mode 100644 index 0000000..89930f0 --- /dev/null +++ b/hr_resignation/data/resign_employee.xml @@ -0,0 +1,16 @@ + + + + + HR Resignation: update employee + + code + model.update_employee_status() + + 1 + days + -1 + + + + \ No newline at end of file -- cgit v1.2.3