Skip to content

Commit

Permalink
TA#72110 [16.0][UPD][MIG] hr_contract_wage_type : circleci, code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
lanto-razafindrabe committed Jan 22, 2025
1 parent 6757190 commit af0c8b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
name: Setup Log Folder For Reports
command: sudo mkdir -p .log && sudo chmod 777 .log

# - run:
# name: Run Test
# command: docker-compose run --rm odoo run_pytest.sh
- run:
name: Run Test
command: docker-compose run --rm odoo run_pytest.sh

# - run:
# name: Codacy Coverage
Expand Down
6 changes: 3 additions & 3 deletions hr_contract_wage_type/views/hr_contract_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<record id="hr_contract_view_form" model="ir.ui.view">
<field name="name">HR Contract: add wage type</field>
<field name="model">hr.contract</field>
<field name="inherit_id" ref="hr_contract.hr_contract_view_form"/>
<field name="inherit_id" ref="hr_contract.hr_contract_view_form" />
<field name="arch" type="xml">
<div name="wage" position="replace">
<div class="o_row" name="wage">
<field name="wage" nolabel="1"/>
<field name="wage" nolabel="1" />
<span>/</span>
<field name="wage_type" nolabel="1" required="1"/>
<field name="wage_type" nolabel="1" required="1" />
</div>
</div>
</field>
Expand Down

0 comments on commit af0c8b4

Please sign in to comment.