Skip to content

Commit

Permalink
[MIG] hr_holidays_settings: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Dec 9, 2024
1 parent 6e3b3f8 commit dc44004
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
3 changes: 3 additions & 0 deletions hr_holidays_settings/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Contributors
- Alexey Pelykh <[email protected]>

- Murtaza Mithaiwala <https://twitter.com/MurtazaMithaiw4>
- `APSL-Nagarro <https://apsl.tech>`__:

- Antoni Marroig <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion hr_holidays_settings/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "HR Holidays Settings",
"summary": "Enables Settings Form for HR Holidays.",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr-holidays",
"author": "ForgeFlow, Odoo Community Association (OCA)",
Expand Down
2 changes: 2 additions & 0 deletions hr_holidays_settings/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
- [CorporateHub](https://corporatehub.eu/)
- Alexey Pelykh \<<[email protected]>\>
- Murtaza Mithaiwala \<<https://twitter.com/MurtazaMithaiw4>\>
- [APSL-Nagarro](<https://apsl.tech>):
- Antoni Marroig \<<[email protected]>\>
4 changes: 4 additions & 0 deletions hr_holidays_settings/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
</ul>
</li>
<li>Murtaza Mithaiwala &lt;<a class="reference external" href="https://twitter.com/MurtazaMithaiw4">https://twitter.com/MurtazaMithaiw4</a>&gt;</li>
<li><a class="reference external" href="https://apsl.tech">APSL-Nagarro</a>:<ul>
<li>Antoni Marroig &lt;<a class="reference external" href="mailto:amarroig&#64;apsl.net">amarroig&#64;apsl.net</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
17 changes: 8 additions & 9 deletions hr_holidays_settings/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base.res_config_settings_view_form" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('settings')]" position="inside">
<div
class="app_settings_block"
<xpath expr="//form" position="inside">
<app
data-string="Leaves management"
string="Leaves Management"
data-key="hr_holidays"
name="hr-holidays"
groups="hr.group_hr_manager"
>
<h2>Leaves Management</h2>
<div
class="row mt16 o_settings_container"
<block
title="Leaves Management"
/>
</div>
name="leaves_management_setting_container"
>
</block>
</app>
</xpath>
</field>
</record>
Expand Down

0 comments on commit dc44004

Please sign in to comment.