odoo-addon-contract 17.0.1.1.2__py3-none-any.whl → 17.0.1.2.0.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 (84) hide show
  1. odoo/addons/contract/README.rst +4 -3
  2. odoo/addons/contract/__manifest__.py +1 -1
  3. odoo/addons/contract/i18n/am.po +101 -0
  4. odoo/addons/contract/i18n/ar.po +101 -0
  5. odoo/addons/contract/i18n/bg.po +101 -0
  6. odoo/addons/contract/i18n/bs.po +101 -0
  7. odoo/addons/contract/i18n/ca.po +101 -0
  8. odoo/addons/contract/i18n/ca_ES.po +101 -0
  9. odoo/addons/contract/i18n/contract.pot +101 -0
  10. odoo/addons/contract/i18n/cs.po +101 -0
  11. odoo/addons/contract/i18n/da.po +101 -0
  12. odoo/addons/contract/i18n/de.po +101 -0
  13. odoo/addons/contract/i18n/el_GR.po +101 -0
  14. odoo/addons/contract/i18n/en_GB.po +101 -0
  15. odoo/addons/contract/i18n/es.po +107 -7
  16. odoo/addons/contract/i18n/es_AR.po +101 -0
  17. odoo/addons/contract/i18n/es_CL.po +101 -0
  18. odoo/addons/contract/i18n/es_CO.po +101 -0
  19. odoo/addons/contract/i18n/es_CR.po +101 -0
  20. odoo/addons/contract/i18n/es_DO.po +101 -0
  21. odoo/addons/contract/i18n/es_EC.po +101 -0
  22. odoo/addons/contract/i18n/es_MX.po +101 -0
  23. odoo/addons/contract/i18n/es_PY.po +101 -0
  24. odoo/addons/contract/i18n/es_VE.po +101 -0
  25. odoo/addons/contract/i18n/et.po +101 -0
  26. odoo/addons/contract/i18n/eu.po +101 -0
  27. odoo/addons/contract/i18n/fa.po +101 -0
  28. odoo/addons/contract/i18n/fi.po +101 -0
  29. odoo/addons/contract/i18n/fr.po +101 -0
  30. odoo/addons/contract/i18n/fr_CA.po +101 -0
  31. odoo/addons/contract/i18n/fr_CH.po +101 -0
  32. odoo/addons/contract/i18n/fr_FR.po +101 -0
  33. odoo/addons/contract/i18n/gl.po +101 -0
  34. odoo/addons/contract/i18n/gl_ES.po +101 -0
  35. odoo/addons/contract/i18n/he.po +101 -0
  36. odoo/addons/contract/i18n/hi_IN.po +101 -0
  37. odoo/addons/contract/i18n/hr.po +101 -0
  38. odoo/addons/contract/i18n/hr_HR.po +101 -0
  39. odoo/addons/contract/i18n/hu.po +101 -0
  40. odoo/addons/contract/i18n/id.po +101 -0
  41. odoo/addons/contract/i18n/it.po +101 -0
  42. odoo/addons/contract/i18n/ja.po +101 -0
  43. odoo/addons/contract/i18n/ko.po +101 -0
  44. odoo/addons/contract/i18n/lt.po +101 -0
  45. odoo/addons/contract/i18n/lt_LT.po +101 -0
  46. odoo/addons/contract/i18n/lv.po +101 -0
  47. odoo/addons/contract/i18n/mk.po +101 -0
  48. odoo/addons/contract/i18n/mn.po +101 -0
  49. odoo/addons/contract/i18n/nb.po +101 -0
  50. odoo/addons/contract/i18n/nb_NO.po +101 -0
  51. odoo/addons/contract/i18n/nl.po +101 -0
  52. odoo/addons/contract/i18n/nl_BE.po +101 -0
  53. odoo/addons/contract/i18n/nl_NL.po +101 -0
  54. odoo/addons/contract/i18n/pl.po +101 -0
  55. odoo/addons/contract/i18n/pt.po +101 -0
  56. odoo/addons/contract/i18n/pt_BR.po +101 -0
  57. odoo/addons/contract/i18n/pt_PT.po +101 -0
  58. odoo/addons/contract/i18n/ro.po +101 -0
  59. odoo/addons/contract/i18n/ru.po +101 -0
  60. odoo/addons/contract/i18n/sk.po +101 -0
  61. odoo/addons/contract/i18n/sk_SK.po +101 -0
  62. odoo/addons/contract/i18n/sl.po +101 -0
  63. odoo/addons/contract/i18n/sr.po +101 -0
  64. odoo/addons/contract/i18n/sr@latin.po +101 -0
  65. odoo/addons/contract/i18n/sv.po +101 -0
  66. odoo/addons/contract/i18n/th.po +101 -0
  67. odoo/addons/contract/i18n/tr.po +101 -0
  68. odoo/addons/contract/i18n/tr_TR.po +101 -0
  69. odoo/addons/contract/i18n/uk.po +101 -0
  70. odoo/addons/contract/i18n/vi.po +101 -0
  71. odoo/addons/contract/i18n/vi_VN.po +101 -0
  72. odoo/addons/contract/i18n/zh_CN.po +101 -0
  73. odoo/addons/contract/i18n/zh_TW.po +101 -0
  74. odoo/addons/contract/models/contract_line.py +23 -0
  75. odoo/addons/contract/readme/USAGE.md +3 -3
  76. odoo/addons/contract/static/description/index.html +4 -3
  77. odoo/addons/contract/tests/test_contract.py +10 -1
  78. odoo/addons/contract/views/contract.xml +7 -0
  79. odoo/addons/contract/views/contract_template.xml +2 -0
  80. {odoo_addon_contract-17.0.1.1.2.dist-info → odoo_addon_contract-17.0.1.2.0.1.dist-info}/METADATA +5 -4
  81. odoo_addon_contract-17.0.1.2.0.1.dist-info/RECORD +143 -0
  82. odoo_addon_contract-17.0.1.1.2.dist-info/RECORD +0 -143
  83. {odoo_addon_contract-17.0.1.1.2.dist-info → odoo_addon_contract-17.0.1.2.0.1.dist-info}/WHEEL +0 -0
  84. {odoo_addon_contract-17.0.1.1.2.dist-info → odoo_addon_contract-17.0.1.2.0.1.dist-info}/top_level.txt +0 -0
