diff --git a/addons/hr/views/hr_employee_public_views.xml b/addons/hr/views/hr_employee_public_views.xml index adc59f9edaf824111bdf512864b9d660d270d048..d735e552d9166e0ba822cbd0059d33eecea46e5d 100644 --- a/addons/hr/views/hr_employee_public_views.xml +++ b/addons/hr/views/hr_employee_public_views.xml @@ -73,7 +73,7 @@ <notebook> <page name="public" string="Work Information"> <div id="o_work_employee_container" class="d-lg-flex"> <!-- These two div are used to position org_chart --> - <div id="o_work_employee_main"> + <div id="o_work_employee_main" class="flex-grow-1"> <group string="Location" name="location"> <field name="address_id" context="{'show_address': 1}" diff --git a/addons/hr/views/hr_employee_views.xml b/addons/hr/views/hr_employee_views.xml index 5b1abe4b20b1102cb4e3e52b0bb4cbd9601b475a..d57178ea1810c4037500509e508af5959f368e9e 100644 --- a/addons/hr/views/hr_employee_views.xml +++ b/addons/hr/views/hr_employee_views.xml @@ -102,7 +102,7 @@ <notebook> <page name="public" string="Work Information"> <div id="o_work_employee_container" class="d-lg-flex"> <!-- These two div are used to position org_chart --> - <div id="o_work_employee_main"> + <div id="o_work_employee_main" class="flex-grow-1"> <group string="Location"> <field name="address_id" context="{'show_address': 1}" diff --git a/addons/hr/views/res_users.xml b/addons/hr/views/res_users.xml index a1450ddc891dcea0635a556c35e6479592dbaf4c..a7e952edbac14ed0f25460b24638fb0c753dde27 100644 --- a/addons/hr/views/res_users.xml +++ b/addons/hr/views/res_users.xml @@ -116,7 +116,7 @@ <notebook position="inside"> <page name="public" string="Work Information"> <div id="o_work_employee_container" class="d-lg-flex"> <!-- These two div are used to position org_chart --> - <div id="o_work_employee_main"> + <div id="o_work_employee_main" class="flex-grow-1"> <group string="Location"> <field name="department_id" attrs="{'readonly': [('can_edit', '=', False)]}"/> <field name="address_id"