Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] hr_employee_document: Migration to 16.0. #1181

Merged
merged 18 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3faf15e
[12.0][ADD] hr_employee_document: various documents attached to the e…
alexey-pelykh Oct 28, 2018
69d706b
Added translation using Weblate (French)
May 23, 2019
06d6ec2
Added translation using Weblate (Croatian)
badbole Nov 18, 2019
d3e8900
[12.0][FIX] hr_employee_document: google_drive_link invisible
robinkeunen Mar 9, 2020
916e9f1
[IMP] hr_employee_document: add attachment preview
alexey-pelykh Mar 19, 2020
b971f91
[IMP] hr_employee_document: black, isort, prettier
newtratip Oct 29, 2020
cbb739b
[MIG] hr_employee_document: Migration to 13.0
newtratip Oct 29, 2020
1db98e7
[UPD] Brainbean Apps => CorporateHub
alexey-pelykh Nov 8, 2020
0db4a5a
[IMP] hr_employee_document: Add documents button in user profile
victoralmau Nov 27, 2020
c6c3fea
[IMP] hr_employee_document: Add security rule to allow user without e…
victoralmau Aug 10, 2021
0d097f6
[IMP] hr_employee_document: black, isort, prettier
victoralmau Jul 26, 2022
c3aaf99
[MIG] hr_employee_document: Migration to 14.0
victoralmau Jul 26, 2022
8a68625
[MIG] hr_employee_document: Migration to 15.0
victoralmau Nov 9, 2022
d0f2ff8
Added translation using Weblate (Italian)
mymage May 18, 2023
d371324
Added translation using Weblate (Spanish)
victoralmau Aug 14, 2023
3294b8a
[FIX] hr_employee_document: Remove record rules from hr.employee to a…
victoralmau Aug 14, 2023
9c299ec
[IMP] hr_employee_document: pre-commit stuff
BT-anieto Aug 23, 2023
ba9c3cc
[MIG] hr_employee_document: Migration to 16.0
BT-anieto Aug 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions hr_employee_document/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
====================
HR Employee Document
====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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/15.0/hr_employee_document
:alt: OCA/hr
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_employee_document
: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/15.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module displays a button on the employee's profile to view linked attachments, both
for HR officers/managers and the own employee, so you can use it as employee document storage.

**Table of contents**

.. contents::
:local:

Known issues / Roadmap
======================

This module adds read permission to the employee model; the rest of the model data will
be available to the employee.
If another module grants permissions to the employee model (Pre-officer for example),
I will need to create a rule to extend the basic permissions.

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_document%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.

Credits
=======

Authors
~~~~~~~

* CorporateHub

Contributors
~~~~~~~~~~~~

* `CorporateHub <https://corporatehub.eu/>`__

* Alexey Pelykh <[email protected]>

* Tharathip Chaweewongphan <[email protected]>

* `Tecnativa <https://www.tecnativa.com>`_:

* Víctor Martínez

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/15.0/hr_employee_document>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions hr_employee_document/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
21 changes: 21 additions & 0 deletions hr_employee_document/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2018 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# Copyright 2020 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "HR Employee Document",
"version": "16.0.1.0.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr",
"author": "CorporateHub, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"application": False,
"summary": "Documents attached to the employee profile",
"depends": ["hr"],
"data": [
"views/hr_employee.xml",
"views/hr_employee_public.xml",
],
}
50 changes: 50 additions & 0 deletions hr_employee_document/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_document
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-08-14 16:10+0000\n"
"Last-Translator: Víctor Martínez <[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: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_base
msgid "Basic Employee"
msgstr "Empleado Básico"

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.ir_attachment_view_search
msgid "Content"
msgstr "Contenido"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_base__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__document_count
msgid "Document Count"
msgstr ""

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_public_view_form
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_view_form
msgid "Documents"
msgstr "Documentos"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__is_logged
msgid "Is Logged"
msgstr ""

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_public
msgid "Public Employee"
msgstr "Empleado Público"
50 changes: 50 additions & 0 deletions hr_employee_document/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_document
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-05-23 20:19+0000\n"
"Last-Translator: Kévin Allard <[email protected]>\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.6.1\n"

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_base
msgid "Basic Employee"
msgstr ""

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.ir_attachment_view_search
msgid "Content"
msgstr "Contenu"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_base__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__document_count
msgid "Document Count"
msgstr "Nombre de documents"

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_public_view_form
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_view_form
msgid "Documents"
msgstr "Documents"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__is_logged
msgid "Is Logged"
msgstr ""

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_public
msgid "Public Employee"
msgstr ""
51 changes: 51 additions & 0 deletions hr_employee_document/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_document
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-18 14:34+0000\n"
"Last-Translator: Bole <[email protected]>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 3.8\n"

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_base
msgid "Basic Employee"
msgstr ""

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.ir_attachment_view_search
msgid "Content"
msgstr "Sadržaj"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_base__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__document_count
msgid "Document Count"
msgstr "Broj dokumenata"

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_public_view_form
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_view_form
msgid "Documents"
msgstr "Dokumenti"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__is_logged
msgid "Is Logged"
msgstr ""

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_public
msgid "Public Employee"
msgstr ""
52 changes: 52 additions & 0 deletions hr_employee_document/i18n/hr_employee_document.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_document
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_base
msgid "Basic Employee"
msgstr ""

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.ir_attachment_view_search
msgid "Content"
msgstr ""

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_base__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__document_count
msgid "Document Count"
msgstr ""

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_public_view_form
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_view_form
msgid "Documents"
msgstr ""

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__is_logged
msgid "Is Logged"
msgstr ""

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_public
msgid "Public Employee"
msgstr ""

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_ir_rule
msgid "Record Rule"
msgstr ""
50 changes: 50 additions & 0 deletions hr_employee_document/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_employee_document
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-05-18 20:32+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.16.4\n"

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_base
msgid "Basic Employee"
msgstr "Dipendente base"

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.ir_attachment_view_search
msgid "Content"
msgstr "Contenuto"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_base__document_count
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__document_count
msgid "Document Count"
msgstr "Conteggio documenti"

#. module: hr_employee_document
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_public_view_form
#: model_terms:ir.ui.view,arch_db:hr_employee_document.hr_employee_view_form
msgid "Documents"
msgstr "Documenti"

#. module: hr_employee_document
#: model:ir.model.fields,field_description:hr_employee_document.field_hr_employee_public__is_logged
msgid "Is Logged"
msgstr "È collegato"

#. module: hr_employee_document
#: model:ir.model,name:hr_employee_document.model_hr_employee_public
msgid "Public Employee"
msgstr "Dipendente pubblico"
5 changes: 5 additions & 0 deletions hr_employee_document/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import hr_employee
from . import hr_employee_public
from . import ir_rule
Loading
Loading