Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
101 changes: 101 additions & 0 deletions hr_announcement/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
============
Announcement
============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9039171d476e33c87abb633b1edfd08292463842622a23e310c8e0e371a7730a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/18.0/hr_announcement
:alt: OCA/hr
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/hr-18-0/hr-18-0-hr_announcement
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=18.0
:alt: Try me on Runboat

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

The hr_announcement module extends the announcement module by adding 3
new options to the announcement type. This module allows the creation
and management of announcements, which can be sent to employees,
departments, or job positions.

**Table of contents**

.. contents::
:local:

Usage
=====

To create an announcement:

Users with ad management and configuration permissions can go to
*Discussion > Announcements* to create or edit an announcement. In the
announcement form you can see the new Employee/Departmen/Job Position
options included in the *Announcement type* field.

To check the announcements:

When users associated with an employee, department or job position log
in, announcement notices will appear. They can also check current or
past announcements under *Discussion > Announcements*.

To learn about the usage of this module, please refer to the
announcement module.

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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/hr/issues/new?body=module:%20hr_announcement%0Aversion:%2018.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
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

- Pilar Vargas
- Juan José Seguí

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/18.0/hr_announcement>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions hr_announcement/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
15 changes: 15 additions & 0 deletions hr_announcement/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2023 Tecnativa - Pilar Vargas
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Announcement",
"version": "18.0.1.0.0",
"summary": "",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Server UX",
"website": "https://github.com/OCA/hr",
"depends": ["mail", "hr", "announcement"],
"data": [
"views/announcement_views.xml",
],
}
62 changes: 62 additions & 0 deletions hr_announcement/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_announcement
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-03-27 12:39+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__announcement_type
msgid "Announcement Type"
msgstr "Tipo de Anuncio"

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__department
msgid "Department"
msgstr "Departamento"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__department_ids
msgid "Departments"
msgstr "Departamentos"

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__employee
msgid "Employee"
msgstr "Empleado/a"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__employee_ids
msgid "Employees"
msgstr "Empleados"

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__job_position
msgid "Job Position"
msgstr "Puesto de Trabajo"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__position_ids
msgid "Job Positions"
msgstr "Posiciones de Trabajo"

#. module: hr_announcement
#: model:ir.model,name:hr_announcement.model_announcement
msgid "User announcements"
msgstr "Anuncios del usuario"

#. module: hr_announcement
#: model:ir.model,name:hr_announcement.model_res_users
msgid "Users"
msgstr "Usuarios"
59 changes: 59 additions & 0 deletions hr_announcement/i18n/hr_announcement.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_announcement
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__announcement_type
msgid "Announcement Type"
msgstr ""

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__department
msgid "Department"
msgstr ""

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__department_ids
msgid "Departments"
msgstr ""

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__employee
msgid "Employee"
msgstr ""

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__employee_ids
msgid "Employees"
msgstr ""

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__job_position
msgid "Job Position"
msgstr ""

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__position_ids
msgid "Job Positions"
msgstr ""

#. module: hr_announcement
#: model:ir.model,name:hr_announcement.model_res_users
msgid "User"
msgstr ""

#. module: hr_announcement
#: model:ir.model,name:hr_announcement.model_announcement
msgid "User announcements"
msgstr ""
62 changes: 62 additions & 0 deletions hr_announcement/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_announcement
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-12 17:41+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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.17\n"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__announcement_type
msgid "Announcement Type"
msgstr "Tipo comunicazione"

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__department
msgid "Department"
msgstr "Reparto"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__department_ids
msgid "Departments"
msgstr "Reparti"

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__employee
msgid "Employee"
msgstr "Dipendente"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__employee_ids
msgid "Employees"
msgstr "Dipendenti"

#. module: hr_announcement
#: model:ir.model.fields.selection,name:hr_announcement.selection__announcement__announcement_type__job_position
msgid "Job Position"
msgstr "Posizione lavorativa"

#. module: hr_announcement
#: model:ir.model.fields,field_description:hr_announcement.field_announcement__position_ids
msgid "Job Positions"
msgstr "Posizioni lavorative"

#. module: hr_announcement
#: model:ir.model,name:hr_announcement.model_announcement
msgid "User announcements"
msgstr "Comunicazioni utenti"

#. module: hr_announcement
#: model:ir.model,name:hr_announcement.model_res_users
msgid "Users"
msgstr "Utenti"
2 changes: 2 additions & 0 deletions hr_announcement/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import announcement
from . import res_users
Loading
Loading