@@ -147,6 +147,23 @@ msgstr ""
147
147
  msgid "<strong>#END#</strong>: End date of the invoiced period"
148
148
  msgstr ""
149
149
 
150
+ #. module: contract
151
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
152
+ msgid ""
153
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
154
+ " : Invoice month name\n"
155
+ " of\n"
156
+ " the\n"
157
+ " invoiced period"
158
+ msgstr ""
159
+
160
+ #. module: contract
161
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
162
+ msgid ""
163
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
164
+ "period"
165
+ msgstr ""
166
+
150
167
  #. module: contract
151
168
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
152
169
  msgid ""
@@ -354,6 +371,13 @@ msgstr ""
354
371
  msgid "Analytic Precision"
355
372
  msgstr ""
356
373
 
374
+ #. module: contract
375
+ #. odoo-python
376
+ #: code:addons/contract/models/contract_line.py:0
377
+ #, python-format
378
+ msgid "April"
379
+ msgstr ""
380
+
357
381
  #. module: contract
358
382
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
359
383
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -386,6 +410,13 @@ msgstr ""
386
410
  msgid "Attachment Count"
387
411
  msgstr ""
388
412
 
413
+ #. module: contract
414
+ #. odoo-python
415
+ #: code:addons/contract/models/contract_line.py:0
416
+ #, python-format
417
+ msgid "August"
418
+ msgstr ""
419
+
389
420
  #. module: contract
390
421
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
391
422
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -988,6 +1019,13 @@ msgstr ""
988
1019
  msgid "Day(s)"
989
1020
  msgstr "दिन()"
990
1021
 
1022
+ #. module: contract
1023
+ #. odoo-python
1024
+ #: code:addons/contract/models/contract_line.py:0
1025
+ #, python-format
1026
+ msgid "December"
1027
+ msgstr ""
1028
+
991
1029
  #. module: contract
992
1030
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
993
1031
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1070,6 +1108,13 @@ msgid ""
1070
1108
  "%(ue)s"
1071
1109
  msgstr ""
1072
1110
 
1111
+ #. module: contract
1112
+ #. odoo-python
1113
+ #: code:addons/contract/models/contract_line.py:0
1114
+ #, python-format
1115
+ msgid "February"
1116
+ msgstr ""
1117
+
1073
1118
  #. module: contract
1074
1119
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1075
1120
  msgid "Finished"
@@ -1301,6 +1346,13 @@ msgstr ""
1301
1346
  msgid "Is suspension without end date"
1302
1347
  msgstr ""
1303
1348
 
1349
+ #. module: contract
1350
+ #. odoo-python
1351
+ #: code:addons/contract/models/contract_line.py:0
1352
+ #, python-format
1353
+ msgid "January"
1354
+ msgstr ""
1355
+
1304
1356
  #. module: contract
1305
1357
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1306
1358
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1319,6 +1371,20 @@ msgstr ""
1319
1371
  msgid "Journal Item"
1320
1372
  msgstr ""
1321
1373
 
1374
+ #. module: contract
1375
+ #. odoo-python
1376
+ #: code:addons/contract/models/contract_line.py:0
1377
+ #, python-format
1378
+ msgid "July"
1379
+ msgstr ""
1380
+
1381
+ #. module: contract
1382
+ #. odoo-python
1383
+ #: code:addons/contract/models/contract_line.py:0
1384
+ #, python-format
1385
+ msgid "June"
1386
+ msgstr ""
1387
+
1322
1388
  #. module: contract
1323
1389
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1324
1390
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1388,6 +1454,13 @@ msgstr "अनुबंध"
1388
1454
  msgid "Manually Invoice Sale Contracts"
1389
1455
  msgstr "अनुबंध"
1390
1456
 
1457
+ #. module: contract
1458
+ #. odoo-python
1459
+ #: code:addons/contract/models/contract_line.py:0
1460
+ #, python-format
1461
+ msgid "March"
1462
+ msgstr ""
1463
+
1391
1464
  #. module: contract
1392
1465
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1393
1466
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1397,6 +1470,13 @@ msgid ""
1397
1470
  "all together for the whole contract."
1398
1471
  msgstr ""
1399
1472
 
1473
+ #. module: contract
1474
+ #. odoo-python
1475
+ #: code:addons/contract/models/contract_line.py:0
1476
+ #, python-format
1477
+ msgid "May"
1478
+ msgstr ""
1479
+
1400
1480
  #. module: contract
1401
1481
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1402
1482
  msgid "Message Delivery error"
@@ -1521,6 +1601,13 @@ msgstr "बीजक"
1521
1601
  msgid "Notes"
1522
1602
  msgstr ""
1523
1603
 
1604
+ #. module: contract
1605
+ #. odoo-python
1606
+ #: code:addons/contract/models/contract_line.py:0
1607
+ #, python-format
1608
+ msgid "November"
1609
+ msgstr ""
1610
+
1524
1611
  #. module: contract
1525
1612
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1526
1613
  msgid "Number of Actions"
@@ -1555,6 +1642,13 @@ msgstr ""
1555
1642
  msgid "Number of messages with delivery error"
1556
1643
  msgstr ""
1557
1644
 
1645
+ #. module: contract
1646
+ #. odoo-python
1647
+ #: code:addons/contract/models/contract_line.py:0
1648
+ #, python-format
1649
+ msgid "October"
1650
+ msgstr ""
1651
+
1558
1652
  #. module: contract
1559
1653
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1560
1654
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1836,6 +1930,13 @@ msgstr ""
1836
1930
  msgid "Sent"
1837
1931
  msgstr ""
1838
1932
 
1933
+ #. module: contract
1934
+ #. odoo-python
1935
+ #: code:addons/contract/models/contract_line.py:0
1936
+ #, python-format
1937
+ msgid "September"
1938
+ msgstr ""
1939
+
1839
1940
  #. module: contract
1840
1941
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1841
1942
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence
@@ -149,6 +149,23 @@ msgstr ""
149
149
  msgid "<strong>#END#</strong>: End date of the invoiced period"
150
150
  msgstr "<strong>#KRAJ#</strong>: Završni datum obračunatog perioda"
151
151
 
152
+ #. module: contract
153
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
154
+ msgid ""
155
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
156
+ " : Invoice month name\n"
157
+ " of\n"
158
+ " the\n"
159
+ " invoiced period"
160
+ msgstr ""
161
+
162
+ #. module: contract
163
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
164
+ msgid ""
165
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
166
+ "period"
167
+ msgstr ""
168
+
152
169
  #. module: contract
153
170
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
154
171
  msgid ""
@@ -358,6 +375,13 @@ msgstr ""
358
375
  msgid "Analytic Precision"
359
376
  msgstr ""
360
377
 
378
+ #. module: contract
379
+ #. odoo-python
380
+ #: code:addons/contract/models/contract_line.py:0
381
+ #, python-format
382
+ msgid "April"
383
+ msgstr ""
384
+
361
385
  #. module: contract
362
386
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
363
387
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -390,6 +414,13 @@ msgstr ""
390
414
  msgid "Attachment Count"
391
415
  msgstr ""
392
416
 
417
+ #. module: contract
418
+ #. odoo-python
419
+ #: code:addons/contract/models/contract_line.py:0
420
+ #, python-format
421
+ msgid "August"
422
+ msgstr ""
423
+
393
424
  #. module: contract
394
425
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
395
426
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -992,6 +1023,13 @@ msgstr ""
992
1023
  msgid "Day(s)"
993
1024
  msgstr "Dan(a)"
994
1025
 
1026
+ #. module: contract
1027
+ #. odoo-python
1028
+ #: code:addons/contract/models/contract_line.py:0
1029
+ #, python-format
1030
+ msgid "December"
1031
+ msgstr ""
1032
+
995
1033
  #. module: contract
996
1034
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
997
1035
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1077,6 +1115,13 @@ msgid ""
1077
1115
  "%(ue)s"
1078
1116
  msgstr ""
1079
1117
 
1118
+ #. module: contract
1119
+ #. odoo-python
1120
+ #: code:addons/contract/models/contract_line.py:0
1121
+ #, python-format
1122
+ msgid "February"
1123
+ msgstr ""
1124
+
1080
1125
  #. module: contract
1081
1126
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1082
1127
  msgid "Finished"
@@ -1310,6 +1355,13 @@ msgstr ""
1310
1355
  msgid "Is suspension without end date"
1311
1356
  msgstr ""
1312
1357
 
1358
+ #. module: contract
1359
+ #. odoo-python
1360
+ #: code:addons/contract/models/contract_line.py:0
1361
+ #, python-format
1362
+ msgid "January"
1363
+ msgstr ""
1364
+
1313
1365
  #. module: contract
1314
1366
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1315
1367
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1328,6 +1380,20 @@ msgstr ""
1328
1380
  msgid "Journal Item"
1329
1381
  msgstr ""
1330
1382
 
1383
+ #. module: contract
1384
+ #. odoo-python
1385
+ #: code:addons/contract/models/contract_line.py:0
1386
+ #, python-format
1387
+ msgid "July"
1388
+ msgstr ""
1389
+
1390
+ #. module: contract
1391
+ #. odoo-python
1392
+ #: code:addons/contract/models/contract_line.py:0
1393
+ #, python-format
1394
+ msgid "June"
1395
+ msgstr ""
1396
+
1331
1397
  #. module: contract
1332
1398
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1333
1399
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1397,6 +1463,13 @@ msgstr "Ugovori"
1397
1463
  msgid "Manually Invoice Sale Contracts"
1398
1464
  msgstr "Ugovori"
1399
1465
 
1466
+ #. module: contract
1467
+ #. odoo-python
1468
+ #: code:addons/contract/models/contract_line.py:0
1469
+ #, python-format
1470
+ msgid "March"
1471
+ msgstr ""
1472
+
1400
1473
  #. module: contract
1401
1474
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1402
1475
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1406,6 +1479,13 @@ msgid ""
1406
1479
  "all together for the whole contract."
1407
1480
  msgstr ""
1408
1481
 
1482
+ #. module: contract
1483
+ #. odoo-python
1484
+ #: code:addons/contract/models/contract_line.py:0
1485
+ #, python-format
1486
+ msgid "May"
1487
+ msgstr ""
1488
+
1409
1489
  #. module: contract
1410
1490
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1411
1491
  msgid "Message Delivery error"
@@ -1531,6 +1611,13 @@ msgstr "Vrsta izdavanja računa"
1531
1611
  msgid "Notes"
1532
1612
  msgstr ""
1533
1613
 
1614
+ #. module: contract
1615
+ #. odoo-python
1616
+ #: code:addons/contract/models/contract_line.py:0
1617
+ #, python-format
1618
+ msgid "November"
1619
+ msgstr ""
1620
+
1534
1621
  #. module: contract
1535
1622
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1536
1623
  msgid "Number of Actions"
@@ -1565,6 +1652,13 @@ msgstr ""
1565
1652
  msgid "Number of messages with delivery error"
1566
1653
  msgstr ""
1567
1654
 
1655
+ #. module: contract
1656
+ #. odoo-python
1657
+ #: code:addons/contract/models/contract_line.py:0
1658
+ #, python-format
1659
+ msgid "October"
1660
+ msgstr ""
1661
+
1568
1662
  #. module: contract
1569
1663
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1570
1664
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1847,6 +1941,13 @@ msgstr ""
1847
1941
  msgid "Sent"
1848
1942
  msgstr ""
1849
1943
 
1944
+ #. module: contract
1945
+ #. odoo-python
1946
+ #: code:addons/contract/models/contract_line.py:0
1947
+ #, python-format
1948
+ msgid "September"
1949
+ msgstr ""
1950
+
1850
1951
  #. module: contract
1851
1952
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1852
1953
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence
@@ -148,6 +148,23 @@ msgstr ""
148
148
  msgid "<strong>#END#</strong>: End date of the invoiced period"
149
149
  msgstr "<strong>#KRAJ#</strong>: Krajnji datum perioda računa"
150
150
 
151
+ #. module: contract
152
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
153
+ msgid ""
154
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
155
+ " : Invoice month name\n"
156
+ " of\n"
157
+ " the\n"
158
+ " invoiced period"
159
+ msgstr ""
160
+
161
+ #. module: contract
162
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
163
+ msgid ""
164
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
165
+ "period"
166
+ msgstr ""
167
+
151
168
  #. module: contract
152
169
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
153
170
  msgid ""
@@ -355,6 +372,13 @@ msgstr ""
355
372
  msgid "Analytic Precision"
356
373
  msgstr ""
357
374
 
375
+ #. module: contract
376
+ #. odoo-python
377
+ #: code:addons/contract/models/contract_line.py:0
378
+ #, python-format
379
+ msgid "April"
380
+ msgstr ""
381
+
358
382
  #. module: contract
359
383
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
360
384
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -387,6 +411,13 @@ msgstr ""
387
411
  msgid "Attachment Count"
388
412
  msgstr ""
389
413
 
414
+ #. module: contract
415
+ #. odoo-python
416
+ #: code:addons/contract/models/contract_line.py:0
417
+ #, python-format
418
+ msgid "August"
419
+ msgstr ""
420
+
390
421
  #. module: contract
391
422
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
392
423
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -990,6 +1021,13 @@ msgstr ""
990
1021
  msgid "Day(s)"
991
1022
  msgstr "Dan(a)"
992
1023
 
1024
+ #. module: contract
1025
+ #. odoo-python
1026
+ #: code:addons/contract/models/contract_line.py:0
1027
+ #, python-format
1028
+ msgid "December"
1029
+ msgstr ""
1030
+
993
1031
  #. module: contract
