-
-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] hr_employee_calendar_planning: Migration to 15.0
TT36463
- Loading branch information
1 parent
2f22ed5
commit 9d8b78c
Showing
13 changed files
with
122 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ Employee Calendar Planning | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github | ||
:target: https://github.com/OCA/hr/tree/14.0/hr_employee_calendar_planning | ||
:target: https://github.com/OCA/hr/tree/15.0/hr_employee_calendar_planning | ||
:alt: OCA/hr | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_employee_calendar_planning | ||
:target: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_employee_calendar_planning | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/116/14.0 | ||
:target: https://runbot.odoo-community.org/runbot/116/15.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
@@ -52,7 +52,7 @@ Configuration | |
|
||
#. Go to *Employees > Employees*. | ||
#. Open or create a new one. | ||
#. On the "Work Information" tab, fill the section "Calendar planning" with: | ||
#. On the "Work Information" tab, fill the section "Working Hours" with: | ||
|
||
* Starting date (optional). | ||
* Ending date (optional). | ||
|
@@ -74,7 +74,7 @@ Bug Tracker | |
Bugs are tracked on `GitHub Issues <https://github.com/OCA/hr/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_calendar_planning%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_calendar_planning%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
|
@@ -104,6 +104,10 @@ Contributors | |
|
||
* Nattapong W. <[email protected]> | ||
|
||
* `Pesol <https://www.pesol.es>`__: | ||
|
||
* Pedro Evaristo Gonzalez Sanchez <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
|
@@ -128,6 +132,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__: | |
|
||
|maintainer-victoralmau| |maintainer-pedrobaeza| | ||
|
||
This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/14.0/hr_employee_calendar_planning>`_ project on GitHub. | ||
This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/15.0/hr_employee_calendar_planning>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,28 +6,36 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-04-11 14:49+0000\n" | ||
"PO-Revision-Date: 2022-04-11 16:50+0200\n" | ||
"POT-Creation-Date: 2022-08-29 06:53+0000\n" | ||
"PO-Revision-Date: 2022-08-29 08:55+0200\n" | ||
"Last-Translator: Carles Antoli <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Poedit 2.3\n" | ||
"X-Generator: Poedit 3.0.1\n" | ||
|
||
#. module: hr_employee_calendar_planning | ||
#: code:addons/hr_employee_calendar_planning/models/resource_calendar.py:0 | ||
#, python-format | ||
msgid "%s is used in %s employee(s) related to another company." | ||
msgstr "%s está usado con el empleado(s) %s relacionado con otra compañía." | ||
msgid "" | ||
"%(item_name)s is used in %(total_items)s employee(s) related to another " | ||
"company." | ||
msgstr "" | ||
"%(item_name)s está usado en %(total_items)s empleado(s) relacionado con " | ||
"otra compañía." | ||
|
||
#. module: hr_employee_calendar_planning | ||
#: code:addons/hr_employee_calendar_planning/models/resource_calendar.py:0 | ||
#, python-format | ||
msgid "%s is used in %s employee(s). You should change them first." | ||
msgstr "%s está usado con el empleado(s) %s . Deberías cambiarlo primero." | ||
msgid "" | ||
"%(item_name)s is used in %(total_items)s employee(s).You should change them " | ||
"first." | ||
msgstr "" | ||
"%(item_name)s está usado en %(total_items)s empleado(s). Deberías cambiarlo " | ||
"primero." | ||
|
||
#. module: hr_employee_calendar_planning | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_resource_calendar__active | ||
|
@@ -71,9 +79,7 @@ msgid "Date end should be higher than date start" | |
msgstr "La fecha de fin debe ser mayor que la de inicio" | ||
|
||
#. module: hr_employee_calendar_planning | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_hr_employee__display_name | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_hr_employee_calendar__display_name | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_resource_calendar__display_name | ||
msgid "Display Name" | ||
msgstr "Nombre a mostrar" | ||
|
||
|
@@ -94,9 +100,7 @@ msgid "End Date" | |
msgstr "Fecha de finalización" | ||
|
||
#. module: hr_employee_calendar_planning | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_hr_employee__id | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_hr_employee_calendar__id | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_resource_calendar__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
|
@@ -110,9 +114,7 @@ msgstr "" | |
"trabajo sin eliminarlo." | ||
|
||
#. module: hr_employee_calendar_planning | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_hr_employee____last_update | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_hr_employee_calendar____last_update | ||
#: model:ir.model.fields,field_description:hr_employee_calendar_planning.field_resource_calendar____last_update | ||
msgid "Last Modified on" | ||
msgstr "Última modificación el" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
hr_employee_calendar_planning/migrations/14.0.1.2.0/post-migration.py
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
hr_employee_calendar_planning/migrations/14.0.1.3.0/post-migration.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ | |
* Jordi Ballester Alomar ([email protected]) | ||
|
||
* Nattapong W. <[email protected]> | ||
|
||
* `Pesol <https://www.pesol.es>`__: | ||
|
||
* Pedro Evaristo Gonzalez Sanchez <[email protected]> |
Oops, something went wrong.