odoo-addon-hr-payroll-document 16.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of odoo-addon-hr-payroll-document might be problematic. Click here for more details.
- odoo/addons/hr_payroll_document/README.rst +85 -0
- odoo/addons/hr_payroll_document/__init__.py +2 -0
- odoo/addons/hr_payroll_document/__manifest__.py +17 -0
- odoo/addons/hr_payroll_document/data/email_payroll_employee.xml +20 -0
- odoo/addons/hr_payroll_document/i18n/ca_ES.po +281 -0
- odoo/addons/hr_payroll_document/i18n/es.po +281 -0
- odoo/addons/hr_payroll_document/i18n/hr_payroll_document.pot +220 -0
- odoo/addons/hr_payroll_document/models/__init__.py +3 -0
- odoo/addons/hr_payroll_document/models/hr_employee.py +14 -0
- odoo/addons/hr_payroll_document/models/ir_attachment.py +14 -0
- odoo/addons/hr_payroll_document/models/ir_attachment_payroll_custom.py +18 -0
- odoo/addons/hr_payroll_document/readme/CONTRIBUTORS.rst +2 -0
- odoo/addons/hr_payroll_document/readme/DESCRIPTION.rst +1 -0
- odoo/addons/hr_payroll_document/security/ir.model.access.csv +3 -0
- odoo/addons/hr_payroll_document/static/description/icon.png +0 -0
- odoo/addons/hr_payroll_document/static/description/index.html +424 -0
- odoo/addons/hr_payroll_document/tests/__init__.py +1 -0
- odoo/addons/hr_payroll_document/tests/common.py +51 -0
- odoo/addons/hr_payroll_document/tests/test.docx +0 -0
- odoo/addons/hr_payroll_document/tests/test.pdf +0 -0
- odoo/addons/hr_payroll_document/tests/test_hr_payroll_document.py +107 -0
- odoo/addons/hr_payroll_document/wizard/__init__.py +1 -0
- odoo/addons/hr_payroll_document/wizard/payroll_management_wizard.py +169 -0
- odoo/addons/hr_payroll_document/wizard/payroll_management_wizard.xml +42 -0
- odoo_addon_hr_payroll_document-16.0.1.0.0.2.dist-info/METADATA +104 -0
- odoo_addon_hr_payroll_document-16.0.1.0.0.2.dist-info/RECORD +28 -0
- odoo_addon_hr_payroll_document-16.0.1.0.0.2.dist-info/WHEEL +5 -0
- odoo_addon_hr_payroll_document-16.0.1.0.0.2.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
=====================
|
|
2
|
+
HR - Payroll Document
|
|
3
|
+
=====================
|
|
4
|
+
|
|
5
|
+
..
|
|
6
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
7
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
8
|
+
!! changes will be overwritten. !!
|
|
9
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
+
!! source digest: sha256:3698f5f5e529d5d32ae80cdc1ab30660ad4e5d39b6d98f8dace97a0b233743c5
|
|
11
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
|
+
|
|
13
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
|
+
:target: https://odoo-community.org/page/development-status
|
|
15
|
+
:alt: Beta
|
|
16
|
+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
|
17
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
|
+
:alt: License: AGPL-3
|
|
19
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpayroll-lightgray.png?logo=github
|
|
20
|
+
:target: https://github.com/OCA/payroll/tree/16.0/hr_payroll_document
|
|
21
|
+
:alt: OCA/payroll
|
|
22
|
+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
23
|
+
:target: https://translation.odoo-community.org/projects/payroll-16-0/payroll-16-0-hr_payroll_document
|
|
24
|
+
:alt: Translate me on Weblate
|
|
25
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/payroll&target_branch=16.0
|
|
27
|
+
:alt: Try me on Runboat
|
|
28
|
+
|
|
29
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
30
|
+
|
|
31
|
+
This module have a wizard view to manage the different payrolls of employees which is identified by the identification_id attribute.
|
|
32
|
+
|
|
33
|
+
**Table of contents**
|
|
34
|
+
|
|
35
|
+
.. contents::
|
|
36
|
+
:local:
|
|
37
|
+
|
|
38
|
+
Bug Tracker
|
|
39
|
+
===========
|
|
40
|
+
|
|
41
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/payroll/issues>`_.
|
|
42
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
43
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
44
|
+
`feedback <https://github.com/OCA/payroll/issues/new?body=module:%20hr_payroll_document%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
45
|
+
|
|
46
|
+
Do not contact contributors directly about support or help with technical issues.
|
|
47
|
+
|
|
48
|
+
Credits
|
|
49
|
+
=======
|
|
50
|
+
|
|
51
|
+
Authors
|
|
52
|
+
~~~~~~~
|
|
53
|
+
|
|
54
|
+
* APSL
|
|
55
|
+
|
|
56
|
+
Contributors
|
|
57
|
+
~~~~~~~~~~~~
|
|
58
|
+
|
|
59
|
+
* Antoni Marroig Campomar <amarroig@apsl.net>
|
|
60
|
+
* Miquel Alzanillas Monserrat <malzanillas@apsl.net>
|
|
61
|
+
|
|
62
|
+
Maintainers
|
|
63
|
+
~~~~~~~~~~~
|
|
64
|
+
|
|
65
|
+
This module is maintained by the OCA.
|
|
66
|
+
|
|
67
|
+
.. image:: https://odoo-community.org/logo.png
|
|
68
|
+
:alt: Odoo Community Association
|
|
69
|
+
:target: https://odoo-community.org
|
|
70
|
+
|
|
71
|
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
72
|
+
mission is to support the collaborative development of Odoo features and
|
|
73
|
+
promote its widespread use.
|
|
74
|
+
|
|
75
|
+
.. |maintainer-peluko00| image:: https://github.com/peluko00.png?size=40px
|
|
76
|
+
:target: https://github.com/peluko00
|
|
77
|
+
:alt: peluko00
|
|
78
|
+
|
|
79
|
+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
80
|
+
|
|
81
|
+
|maintainer-peluko00|
|
|
82
|
+
|
|
83
|
+
This module is part of the `OCA/payroll <https://github.com/OCA/payroll/tree/16.0/hr_payroll_document>`_ project on GitHub.
|
|
84
|
+
|
|
85
|
+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "HR - Payroll Document",
|
|
3
|
+
"summary": "Manage payroll for each employee",
|
|
4
|
+
"author": "APSL, Odoo Community Association (OCA)",
|
|
5
|
+
"website": "https://github.com/OCA/payroll",
|
|
6
|
+
"license": "AGPL-3",
|
|
7
|
+
"category": "Payrolls",
|
|
8
|
+
"version": "16.0.1.0.0",
|
|
9
|
+
"depends": ["hr", "base_vat"],
|
|
10
|
+
"maintainers": ["peluko00"],
|
|
11
|
+
"external_dependencies": {"python": ["pypdf"]},
|
|
12
|
+
"data": [
|
|
13
|
+
"wizard/payroll_management_wizard.xml",
|
|
14
|
+
"security/ir.model.access.csv",
|
|
15
|
+
"data/email_payroll_employee.xml",
|
|
16
|
+
],
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
|
2
|
+
<odoo>
|
|
3
|
+
<record id="payroll_employee_email_template" model="mail.template">
|
|
4
|
+
<field name="name">Payroll Employee</field>
|
|
5
|
+
<field name="model_id" ref="hr.model_hr_employee" />
|
|
6
|
+
<field name="email_from">{{object.company_id.email}}</field>
|
|
7
|
+
<field name="email_to">{{object.work_email}}</field>
|
|
8
|
+
<field name="subject">Payroll {{ctx.get('subject')}}</field>
|
|
9
|
+
<field name="auto_delete" eval="False" />
|
|
10
|
+
<field name="body_html">
|
|
11
|
+
<![CDATA[<html>
|
|
12
|
+
<head></head>
|
|
13
|
+
<body style="margin: 0; padding: 0;">
|
|
14
|
+
<table style="padding:20px;background-color:#ededed; border-collapse:separate" width="100%" cellpadding="0" border="0"><tbody><!-- HEADER --><tr><td style="min-width:590px" align="center"><table style="min-width:590px;background-color:#fff; padding:20px; border-collapse:separate" width="590" cellpadding="0" border="0"><tbody><tr><td style="text-align:right" valign="middle"><img src="/logo.png" style="padding:0px;margin:0px; height:auto; width:80px" alt="{{object.company_id.name}}"></td></tr><tr><td style="text-align:left" valign="middle"><h2 style="color:rgb(28, 130, 156)"><font style="color:rgb(107, 175, 103);">Payroll <t t-out="ctx.get('subject')" contenteditable="false" data-oe-t-inline="true"/></font></h2></td></tr></tbody></table></td></tr><!-- CONTENT --><tr><td style="min-width:590px" align="center"><table style="min-width:590px;background-color:rgb(255, 255, 255); padding:20px; border-collapse:separate" width="590" cellpadding="0" border="0"><tbody><tr><td style="font-family:Arial,Helvetica,sans-serif;color:#555; font-size:14px" valign="top"><p> </p><p>Hello <t t-out="object.name" contenteditable="false" data-oe-t-inline="true"/>,</p><br><p>We send you the payroll with the subject <t t-out="ctx.get('subject')" contenteditable="false" data-oe-t-inline="true"/>.<br></p></td></tr><tr><td style="font-family:Arial,Helvetica,sans-serif;color:#555; font-size:14px" valign="top"><br></td></tr><tr><td style="font-family:Arial,Helvetica,sans-serif;color:#555; font-size:14px" valign="top"><br><p></p></td></tr></tbody></table></td></tr><!-- FOOTER --><tr><td style="min-width:590px" align="center"><table style="min-width:590px;background-color:#95ce3f; padding:20px; border-collapse:separate" width="590" cellpadding="0" border="0"><tbody> </tbody></table></td></tr></tbody></table>
|
|
15
|
+
<p></p>
|
|
16
|
+
</html>
|
|
17
|
+
]]>
|
|
18
|
+
</field>
|
|
19
|
+
</record>
|
|
20
|
+
</odoo>
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * hr_payroll_document
|
|
4
|
+
#
|
|
5
|
+
msgid ""
|
|
6
|
+
msgstr ""
|
|
7
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: \n"
|
|
9
|
+
"POT-Creation-Date: 2023-12-14 10:27+0000\n"
|
|
10
|
+
"PO-Revision-Date: 2023-12-14 10:27+0000\n"
|
|
11
|
+
"Last-Translator: \n"
|
|
12
|
+
"Language-Team: \n"
|
|
13
|
+
"Language: \n"
|
|
14
|
+
"MIME-Version: 1.0\n"
|
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
+
"Content-Transfer-Encoding: \n"
|
|
17
|
+
"Plural-Forms: \n"
|
|
18
|
+
|
|
19
|
+
#. module: hr_payroll_document
|
|
20
|
+
#: model:mail.template,body_html:hr_payroll_document.payroll_employee_email_template
|
|
21
|
+
msgid ""
|
|
22
|
+
"\n"
|
|
23
|
+
" <html>\n"
|
|
24
|
+
" <head></head>\n"
|
|
25
|
+
" <body style=\"margin: 0; padding: 0;\">\n"
|
|
26
|
+
" <table style=\"padding:20px;background-color:#ededed; "
|
|
27
|
+
"border-collapse:separate\" width=\"100%\" cellpadding=\"0\" "
|
|
28
|
+
"border=\"0\"><tbody><!-- HEADER --><tr><td style=\"min-width:590px\" "
|
|
29
|
+
"align=\"center\"><table style=\"min-width:590px;background-color:#fff; "
|
|
30
|
+
"padding:20px; border-collapse:separate\" width=\"590\" cellpadding=\"0\" "
|
|
31
|
+
"border=\"0\"><tbody><tr><td style=\"text-align:right\" "
|
|
32
|
+
"valign=\"middle\"><img src=\"/logo.png\" style=\"padding:0px;margin:0px; "
|
|
33
|
+
"height:auto; width:80px\" alt=\"{{object.company_id.name}}\"></td></"
|
|
34
|
+
"tr><tr><td style=\"text-align:left\" valign=\"middle\"><h2 style=\"color:"
|
|
35
|
+
"rgb(28, 130, 156)\"><font style=\"color:rgb(107, 175, 103);\">Payroll <t t-"
|
|
36
|
+
"out=\"ctx.get('subject')\" contenteditable=\"false\" data-oe-t-"
|
|
37
|
+
"inline=\"true\"/></font></h2></td></tr></tbody></table></td></tr><!-- "
|
|
38
|
+
"CONTENT --><tr><td style=\"min-width:590px\" align=\"center\"><table "
|
|
39
|
+
"style=\"min-width:590px;background-color:rgb(255, 255, 255); padding:20px; "
|
|
40
|
+
"border-collapse:separate\" width=\"590\" cellpadding=\"0\" "
|
|
41
|
+
"border=\"0\"><tbody><tr><td style=\"font-family:Arial,Helvetica,sans-serif;"
|
|
42
|
+
"color:#555; font-size:14px\" valign=\"top\"><p> </p><p>Hello <t t-"
|
|
43
|
+
"out=\"object.name\" contenteditable=\"false\" data-oe-t-inline=\"true\"/>,</"
|
|
44
|
+
"p><br><p>We send you the payroll with the subject <t t-out=\"ctx."
|
|
45
|
+
"get('subject')\" contenteditable=\"false\" data-oe-t-inline=\"true\"/>.<br></"
|
|
46
|
+
"p></td></tr><tr><td style=\"font-family:Arial,Helvetica,sans-serif;color:"
|
|
47
|
+
"#555; font-size:14px\" valign=\"top\"><br></td></tr><tr><td style=\"font-"
|
|
48
|
+
"family:Arial,Helvetica,sans-serif;color:#555; font-size:14px\" "
|
|
49
|
+
"valign=\"top\"><br><p></p></td></tr></tbody></table></td></tr><!-- FOOTER --"
|
|
50
|
+
"><tr><td style=\"min-width:590px\" align=\"center\"><table style=\"min-"
|
|
51
|
+
"width:590px;background-color:#95ce3f; padding:20px; border-collapse:"
|
|
52
|
+
"separate\" width=\"590\" cellpadding=\"0\" border=\"0\"><tbody> </tbody></"
|
|
53
|
+
"table></td></tr></tbody></table>\n"
|
|
54
|
+
" <p></p>\n"
|
|
55
|
+
" </html>\n"
|
|
56
|
+
" \n"
|
|
57
|
+
" "
|
|
58
|
+
msgstr ""
|
|
59
|
+
"\n"
|
|
60
|
+
" <html>\n"
|
|
61
|
+
" <head></head>\n"
|
|
62
|
+
" <body style=\"margin: 0; padding: 0;\">\n"
|
|
63
|
+
" <table style=\"padding:20px;background-color:#ededed; "
|
|
64
|
+
"border-collapse:separate\" width=\"100%\" cellpadding=\"0\" "
|
|
65
|
+
"border=\"0\"><tbody><!-- HEADER --><tr><td style=\"min-width:590px\" "
|
|
66
|
+
"align=\"center\"><table style=\"min-width:590px;background-color:#fff; "
|
|
67
|
+
"padding:20px; border-collapse:separate\" width=\"590\" cellpadding=\"0\" "
|
|
68
|
+
"border=\"0\"><tbody><tr><td style=\"text-align:right\" "
|
|
69
|
+
"valign=\"middle\"><img src=\"/logo.png\" style=\"padding:0px;margin:0px; "
|
|
70
|
+
"height:auto; width:80px\" alt=\"{{object.company_id.name}}\"></td></"
|
|
71
|
+
"tr><tr><td style=\"text-align:left\" valign=\"middle\"><h2 style=\"color:"
|
|
72
|
+
"rgb(28, 130, 156)\"><font style=\"color:rgb(107, 175, 103);\">Nòmina <t t-"
|
|
73
|
+
"out=\"ctx.get('month')\" contenteditable=\"false\" data-oe-t-inline=\"true\"/"
|
|
74
|
+
"></font></h2></td></tr></tbody></table></td></tr><!-- CONTENT --><tr><td "
|
|
75
|
+
"style=\"min-width:590px\" align=\"center\"><table style=\"min-width:590px;"
|
|
76
|
+
"background-color:rgb(255, 255, 255); padding:20px; border-collapse:"
|
|
77
|
+
"separate\" width=\"590\" cellpadding=\"0\" border=\"0\"><tbody><tr><td "
|
|
78
|
+
"style=\"font-family:Arial,Helvetica,sans-serif;color:#555; font-size:14px\" "
|
|
79
|
+
"valign=\"top\"><p> </p><p>Hola <t t-out=\"object.name\" "
|
|
80
|
+
"contenteditable=\"false\" data-oe-t-inline=\"true\"/>,</p><br><p>Et remetem "
|
|
81
|
+
"la teva nòmina del mes de <t t-out=\"ctx.get('subject')\" "
|
|
82
|
+
"contenteditable=\"false\" data-oe-t-inline=\"true\"/>.<br></p></td></"
|
|
83
|
+
"tr><tr><td style=\"font-family:Arial,Helvetica,sans-serif;color:#555; font-"
|
|
84
|
+
"size:14px\" valign=\"top\"><br></td></tr><tr><td style=\"font-family:Arial,"
|
|
85
|
+
"Helvetica,sans-serif;color:#555; font-size:14px\" valign=\"top\"><br><p></"
|
|
86
|
+
"p></td></tr></tbody></table></td></tr><!-- FOOTER --><tr><td style=\"min-"
|
|
87
|
+
"width:590px\" align=\"center\"><table style=\"min-width:590px;background-"
|
|
88
|
+
"color:#95ce3f; padding:20px; border-collapse:separate\" width=\"590\" "
|
|
89
|
+
"cellpadding=\"0\" border=\"0\"><tbody> </tbody></table></td></tr></tbody></"
|
|
90
|
+
"table>\n"
|
|
91
|
+
" <p></p>\n"
|
|
92
|
+
" </html>\n"
|
|
93
|
+
" \n"
|
|
94
|
+
" "
|
|
95
|
+
|
|
96
|
+
#. module: hr_payroll_document
|
|
97
|
+
#: model:ir.model,name:hr_payroll_document.model_ir_attachment
|
|
98
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment__payrol_rel
|
|
99
|
+
msgid "Attachment"
|
|
100
|
+
msgstr "Adjunt"
|
|
101
|
+
|
|
102
|
+
#. module: hr_payroll_document
|
|
103
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__attachment_id
|
|
104
|
+
msgid "Attachment File"
|
|
105
|
+
msgstr "Fitxer Adjunt"
|
|
106
|
+
|
|
107
|
+
#. module: hr_payroll_document
|
|
108
|
+
#: model_terms:ir.ui.view,arch_db:hr_payroll_document.payrolls_management_wizard_form
|
|
109
|
+
msgid "Close"
|
|
110
|
+
msgstr "Tancar"
|
|
111
|
+
|
|
112
|
+
#. module: hr_payroll_document
|
|
113
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__create_date
|
|
114
|
+
msgid "Create Date"
|
|
115
|
+
msgstr "Data de creació"
|
|
116
|
+
|
|
117
|
+
#. module: hr_payroll_document
|
|
118
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__create_uid
|
|
119
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__create_uid
|
|
120
|
+
msgid "Created by"
|
|
121
|
+
msgstr "Creat per"
|
|
122
|
+
|
|
123
|
+
#. module: hr_payroll_document
|
|
124
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__create_date
|
|
125
|
+
msgid "Created on"
|
|
126
|
+
msgstr "Creat el"
|
|
127
|
+
|
|
128
|
+
#. module: hr_payroll_document
|
|
129
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__display_name
|
|
130
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__display_name
|
|
131
|
+
msgid "Display Name"
|
|
132
|
+
msgstr "Nom a mostrar"
|
|
133
|
+
|
|
134
|
+
#. module: hr_payroll_document
|
|
135
|
+
#: model:ir.model,name:hr_payroll_document.model_hr_employee
|
|
136
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__employee
|
|
137
|
+
msgid "Employee"
|
|
138
|
+
msgstr "Empleat"
|
|
139
|
+
|
|
140
|
+
#. module: hr_payroll_document
|
|
141
|
+
#. odoo-python
|
|
142
|
+
#: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
|
|
143
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
144
|
+
#, python-format
|
|
145
|
+
msgid "Employees not found"
|
|
146
|
+
msgstr "Empleats no trobats"
|
|
147
|
+
|
|
148
|
+
#. module: hr_payroll_document
|
|
149
|
+
#: model:ir.model.fields,help:hr_payroll_document.field_payroll_management_wizard__subject
|
|
150
|
+
msgid "Enter the title of the payroll whether it is the month, week, day, etc."
|
|
151
|
+
msgstr "Introduïu el títol de la nòmina ja sigui el mes, setmana, dia, etc."
|
|
152
|
+
|
|
153
|
+
#. module: hr_payroll_document
|
|
154
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__id
|
|
155
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__id
|
|
156
|
+
msgid "ID"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
159
|
+
#. module: hr_payroll_document
|
|
160
|
+
#. odoo-python
|
|
161
|
+
#: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
|
|
162
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
163
|
+
#, python-format
|
|
164
|
+
msgid "IDs whose employee has not been found: "
|
|
165
|
+
msgstr "IDs dels empleats que no s'han trobat: "
|
|
166
|
+
|
|
167
|
+
#. module: hr_payroll_document
|
|
168
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__identification_id
|
|
169
|
+
msgid "Identification ID"
|
|
170
|
+
msgstr "Identificació ID"
|
|
171
|
+
|
|
172
|
+
#. module: hr_payroll_document
|
|
173
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom____last_update
|
|
174
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard____last_update
|
|
175
|
+
msgid "Last Modified on"
|
|
176
|
+
msgstr "Darrera modificació el"
|
|
177
|
+
|
|
178
|
+
#. module: hr_payroll_document
|
|
179
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__write_uid
|
|
180
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__write_uid
|
|
181
|
+
msgid "Last Updated by"
|
|
182
|
+
msgstr "Darrera actualització per"
|
|
183
|
+
|
|
184
|
+
#. module: hr_payroll_document
|
|
185
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__write_date
|
|
186
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__write_date
|
|
187
|
+
msgid "Last Updated on"
|
|
188
|
+
msgstr "Darrera actualització el"
|
|
189
|
+
|
|
190
|
+
#. module: hr_payroll_document
|
|
191
|
+
#. odoo-python
|
|
192
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
193
|
+
#, python-format
|
|
194
|
+
msgid "Missing pdf file signature"
|
|
195
|
+
msgstr "Els fitxers han de ser de tipus pdf"
|
|
196
|
+
|
|
197
|
+
#. module: hr_payroll_document
|
|
198
|
+
#. odoo-python
|
|
199
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
200
|
+
#, python-format
|
|
201
|
+
msgid "Payroll"
|
|
202
|
+
msgstr "Nòmina"
|
|
203
|
+
|
|
204
|
+
#. module: hr_payroll_document
|
|
205
|
+
#. odoo-python
|
|
206
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
207
|
+
#, python-format
|
|
208
|
+
msgid "Payroll "
|
|
209
|
+
msgstr "Nòmina "
|
|
210
|
+
|
|
211
|
+
#. module: hr_payroll_document
|
|
212
|
+
#: model:mail.template,name:hr_payroll_document.payroll_employee_email_template
|
|
213
|
+
msgid "Payroll Employee"
|
|
214
|
+
msgstr "Nòmina Empleat"
|
|
215
|
+
|
|
216
|
+
#. module: hr_payroll_document
|
|
217
|
+
#: model:ir.model,name:hr_payroll_document.model_payroll_management_wizard
|
|
218
|
+
msgid "Payroll Management"
|
|
219
|
+
msgstr "Gestió Nòmines"
|
|
220
|
+
|
|
221
|
+
#. module: hr_payroll_document
|
|
222
|
+
#: model:ir.model,name:hr_payroll_document.model_ir_attachment_payroll_custom
|
|
223
|
+
msgid "Payroll attachment"
|
|
224
|
+
msgstr "Adjunt Nòmina"
|
|
225
|
+
|
|
226
|
+
#. module: hr_payroll_document
|
|
227
|
+
#: model:mail.template,subject:hr_payroll_document.payroll_employee_email_template
|
|
228
|
+
msgid "Payroll {{ctx.get('subject')}}"
|
|
229
|
+
msgstr "Nòmina {{ctx.get('month')}}"
|
|
230
|
+
|
|
231
|
+
#. module: hr_payroll_document
|
|
232
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__payrolls
|
|
233
|
+
msgid "Payrolls"
|
|
234
|
+
msgstr "Nòmines"
|
|
235
|
+
|
|
236
|
+
#. module: hr_payroll_document
|
|
237
|
+
#: model:ir.actions.act_window,name:hr_payroll_document.payrolls_management_wizard_action
|
|
238
|
+
#: model:ir.ui.menu,name:hr_payroll_document.payrolls_management_wizard_menu_action
|
|
239
|
+
msgid "Payrolls Management"
|
|
240
|
+
msgstr "Gestió Nòmines"
|
|
241
|
+
|
|
242
|
+
#. module: hr_payroll_document
|
|
243
|
+
#. odoo-python
|
|
244
|
+
#: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
|
|
245
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
246
|
+
#, python-format
|
|
247
|
+
msgid "Payrolls sent"
|
|
248
|
+
msgstr "Nòmines enviades"
|
|
249
|
+
|
|
250
|
+
#. module: hr_payroll_document
|
|
251
|
+
#. odoo-python
|
|
252
|
+
#: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
|
|
253
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
254
|
+
#, python-format
|
|
255
|
+
msgid "Payrolls sent to employees correctly"
|
|
256
|
+
msgstr "Nòmines envides als empleats correctament"
|
|
257
|
+
|
|
258
|
+
#. module: hr_payroll_document
|
|
259
|
+
#: model_terms:ir.ui.view,arch_db:hr_payroll_document.payrolls_management_wizard_form
|
|
260
|
+
msgid "Send"
|
|
261
|
+
msgstr "Enviar"
|
|
262
|
+
|
|
263
|
+
#. module: hr_payroll_document
|
|
264
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__subject
|
|
265
|
+
#: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__subject
|
|
266
|
+
msgid "Subject"
|
|
267
|
+
msgstr "Assumpte"
|
|
268
|
+
|
|
269
|
+
#. module: hr_payroll_document
|
|
270
|
+
#. odoo-python
|
|
271
|
+
#: code:addons/hr_payroll_document/models/hr_employee.py:0
|
|
272
|
+
#, python-format
|
|
273
|
+
msgid "The field identification ID is not valid"
|
|
274
|
+
msgstr "El camp identificatiu ID no és vàlid"
|
|
275
|
+
|
|
276
|
+
#. module: hr_payroll_document
|
|
277
|
+
#. odoo-python
|
|
278
|
+
#: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
|
|
279
|
+
#, python-format
|
|
280
|
+
msgid "You must to filled country field of company"
|
|
281
|
+
msgstr "Falta emplenar el camp de país de l'empresa"
|