994
1032
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
995
1033
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1075,6 +1113,13 @@ msgid ""
1075
1113
  "%(ue)s"
1076
1114
  msgstr ""
1077
1115
 
1116
+ #. module: contract
1117
+ #. odoo-python
1118
+ #: code:addons/contract/models/contract_line.py:0
1119
+ #, python-format
1120
+ msgid "February"
1121
+ msgstr ""
1122
+
1078
1123
  #. module: contract
1079
1124
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1080
1125
  msgid "Finished"
@@ -1309,6 +1354,13 @@ msgstr ""
1309
1354
  msgid "Is suspension without end date"
1310
1355
  msgstr ""
1311
1356
 
1357
+ #. module: contract
1358
+ #. odoo-python
1359
+ #: code:addons/contract/models/contract_line.py:0
1360
+ #, python-format
1361
+ msgid "January"
1362
+ msgstr ""
1363
+
1312
1364
  #. module: contract
1313
1365
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1314
1366
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1327,6 +1379,20 @@ msgstr ""
1327
1379
  msgid "Journal Item"
1328
1380
  msgstr ""
1329
1381
 
1382
+ #. module: contract
1383
+ #. odoo-python
1384
+ #: code:addons/contract/models/contract_line.py:0
1385
+ #, python-format
1386
+ msgid "July"
1387
+ msgstr ""
1388
+
1389
+ #. module: contract
1390
+ #. odoo-python
1391
+ #: code:addons/contract/models/contract_line.py:0
1392
+ #, python-format
1393
+ msgid "June"
1394
+ msgstr ""
1395
+
1330
1396
  #. module: contract
1331
1397
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1332
1398
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1396,6 +1462,13 @@ msgstr "Ugovori"
1396
1462
  msgid "Manually Invoice Sale Contracts"
1397
1463
  msgstr "Ugovori"
1398
1464
 
1465
+ #. module: contract
1466
+ #. odoo-python
1467
+ #: code:addons/contract/models/contract_line.py:0
1468
+ #, python-format
1469
+ msgid "March"
1470
+ msgstr ""
1471
+
1399
1472
  #. module: contract
1400
1473
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1401
1474
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1405,6 +1478,13 @@ msgid ""
1405
1478
  "all together for the whole contract."
1406
1479
  msgstr ""
1407
1480
 
1481
+ #. module: contract
1482
+ #. odoo-python
1483
+ #: code:addons/contract/models/contract_line.py:0
1484
+ #, python-format
1485
+ msgid "May"
1486
+ msgstr ""
1487
+
1408
1488
  #. module: contract
1409
1489
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1410
1490
  msgid "Message Delivery error"
@@ -1530,6 +1610,13 @@ msgstr "Tip izdavanja računa"
1530
1610
  msgid "Notes"
1531
1611
  msgstr ""
1532
1612
 
1613
+ #. module: contract
1614
+ #. odoo-python
1615
+ #: code:addons/contract/models/contract_line.py:0
1616
+ #, python-format
1617
+ msgid "November"
1618
+ msgstr ""
1619
+
1533
1620
  #. module: contract
1534
1621
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1535
1622
  msgid "Number of Actions"
@@ -1564,6 +1651,13 @@ msgstr ""
1564
1651
  msgid "Number of messages with delivery error"
1565
1652
  msgstr ""
1566
1653
 
1654
+ #. module: contract
1655
+ #. odoo-python
1656
+ #: code:addons/contract/models/contract_line.py:0
1657
+ #, python-format
1658
+ msgid "October"
1659
+ msgstr ""
1660
+
1567
1661
  #. module: contract
1568
1662
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1569
1663
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1847,6 +1941,13 @@ msgstr ""
1847
1941
  msgid "Sent"
1848
1942
  msgstr ""
1849
1943
 
1944
+ #. module: contract
1945
+ #. odoo-python
1946
+ #: code:addons/contract/models/contract_line.py:0
1947
+ #, python-format
1948
+ msgid "September"
1949
+ msgstr ""
1950
+
1850
1951
  #. module: contract
1851
1952
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1852
1953
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence