Skip to content

Commit 3150edd

Browse files
amah-odooabdelrahmankhaledg
authored andcommitted
[IMP] hr: remove employment type code
- move the employment type code field to CH l10n closes odoo#198995 Related: odoo/enterprise#80033 Related: odoo/upgrade#7277 Signed-off-by: Bertrand Dossogne (bedo) <[email protected]>
1 parent 88e66a0 commit 3150edd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

addons/hr/views/hr_contract_type_views.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<list string="Contract Types" editable="bottom">
88
<field name="sequence" widget="handle"/>
99
<field name="name"/>
10-
<field name="code" groups="base.group_no_one"/>
10+
<field name="code" column_invisible="1"/>
1111
<field name="country_id" optional="hide"/>
1212
</list>
1313
</field>
@@ -20,7 +20,7 @@
2020
<group>
2121
<group>
2222
<field name="name"/>
23-
<field name="code" groups="base.group_no_one"/>
23+
<field name="code" invisible="1"/>
2424
<field name="country_id"/>
2525
</group>
2626
</group>

addons/hr_recruitment/static/src/scss/hr_job.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.o_hr_recruitment_kanban {
22
.o_kanban_renderer {
3+
padding: 0px;
4+
35
&.o_kanban_ungrouped .o_kanban_record {
46
width: 100%;
57
&:not(.o_kanban_ghost) {

0 commit comments

Comments
 (0)