~syleam/openobject-addons/5.0-fix-568431

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
#	* hr_timesheet_invoice
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 5.0.10\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-05-05 13:59:17+0000\n"
"PO-Revision-Date: 2010-05-05 13:59:17+0000\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_timesheet_invoice
#: view:hr_timesheet_invoice.factor:0
msgid "Type of invoicing"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Profit"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py:0
#, python-format
msgid "Analytic account incomplete"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.invoice.create,init:0
msgid "Force to use a specific product"
msgstr ""

#. module: hr_timesheet_invoice
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Income"
msgstr ""

#. module: hr_timesheet_invoice
#: field:hr_timesheet_invoice.factor,customer_name:0
msgid "Visible name"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.invoice.account.analytic.account.cost_ledger.report,init,date1:0
msgid "Start of period"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.invoice.create,init,price:0
msgid "The cost of each work done will be displayed on the invoice. You probably don't want to check this."
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.report.xml,name:hr_timesheet_invoice.report_analytical_profit
#: model:ir.actions.wizard,name:hr_timesheet_invoice.account_analytic_profit
#: model:ir.ui.menu,name:hr_timesheet_invoice.print_account_analytic_profit
msgid "Timesheet Profit"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.wizard,name:hr_timesheet_invoice.hr_timesheet_invoice_create
msgid "Invoice analytic lines"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.final.invoice.create,init,time:0
msgid "Display time in the history of works"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_draft_analytic_accounts
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_action_draft_analytic_accounts
msgid "Draft Analytic Accounts"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.final.invoice.create,init,time:0
#: wizard_field:hr.timesheet.invoice.create,init,time:0
msgid "Time spent"
msgstr ""

#. module: hr_timesheet_invoice
#: field:account.analytic.account,amount_invoiced:0
msgid "Invoiced Amount"
msgstr ""

#. module: hr_timesheet_invoice
#: help:account.analytic.account,to_invoice:0
msgid "Check this field if you plan to automatically generate invoices based on the costs in this analytic account: timesheets, expenses, ...You can configure an automatic invoice rate on analytic accounts."
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Partner incomplete"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.invoice.create,init,name:0
msgid "The detail of each work done will be displayed on the invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.invoice.account.analytic.account.cost_ledger.report,init:0
msgid "Select period"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Period to enddate"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_button:hr.timesheet.invoice.create,init,create:0
msgid "Create Invoices"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Analytic Account incomplete"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Warning"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Period from startdate"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.invoice.create,init,time:0
msgid "The time of each work done will be displayed on the invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.final.invoice.create,init,balance_product:0
msgid "Balance product"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.wizard,name:hr_timesheet_invoice.hr_timesheet_final_invoice_create
msgid "Final Invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.final.invoice.create,init:0
msgid "Do you want details for each line of the invoices ?"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Date or Code"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/account_analytic_profit.py:0
#, python-format
msgid "Data Insufficient!"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:account.analytic.profit,init:0
msgid "Choose"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Debit"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_button:account.analytic.profit,init,report:0
#: wizard_button:hr.timesheet.invoice.account.analytic.account.cost_ledger.report,init,report:0
msgid "Print"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_open_analytic_accounts
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_action_open_analytic_accounts
msgid "Open Analytic Accounts"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/hr_timesheet_invoice.py:0
#, python-format
msgid "Error !"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.invoice.create,init:0
msgid "Filter on Accounts"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.final.invoice.create,init,name:0
#: wizard_field:hr.timesheet.invoice.create,init,name:0
msgid "Name of entry"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.invoice.create,init:0
msgid "Invoice on analytic entries"
msgstr ""

#. module: hr_timesheet_invoice
#: field:account.analytic.account,pricelist_id:0
msgid "Sale Pricelist"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.final.invoice.create,init,name:0
msgid "Display detail of work in the invoice line."
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "J.C. or Move name"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Printing date"
msgstr ""

#. module: hr_timesheet_invoice
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_hr_timesheet_invoice_factor_form
#: model:ir.ui.menu,name:hr_timesheet_invoice.hr_timesheet_invoice_factor_view
msgid "Types of Invoicing"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py:0
#, python-format
msgid "Please fill in the partner and pricelist field '\n"
"                        'in the analytic account:\n%s"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Theorical"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_hr_analytic_timesheet_tree_invoiced_my
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_hr_analytic_timesheet_tree_invoiced_my
msgid "My Uninvoiced Entries"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/hr_timesheet_invoice.py:0
#, python-format
msgid "You can not modify an invoiced analytic line!"
msgstr ""

#. module: hr_timesheet_invoice
#: field:hr_timesheet_invoice.factor,factor:0
msgid "Discount (%)"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Employee or Journal Name"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Invoices"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Currency"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.invoice.create,init,product:0
msgid "Complete this field only if you want to force to use a specific product. Keep empty to use the real product that comes from the cost."
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "The analytic entry \"%s\" is already invoiced!"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_hr_analytic_timesheet_tree_invoiced
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_hr_analytic_timesheet_tree_invoiced
msgid "Uninvoiced Entries"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_button:hr.timesheet.final.invoice.create,init,create:0
msgid "Create invoices"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.final.invoice.create,init:0
msgid "Invoice Balance amount"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Invoice rate by user"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:account.analytic.profit,init,date_from:0
msgid "From"
msgstr ""

