Skip to content
Snippets Groups Projects
Commit 4e85ee76 authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] base, hr_recruitment_skills: fix typo


closes odoo/odoo#106798

Signed-off-by: default avatarXavier Morel (xmo) <xmo@odoo.com>
parent 5a68d254
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
attrs="{'invisible': ['|', ('skill_id', '=', False), ('skill_type_id', '=', False)]}"/> attrs="{'invisible': ['|', ('skill_id', '=', False), ('skill_type_id', '=', False)]}"/>
<div class="o_row" <div class="o_row"
attrs="{'invisible': ['|', ('skill_id', '=', False), ('skill_type_id', '=', False)]}"> attrs="{'invisible': ['|', ('skill_id', '=', False), ('skill_type_id', '=', False)]}">
<span clas="ps-0" style="flex:1"> <span class="ps-0" style="flex:1">
<field name="skill_level_id" <field name="skill_level_id"
attrs="{'readonly': [('skill_id', '=', False)]}" attrs="{'readonly': [('skill_id', '=', False)]}"
context="{'from_skill_level_dropdown': True}" /> context="{'from_skill_level_dropdown': True}" />
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<field name="model">res.users.identitycheck</field> <field name="model">res.users.identitycheck</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Password Confirmation"> <form string="Password Confirmation">
<sheet clas="bg-primary"> <sheet class="bg-primary">
<h3><strong>Please enter your password to confirm you own this account</strong></h3> <h3><strong>Please enter your password to confirm you own this account</strong></h3>
<br/> <br/>
<div> <div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment