~alejandrosantana/openerp-spain/6.1_account_balance_reporting_imp_fix_report_non_zero

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
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
#   * account_balance_reporting
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-05-14 13:03+0000\n"
"PO-Revision-Date: 2014-05-14 13:03+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: account_balance_reporting
#: field:account.balance.reporting,check_dates:0
msgid "Compute by dates"
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template.line,css_class:0
msgid "Style-sheet class"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,template_id:0
#: field:account.balance.reporting.template.line,report_id:0
msgid "Template"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.template,balance_mode:0
msgid "Debit-Credit, reversed with brackets"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.template,balance_mode:0
msgid "Debit-Credit"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,parent_id:0
#: field:account.balance.reporting.template.line,parent_id:0
msgid "Parent"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,company_id:0
msgid "Company"
msgstr ""

#. module: account_balance_reporting
#: model:ir.actions.act_window,name:account_balance_reporting.action_view_account_balance_reporting_template
msgid "Account balance templates"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.template,balance_mode:0
msgid "Credit-Debit"
msgstr ""

#. module: account_balance_reporting
#: model:ir.actions.wizard,name:account_balance_reporting.wiz_account_balance_reporting_calculate
msgid "Calculate report"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,level:0
msgid "Level"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,notes:0
msgid "Notes"
msgstr ""

#. module: account_balance_reporting
#: model:ir.model,name:account_balance_reporting.model_account_balance_reporting_print_wizard
msgid "account.balance.reporting.print.wizard"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: model:ir.actions.act_window,name:account_balance_reporting.action_view_account_balance_reporting
#: model:ir.ui.menu,name:account_balance_reporting.menu_account_balance_reporting
msgid "Account balance reports"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template:0
msgid "Template lines"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: field:account.balance.reporting,current_fiscalyear_id:0
#: field:account.balance.reporting.line,current_value:0
msgid "Fiscal year 1"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: field:account.balance.reporting,previous_fiscalyear_id:0
#: field:account.balance.reporting.line,previous_value:0
msgid "Fiscal year 2"
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template.line,code:0
msgid "Concept code, may be used on formulas to reference this line"
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template.line,sequence:0
msgid "Lines will be sorted/grouped by this field"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template.line,negate:0
msgid "Negate"
msgstr ""

#. module: account_balance_reporting
#: report:report_account_balance_reporting.generic:0
#: report:report_account_balance_reporting.generic_non_zero:0
msgid "CODE"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Parameters"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Confirm"
msgstr ""

#. module: account_balance_reporting
#: report:report_account_balance_reporting.generic:0
#: report:report_account_balance_reporting.generic_non_zero:0
msgid "NOTES"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template.line:0
msgid "Account balance report template lines"
msgstr "

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: field:account.balance.reporting,state:0
msgid "State"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.print.wizard:0
msgid "Print"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template,type:0
msgid "Type"
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template,balance_mode:0
msgid "Formula calculation mode: Depending on it, the balance is calculated as follows:\n"
"  Mode 0: debit-credit (default);\n"
"  Mode 1: debit-credit, credit-debit for accounts in brackets;\n"
"  Mode 2: credit-debit;\n"
"  Mode 3: credit-debit, debit-credit for accounts in brackets."
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template.line,negate:0
msgid "Negate the value (change the sign of the balance)"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Report line"
msgstr ""

#. module: account_balance_reporting
#: model:ir.model,name:account_balance_reporting.model_account_balance_reporting_template_line
msgid "account.balance.reporting.template.line"
msgstr ""

#. module: account_balance_reporting
#: model:ir.model,name:account_balance_reporting.model_account_balance_reporting
msgid "account.balance.reporting"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,report_id:0
#: view:account.balance.reporting.print.wizard:0
#: field:account.balance.reporting.print.wizard,report_id:0
msgid "Report"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Configuration"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,css_class:0
#: field:account.balance.reporting.template.line,css_class:0
msgid "CSS Class"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template,report_xml_id:0
msgid "Report design"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.template,balance_mode:0
msgid "Credit-Debit, reversed with brackets"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template:0
msgid "Account balance report template"
msgstr ""

#. module: account_balance_reporting
#: model:ir.actions.report.xml,name:account_balance_reporting.report_account_balance_reporting_default_non_zero
msgid "Generic balance report (non zero lines)"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,current_date_to:0
#: field:account.balance.reporting,previous_date_to:0
msgid "Date To"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,calc_date:0
#: field:account.balance.reporting.line,calc_date:0
msgid "Calculation date"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,previous_period_ids:0
msgid "Fiscal year 2 periods"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting,state:0
msgid "Canceled"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.print.wizard:0
#: field:account.balance.reporting.print.wizard,report_xml_id:0
msgid "Design"
msgstr ""