#. module: hr_timesheet_invoice
#: help:account.analytic.account,amount_invoiced:0
msgid "Total invoiced"
msgstr ""

#. module: hr_timesheet_invoice
#: view:account.analytic.account:0
msgid "Status"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Period to"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.final.invoice.create,init,balance_product:0
msgid "The product that will be used to invoice the remaining amount."
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
#: model:ir.actions.report.xml,name:hr_timesheet_invoice.account_analytic_account_cost_ledger
#: model:ir.actions.wizard,name:hr_timesheet_invoice.account_analytic_account_cost_ledger_report
msgid "Cost Ledger"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.final.invoice.create,init,date:0
msgid "Display date in the history of works"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.final.invoice.create,init,date:0
#: wizard_field:hr.timesheet.invoice.create,init,date:0
msgid "Date"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Please fill in the Address field in the Partner: %s."
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Eff."
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.invoice.create,init,accounts:0
msgid "Analytic Accounts"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Total:"
msgstr ""

#. module: hr_timesheet_invoice
#: field:account.analytic.account,amount_max:0
msgid "Max. Invoice Price"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Error"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.invoice.account.analytic.account.cost_ledger.report,init,date2:0
msgid "End of period"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Balance"
msgstr ""

#. module: hr_timesheet_invoice
#: field:account.analytic.account,to_invoice:0
msgid "Reinvoice Costs"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Totals:"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:account.analytic.profit,init,date_to:0
msgid "To"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.invoice.create,init:0
msgid "Do you want to show details of work in invoice ?"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Period from"
msgstr ""

#. module: hr_timesheet_invoice
#: field:account.analytic.line,invoice_id:0
msgid "Invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_button:account.analytic.profit,init,end:0
#: wizard_button:hr.timesheet.final.invoice.create,init,end:0
#: wizard_button:hr.timesheet.invoice.account.analytic.account.cost_ledger.report,init,end:0
#: wizard_button:hr.timesheet.invoice.create,init,end:0
msgid "Cancel"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_hr_analytic_timesheet_open_tree
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_hr_analytic_timesheet_tree
msgid "Entries to invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py:0
#, python-format
msgid "Balance product needed"
msgstr ""

#. module: hr_timesheet_invoice
#: constraint:ir.model:0
msgid "The Object name must start with x_ and not contain any special character !"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:account.analytic.profit,init,employee_ids:0
msgid "Employee"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.final.invoice.create,init,price:0
msgid "Display cost of the item you reinvoice"
msgstr ""

#. module: hr_timesheet_invoice
#: help:hr.timesheet.invoice.create,init,date:0
msgid "The real date of each work will be displayed on the invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "At least one line has no product !"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_view:hr.timesheet.invoice.create,init:0
msgid "Choose accounts you want to invoice"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:hr.timesheet.invoice.create,init,product:0
msgid "Product"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "%"
msgstr ""

#. module: hr_timesheet_invoice
#: field:hr_timesheet_invoice.factor,name:0
msgid "Internal name"
msgstr ""

#. module: hr_timesheet_invoice
#: wizard_field:account.analytic.profit,init,journal_ids:0
msgid "Journal"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/account_analytic_profit.py:0
#, python-format
msgid "No Records Found for Report!"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_invoice_create.py:0
#, python-format
msgid "Please fill in the Associate Partner and Sale Pricelist fields in the Analytic Account:\n%s"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
msgid "Units"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.module.module,shortdesc:hr_timesheet_invoice.module_meta_information
msgid "Invoice on analytic lines"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_pending_analytic_accounts
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_action_pending_analytic_accounts
msgid "Pending Analytic Accounts"
msgstr ""

#. module: hr_timesheet_invoice
#: view:account.analytic.account:0
#: wizard_view:hr.timesheet.invoice.create,init:0
msgid "Invoicing Data"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.model,name:hr_timesheet_invoice.model_hr_timesheet_invoice_factor
msgid "Invoice rate"
msgstr ""

#. module: hr_timesheet_invoice
#: view:hr_timesheet_invoice.factor:0
msgid "Types of invoicing"
msgstr ""

#. module: hr_timesheet_invoice
#: field:account.analytic.line,to_invoice:0
msgid "Invoicing"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:hr.timesheet.invoice.account.analytic.account.cost_ledger:0
msgid "Credit"
msgstr ""

#. module: hr_timesheet_invoice
#: model:ir.actions.act_window,name:hr_timesheet_invoice.action_open_invoice_analytic_accounts
#: model:ir.ui.menu,name:hr_timesheet_invoice.menu_action_open_invoice_analytic_accounts
msgid "Unclosed Invoiceable Accounts"
msgstr ""

#. module: hr_timesheet_invoice
#: code:addons/hr_timesheet_invoice/wizard/hr_timesheet_final_invoice_create.py:0
#, python-format
msgid "Please fill a Balance product in the wizard"
msgstr ""

#. module: hr_timesheet_invoice
#: rml:account.analytic.profit:0
#: wizard_field:hr.timesheet.final.invoice.create,init,price:0
#: wizard_field:hr.timesheet.invoice.create,init,price:0
msgid "Cost"
msgstr ""