diff --git a/.docker_files/odoo.conf b/.docker_files/odoo.conf
index 2a7cdc7..973acdb 100644
--- a/.docker_files/odoo.conf
+++ b/.docker_files/odoo.conf
@@ -49,7 +49,7 @@ test_report_directory = False
translate_modules = ['all']
unaccent = False
without_demo = False
-workers = 2
+workers = 0
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
diff --git a/gitoo.yml b/gitoo.yml
index dca5106..64ebd25 100644
--- a/gitoo.yml
+++ b/gitoo.yml
@@ -36,3 +36,6 @@
branch: "14.0"
includes:
- base_view_inheritance_extension
+
+- url: https://github.com/oca/hr-attendance
+ branch: "14.0"
\ No newline at end of file
diff --git a/hr_working_space/__manifest__.py b/hr_working_space/__manifest__.py
index f20effe..fe63636 100644
--- a/hr_working_space/__manifest__.py
+++ b/hr_working_space/__manifest__.py
@@ -4,7 +4,7 @@
{
'name': 'HR Working Space',
- 'version': '1.1.0',
+ 'version': '1.2.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'license': 'LGPL-3',
diff --git a/hr_working_space/models/hr_attendance.py b/hr_working_space/models/hr_attendance.py
index f21e520..8ac72b3 100644
--- a/hr_working_space/models/hr_attendance.py
+++ b/hr_working_space/models/hr_attendance.py
@@ -12,7 +12,6 @@ class HRWorkingSpace(models.Model):
working_space_id = fields.Many2one(
'hr.working.space',
string='Working Space',
- required=True
)
diff --git a/hr_working_space/views/hr_attendance.xml b/hr_working_space/views/hr_attendance.xml
index 75decc3..c3396ae 100644
--- a/hr_working_space/views/hr_attendance.xml
+++ b/hr_working_space/views/hr_attendance.xml
@@ -6,7 +6,7 @@
-
+
@@ -16,7 +16,7 @@
-
+