Skip to content

Commit

Permalink
[MIG] hr_holidays_settings: Migration to 12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkansagra authored and peluko00 committed Nov 17, 2023
1 parent 374ad30 commit b41e2c5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion hr_holidays_settings/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this module, you need to:

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/116/11.0
:target: https://runbot.odoo-community.org/runbot/116/12.0

Bug Tracker
===========
Expand All @@ -42,6 +42,7 @@ Contributors
* Miquel Raïch <[email protected]>
* Andrea Stirpe <[email protected]>
* Dennis Sluijk <[email protected]>
* Anand Kansagra <[email protected]>

Maintainer
----------
Expand Down
1 change: 0 additions & 1 deletion hr_holidays_settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
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": "11.0.1.1.0",
"version": "12.0.1.0.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr",
"author": "Eficent, Odoo Community Association (OCA)",
Expand Down
4 changes: 4 additions & 0 deletions hr_holidays_settings/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Miquel Raïch <[email protected]>
* Andrea Stirpe <[email protected]>
* Dennis Sluijk <[email protected]>
* Anand Kansagra <[email protected]>
2 changes: 2 additions & 0 deletions hr_holidays_settings/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module adds a Settings form in the menu of Leaves (HR Holidays module).
This settings are empty by default but enable other modules to be able to extend it.
3 changes: 3 additions & 0 deletions hr_holidays_settings/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To use this module, you need to:

#. Go to *Leaves > Configuration > Settings*.
4 changes: 1 addition & 3 deletions hr_holidays_settings/views/res_config_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
data-string="Leaves management" string="Leaves Management"
data-key="hr_holidays" groups="hr.group_hr_manager">
<h2>Leaves Management</h2>
<div class="row mt16 o_settings_container" title="Leaves Management">

</div>
<div class="row mt16 o_settings_container" title="Leaves Management"/>
</div>
</xpath>
</field>
Expand Down

0 comments on commit b41e2c5

Please sign in to comment.