odoo-addon-hr-payroll-document 16.0.1.3.1__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.
Files changed (32) hide show
  1. odoo/addons/hr_payroll_document/README.rst +95 -0
  2. odoo/addons/hr_payroll_document/__init__.py +2 -0
  3. odoo/addons/hr_payroll_document/__manifest__.py +24 -0
  4. odoo/addons/hr_payroll_document/data/email_payroll_employee.xml +20 -0
  5. odoo/addons/hr_payroll_document/i18n/ca_ES.po +309 -0
  6. odoo/addons/hr_payroll_document/i18n/es.po +309 -0
  7. odoo/addons/hr_payroll_document/i18n/hr_payroll_document.pot +245 -0
  8. odoo/addons/hr_payroll_document/i18n/it.po +315 -0
  9. odoo/addons/hr_payroll_document/models/__init__.py +4 -0
  10. odoo/addons/hr_payroll_document/models/hr_employee.py +34 -0
  11. odoo/addons/hr_payroll_document/models/ir_attachment.py +14 -0
  12. odoo/addons/hr_payroll_document/models/ir_attachment_payroll_custom.py +18 -0
  13. odoo/addons/hr_payroll_document/models/res_users.py +18 -0
  14. odoo/addons/hr_payroll_document/readme/CONTRIBUTORS.rst +5 -0
  15. odoo/addons/hr_payroll_document/readme/DESCRIPTION.rst +4 -0
  16. odoo/addons/hr_payroll_document/security/ir.model.access.csv +3 -0
  17. odoo/addons/hr_payroll_document/static/description/icon.png +0 -0
  18. odoo/addons/hr_payroll_document/static/description/index.html +438 -0
  19. odoo/addons/hr_payroll_document/tests/__init__.py +1 -0
  20. odoo/addons/hr_payroll_document/tests/common.py +76 -0
  21. odoo/addons/hr_payroll_document/tests/test.docx +0 -0
  22. odoo/addons/hr_payroll_document/tests/test.pdf +0 -0
  23. odoo/addons/hr_payroll_document/tests/test_hr_payroll_document.py +122 -0
  24. odoo/addons/hr_payroll_document/views/hr_employee_views.xml +20 -0
  25. odoo/addons/hr_payroll_document/views/res_users_views.xml +27 -0
  26. odoo/addons/hr_payroll_document/wizard/__init__.py +1 -0
  27. odoo/addons/hr_payroll_document/wizard/payroll_management_wizard.py +216 -0
  28. odoo/addons/hr_payroll_document/wizard/payroll_management_wizard.xml +42 -0
  29. odoo_addon_hr_payroll_document-16.0.1.3.1.dist-info/METADATA +112 -0
  30. odoo_addon_hr_payroll_document-16.0.1.3.1.dist-info/RECORD +32 -0
  31. odoo_addon_hr_payroll_document-16.0.1.3.1.dist-info/WHEEL +5 -0
  32. odoo_addon_hr_payroll_document-16.0.1.3.1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,309 @@
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:28+0000\n"
10
+ "PO-Revision-Date: 2023-12-14 10:28+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>Te enviamos "
81
+ "la 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 "Adjunto"
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 "Fichero Adjunto"
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 "Cerrar"
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 "Fecha de creación"
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 "Creado por"
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 "Creado el"
127
+
128
+ #. module: hr_payroll_document
129
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.res_users_view_form_profile
130
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.view_employee_form
131
+ msgid "Disable encryption"
132
+ msgstr ""
133
+
134
+ #. module: hr_payroll_document
135
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_hr_employee__no_payroll_encryption
136
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_res_users__no_payroll_encryption
137
+ msgid "Disable payrolls encryption"
138
+ msgstr ""
139
+
140
+ #. module: hr_payroll_document
141
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__display_name
142
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__display_name
143
+ msgid "Display Name"
144
+ msgstr "Nombre para mostrar"
145
+
146
+ #. module: hr_payroll_document
147
+ #: model:ir.model,name:hr_payroll_document.model_hr_employee
148
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__employee
149
+ msgid "Employee"
150
+ msgstr "Empleado"
151
+
152
+ #. module: hr_payroll_document
153
+ #. odoo-python
154
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
155
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
156
+ #, python-format
157
+ msgid "Employees not found"
158
+ msgstr "Empleados no encontrados"
159
+
160
+ #. module: hr_payroll_document
161
+ #: model:ir.model.fields,help:hr_payroll_document.field_payroll_management_wizard__subject
162
+ msgid "Enter the title of the payroll whether it is the month, week, day, etc."
163
+ msgstr "Introduzca el título de la nómina ya sea el mes, semana, día , etc.."
164
+
165
+ #. module: hr_payroll_document
166
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__id
167
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__id
168
+ msgid "ID"
169
+ msgstr ""
170
+
171
+ #. module: hr_payroll_document
172
+ #. odoo-python
173
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
174
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
175
+ #, python-format
176
+ msgid "IDs whose employee has not been found: "
177
+ msgstr "IDs de los empleados que no se han encontrado: "
178
+
179
+ #. module: hr_payroll_document
180
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__identification_id
181
+ msgid "Identification ID"
182
+ msgstr "Identificación ID"
183
+
184
+ #. module: hr_payroll_document
185
+ #: model:ir.model.fields,help:hr_payroll_document.field_hr_employee__no_payroll_encryption
186
+ #: model:ir.model.fields,help:hr_payroll_document.field_res_users__no_payroll_encryption
187
+ msgid ""
188
+ "If this is disabled (default), the PDF payrolls are encrypted using the "
189
+ "Identification No.\n"
190
+ "Only future payrolls are affected by this change, existing payrolls will not "
191
+ "change their encryption status."
192
+ msgstr ""
193
+
194
+ #. module: hr_payroll_document
195
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom____last_update
196
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard____last_update
197
+ msgid "Last Modified on"
198
+ msgstr "Última modificación el"
199
+
200
+ #. module: hr_payroll_document
201
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__write_uid
202
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__write_uid
203
+ msgid "Last Updated by"
204
+ msgstr "Última actualización por"
205
+
206
+ #. module: hr_payroll_document
207
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__write_date
208
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__write_date
209
+ msgid "Last Updated on"
210
+ msgstr "Última actualización el"
211
+
212
+ #. module: hr_payroll_document
213
+ #. odoo-python
214
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
215
+ #, python-format
216
+ msgid "Missing pdf file signature"
217
+ msgstr "Los archivos tienen que ser de tipo pdf"
218
+
219
+ #. module: hr_payroll_document
220
+ #. odoo-python
221
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
222
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.res_users_view_form_profile
223
+ #, python-format
224
+ msgid "Payroll"
225
+ msgstr "Nómina"
226
+
227
+ #. module: hr_payroll_document
228
+ #. odoo-python
229
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
230
+ #, python-format
231
+ msgid "Payroll "
232
+ msgstr "Nómina "
233
+
234
+ #. module: hr_payroll_document
235
+ #: model:mail.template,name:hr_payroll_document.payroll_employee_email_template
236
+ msgid "Payroll Employee"
237
+ msgstr "Nómina Empleado"
238
+
239
+ #. module: hr_payroll_document
240
+ #: model:ir.model,name:hr_payroll_document.model_payroll_management_wizard
241
+ msgid "Payroll Management"
242
+ msgstr "Gestión Nóminas"
243
+
244
+ #. module: hr_payroll_document
245
+ #: model:ir.model,name:hr_payroll_document.model_ir_attachment_payroll_custom
246
+ msgid "Payroll attachment"
247
+ msgstr "Adjunto Nómina"
248
+
249
+ #. module: hr_payroll_document
250
+ #: model:mail.template,subject:hr_payroll_document.payroll_employee_email_template
251
+ msgid "Payroll {{ctx.get('subject')}}"
252
+ msgstr "Nómina {{ctx.get('month')}}"
253
+
254
+ #. module: hr_payroll_document
255
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__payrolls
256
+ msgid "Payrolls"
257
+ msgstr "Nóminas"
258
+
259
+ #. module: hr_payroll_document
260
+ #: model:ir.actions.act_window,name:hr_payroll_document.payrolls_management_wizard_action
261
+ #: model:ir.ui.menu,name:hr_payroll_document.payrolls_management_wizard_menu_action
262
+ msgid "Payrolls Management"
263
+ msgstr "Gestión Nóminas"
264
+
265
+ #. module: hr_payroll_document
266
+ #. odoo-python
267
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
268
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
269
+ #, python-format
270
+ msgid "Payrolls sent"
271
+ msgstr "Nóminas enviadas"
272
+
273
+ #. module: hr_payroll_document
274
+ #. odoo-python
275
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
276
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
277
+ #, python-format
278
+ msgid "Payrolls sent to employees correctly"
279
+ msgstr "Nóminas enviadas a los empleados correctamente"
280
+
281
+ #. module: hr_payroll_document
282
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.payrolls_management_wizard_form
283
+ msgid "Send"
284
+ msgstr "Enviar"
285
+
286
+ #. module: hr_payroll_document
287
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__subject
288
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__subject
289
+ msgid "Subject"
290
+ msgstr "Asunto"
291
+
292
+ #. module: hr_payroll_document
293
+ #. odoo-python
294
+ #: code:addons/hr_payroll_document/models/hr_employee.py:0
295
+ #, python-format
296
+ msgid "The field identification ID is not valid"
297
+ msgstr "El campo identificativo ID no es válido"
298
+
299
+ #. module: hr_payroll_document
300
+ #: model:ir.model,name:hr_payroll_document.model_res_users
301
+ msgid "User"
302
+ msgstr ""
303
+
304
+ #. module: hr_payroll_document
305
+ #. odoo-python
306
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
307
+ #, python-format
308
+ msgid "You must to filled country field of company"
309
+ msgstr "Falta rellenar el campo del país de la empresa"
@@ -0,0 +1,245 @@
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
+ "Last-Translator: \n"
10
+ "Language-Team: \n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: \n"
14
+ "Plural-Forms: \n"
15
+
16
+ #. module: hr_payroll_document
17
+ #: model:mail.template,body_html:hr_payroll_document.payroll_employee_email_template
18
+ msgid ""
19
+ "\n"
20
+ " <html>\n"
21
+ " <head></head>\n"
22
+ " <body style=\"margin: 0; padding: 0;\">\n"
23
+ " <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>\n"
24
+ " <p></p>\n"
25
+ " </html>\n"
26
+ " \n"
27
+ " "
28
+ msgstr ""
29
+
30
+ #. module: hr_payroll_document
31
+ #: model:ir.model,name:hr_payroll_document.model_ir_attachment
32
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment__payrol_rel
33
+ msgid "Attachment"
34
+ msgstr ""
35
+
36
+ #. module: hr_payroll_document
37
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__attachment_id
38
+ msgid "Attachment File"
39
+ msgstr ""
40
+
41
+ #. module: hr_payroll_document
42
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.payrolls_management_wizard_form
43
+ msgid "Close"
44
+ msgstr ""
45
+
46
+ #. module: hr_payroll_document
47
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__create_date
48
+ msgid "Create Date"
49
+ msgstr ""
50
+
51
+ #. module: hr_payroll_document
52
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__create_uid
53
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__create_uid
54
+ msgid "Created by"
55
+ msgstr ""
56
+
57
+ #. module: hr_payroll_document
58
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__create_date
59
+ msgid "Created on"
60
+ msgstr ""
61
+
62
+ #. module: hr_payroll_document
63
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.res_users_view_form_profile
64
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.view_employee_form
65
+ msgid "Disable encryption"
66
+ msgstr ""
67
+
68
+ #. module: hr_payroll_document
69
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_hr_employee__no_payroll_encryption
70
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_res_users__no_payroll_encryption
71
+ msgid "Disable payrolls encryption"
72
+ msgstr ""
73
+
74
+ #. module: hr_payroll_document
75
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__display_name
76
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__display_name
77
+ msgid "Display Name"
78
+ msgstr ""
79
+
80
+ #. module: hr_payroll_document
81
+ #: model:ir.model,name:hr_payroll_document.model_hr_employee
82
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__employee
83
+ msgid "Employee"
84
+ msgstr ""
85
+
86
+ #. module: hr_payroll_document
87
+ #. odoo-python
88
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
89
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
90
+ #, python-format
91
+ msgid "Employees not found"
92
+ msgstr ""
93
+
94
+ #. module: hr_payroll_document
95
+ #: model:ir.model.fields,help:hr_payroll_document.field_payroll_management_wizard__subject
96
+ msgid ""
97
+ "Enter the title of the payroll whether it is the month, week, day, etc."
98
+ msgstr ""
99
+
100
+ #. module: hr_payroll_document
101
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__id
102
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__id
103
+ msgid "ID"
104
+ msgstr ""
105
+
106
+ #. module: hr_payroll_document
107
+ #. odoo-python
108
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
109
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
110
+ #, python-format
111
+ msgid "IDs whose employee has not been found: "
112
+ msgstr ""
113
+
114
+ #. module: hr_payroll_document
115
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__identification_id
116
+ msgid "Identification ID"
117
+ msgstr ""
118
+
119
+ #. module: hr_payroll_document
120
+ #: model:ir.model.fields,help:hr_payroll_document.field_hr_employee__no_payroll_encryption
121
+ #: model:ir.model.fields,help:hr_payroll_document.field_res_users__no_payroll_encryption
122
+ msgid ""
123
+ "If this is disabled (default), the PDF payrolls are encrypted using the Identification No.\n"
124
+ "Only future payrolls are affected by this change, existing payrolls will not change their encryption status."
125
+ msgstr ""
126
+
127
+ #. module: hr_payroll_document
128
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom____last_update
129
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard____last_update
130
+ msgid "Last Modified on"
131
+ msgstr ""
132
+
133
+ #. module: hr_payroll_document
134
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__write_uid
135
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__write_uid
136
+ msgid "Last Updated by"
137
+ msgstr ""
138
+
139
+ #. module: hr_payroll_document
140
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__write_date
141
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__write_date
142
+ msgid "Last Updated on"
143
+ msgstr ""
144
+
145
+ #. module: hr_payroll_document
146
+ #. odoo-python
147
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
148
+ #, python-format
149
+ msgid "Missing pdf file signature"
150
+ msgstr ""
151
+
152
+ #. module: hr_payroll_document
153
+ #. odoo-python
154
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
155
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.res_users_view_form_profile
156
+ #, python-format
157
+ msgid "Payroll"
158
+ msgstr ""
159
+
160
+ #. module: hr_payroll_document
161
+ #. odoo-python
162
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
163
+ #, python-format
164
+ msgid "Payroll %(subject)s %(employee)s.pdf"
165
+ msgstr ""
166
+
167
+ #. module: hr_payroll_document
168
+ #: model:mail.template,name:hr_payroll_document.payroll_employee_email_template
169
+ msgid "Payroll Employee"
170
+ msgstr ""
171
+
172
+ #. module: hr_payroll_document
173
+ #: model:ir.model,name:hr_payroll_document.model_payroll_management_wizard
174
+ msgid "Payroll Management"
175
+ msgstr ""
176
+
177
+ #. module: hr_payroll_document
178
+ #: model:ir.model,name:hr_payroll_document.model_ir_attachment_payroll_custom
179
+ msgid "Payroll attachment"
180
+ msgstr ""
181
+
182
+ #. module: hr_payroll_document
183
+ #: model:mail.template,subject:hr_payroll_document.payroll_employee_email_template
184
+ msgid "Payroll {{ctx.get('subject')}}"
185
+ msgstr ""
186
+
187
+ #. module: hr_payroll_document
188
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__payrolls
189
+ msgid "Payrolls"
190
+ msgstr ""
191
+
192
+ #. module: hr_payroll_document
193
+ #: model:ir.actions.act_window,name:hr_payroll_document.payrolls_management_wizard_action
194
+ #: model:ir.ui.menu,name:hr_payroll_document.payrolls_management_wizard_menu_action
195
+ msgid "Payrolls Management"
196
+ msgstr ""
197
+
198
+ #. module: hr_payroll_document
199
+ #. odoo-python
200
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
201
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
202
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
203
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
204
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
205
+ #, python-format
206
+ msgid "Payrolls sent"
207
+ msgstr ""
208
+
209
+ #. module: hr_payroll_document
210
+ #. odoo-python
211
+ #: code:addons/hr_payroll_document/tests/test_hr_payroll_document.py:0
212
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
213
+ #, python-format
214
+ msgid "Payrolls sent to employees correctly"
215
+ msgstr ""
216
+
217
+ #. module: hr_payroll_document
218
+ #: model_terms:ir.ui.view,arch_db:hr_payroll_document.payrolls_management_wizard_form
219
+ msgid "Send"
220
+ msgstr ""
221
+
222
+ #. module: hr_payroll_document
223
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_ir_attachment_payroll_custom__subject
224
+ #: model:ir.model.fields,field_description:hr_payroll_document.field_payroll_management_wizard__subject
225
+ msgid "Subject"
226
+ msgstr ""
227
+
228
+ #. module: hr_payroll_document
229
+ #. odoo-python
230
+ #: code:addons/hr_payroll_document/models/hr_employee.py:0
231
+ #, python-format
232
+ msgid "The field identification ID is not valid"
233
+ msgstr ""
234
+
235
+ #. module: hr_payroll_document
236
+ #: model:ir.model,name:hr_payroll_document.model_res_users
237
+ msgid "User"
238
+ msgstr ""
239
+
240
+ #. module: hr_payroll_document
241
+ #. odoo-python
242
+ #: code:addons/hr_payroll_document/wizard/payroll_management_wizard.py:0
243
+ #, python-format
244
+ msgid "You must to filled country field of company"
245
+ msgstr ""