From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/hr_contract/views/assets.xml | 8 + addons/hr_contract/views/hr_contract_views.xml | 322 +++++++++++++++++++++++++ 2 files changed, 330 insertions(+) create mode 100644 addons/hr_contract/views/assets.xml create mode 100644 addons/hr_contract/views/hr_contract_views.xml (limited to 'addons/hr_contract/views') diff --git a/addons/hr_contract/views/assets.xml b/addons/hr_contract/views/assets.xml new file mode 100644 index 00000000..446cffb6 --- /dev/null +++ b/addons/hr_contract/views/assets.xml @@ -0,0 +1,8 @@ + + + diff --git a/addons/hr_contract/views/hr_contract_views.xml b/addons/hr_contract/views/hr_contract_views.xml new file mode 100644 index 00000000..bd46f27c --- /dev/null +++ b/addons/hr_contract/views/hr_contract_views.xml @@ -0,0 +1,322 @@ + + + + + Contracts + hr.contract + kanban,tree,form + { + 'search_default_employee_id': [active_id], + 'default_employee_id': active_id, + 'search_default_group_by_state': 1 + } + + + + hr.hr.employee.view.form2 + hr.employee + + + +
+ + +
+ + + + + + + + + +
+
+
+ + + hr.employee.view.search + hr.employee + + + + + + + + + + + + + hr.user.preferences.view.form.contract.inherit + res.users + + + + + + + + + + hr.contract.search + hr.contract + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hr.contract.form + hr.contract + +
+
+ +
+ +
+ +
+

+ + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + + + hr.contract.tree + hr.contract + + + + + + + + + + + + + + + + + + + hr.contract.kanban + hr.contract + + + + + + + + +
+ +
+
+ + + +
+
+ +
+
+ + + + + + +
+
+
+
+
+
+
+
+
+ + + hr.contract.activity + hr.contract + + + + +
+ +
+ + +
+
+
+
+
+
+ + + Contracts + hr.contract + kanban,tree,form,activity + [('employee_id', '!=', False)] + {'search_default_current':1, 'search_default_group_by_state': 1} + + +

+ Create a new contract +

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