#. module: account_balance_reporting
#: sql_constraint:account.balance.reporting.line:0
#: sql_constraint:account.balance.reporting.template.line:0
#: code:addons/account_balance_reporting/account_balance_reporting.py:252
#: code:addons/account_balance_reporting/account_balance_reporting.py:254
#: code:addons/account_balance_reporting/account_balance_reporting.py:268
#: code:addons/account_balance_reporting/account_balance_reporting_template.py:183
#: code:addons/account_balance_reporting/account_balance_reporting_template.py:211
#, python-format
msgid "The code must be unique for this report!"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template:0
msgid "Template line"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: view:account.balance.reporting.line:0
#: view:account.balance.reporting.template:0
#: view:account.balance.reporting.template.line:0
msgid "Style"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Calculate"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.line,css_class:0
#: selection:account.balance.reporting.template.line,css_class:0
msgid "Level 4"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: selection:account.balance.reporting,state:0
msgid "Draft"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,current_date_from:0
#: field:account.balance.reporting,previous_date_from:0
msgid "Date From"
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template.line,name:0
msgid "Concept name/description"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting,state:0
msgid "Processing"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.template,type:0
msgid "User"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template.line,current_value:0
msgid "Fiscal year 1 formula"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,template_line_id:0
msgid "Line template"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.line,css_class:0
#: selection:account.balance.reporting.template.line,css_class:0
msgid "Default"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template.line,previous_value:0
msgid "Fiscal year 2 formula"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.template,type:0
msgid "System"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting,state:0
msgid "Processed"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.line:0
msgid "Account balance report lines"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template,balance_mode:0
msgid "Balance mode"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,check_periods:0
msgid "Compute by periods"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,code:0
#: field:account.balance.reporting.template.line,code:0
msgid "Code"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting,state:0
msgid "Done"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,current_period_ids:0
msgid "Fiscal year 1 periods"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: view:account.balance.reporting.print.wizard:0
msgid "Cancel"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Report lines"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,child_ids:0
#: field:account.balance.reporting.template.line,child_ids:0
msgid "Children"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.line,css_class:0
#: selection:account.balance.reporting.template.line,css_class:0
msgid "Level 5"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template:0
msgid "Information"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.line,css_class:0
#: selection:account.balance.reporting.template.line,css_class:0
msgid "Level 1"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.line,css_class:0
#: selection:account.balance.reporting.template.line,css_class:0
msgid "Level 3"
msgstr ""

#. module: account_balance_reporting
#: selection:account.balance.reporting.line,css_class:0
#: selection:account.balance.reporting.template.line,css_class:0
msgid "Level 2"
msgstr ""

#. module: account_balance_reporting
#: model:ir.actions.report.xml,name:account_balance_reporting.report_account_balance_reporting_generic
msgid "Generic balance report"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template:0
msgid "Account balance report templates"
msgstr ""

#. module: account_balance_reporting
#: model:ir.model,name:account_balance_reporting.model_account_balance_reporting_template
msgid "account.balance.reporting.template"
msgstr ""

#. module: account_balance_reporting
#: model:ir.ui.menu,name:account_balance_reporting.menu_account_balance_reporting_templates
msgid "Templates"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.template,description:0
msgid "Description"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.template.line:0
msgid "Account balance report template line"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting,name:0
#: field:account.balance.reporting.line,name:0
#: field:account.balance.reporting.template,name:0
#: field:account.balance.reporting.template.line,name:0
msgid "Name"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: field:account.balance.reporting,line_ids:0
#: view:account.balance.reporting.template:0
#: field:account.balance.reporting.template,line_ids:0
msgid "Lines"
msgstr ""

#. module: account_balance_reporting
#: model:ir.ui.menu,name:account_balance_reporting.menu_account_balance_reporting_reports
msgid "Reports"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
#: view:account.balance.reporting.line:0
#: view:account.balance.reporting.template:0
#: view:account.balance.reporting.template.line:0
msgid "Values"
msgstr ""

#. module: account_balance_reporting
#: help:account.balance.reporting.template.line,current_value:0
#: help:account.balance.reporting.template.line,previous_value:0
msgid "Value calculation formula: Depending on this formula the final value is calculated as follows:\n"
"  Empy template value: sum of (this concept) children values.\n"
"  Number with decimal point (\"10.2\"): that value (constant).\n"
"  Account numbers separated by commas (\"430,431,(437)\"): Sum of the account balances\n"
"    (the sign of the balance depends on the balance mode).\n"
"  Concept codes separated by \"+\" (\"11000+12000\"): Sum of those concepts values.\n"
""
msgstr ""

#. module: account_balance_reporting
#: report:report_account_balance_reporting.generic:0
#: report:report_account_balance_reporting.generic_non_zero:0
msgid "CONCEPT"
msgstr ""

#. module: account_balance_reporting
#: model:ir.model,name:account_balance_reporting.model_account_balance_reporting_line
msgid "account.balance.reporting.line"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.line:0
msgid "Account balance report line"
msgstr ""

#. module: account_balance_reporting
#: field:account.balance.reporting.line,sequence:0
#: field:account.balance.reporting.template.line,sequence:0
msgid "Sequence"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting.print.wizard:0
#: model:ir.actions.act_window,name:account_balance_reporting.account_balance_reporting_print_wizard_act_window
msgid "Print report"
msgstr ""

#. module: account_balance_reporting
#: view:account.balance.reporting:0
msgid "Account balance report"
msgstr ""