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
@@ -232,6 +232,23 @@ msgstr ""
232
232
  msgid "<strong>#END#</strong>: End date of the invoiced period"
233
233
  msgstr "<strong>#END#</strong>: Enddatum der Abrechnungsperiode"
234
234
 
235
+ #. module: contract
236
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
237
+ msgid ""
238
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
239
+ " : Invoice month name\n"
240
+ " of\n"
241
+ " the\n"
242
+ " invoiced period"
243
+ msgstr ""
244
+
245
+ #. module: contract
246
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
247
+ msgid ""
248
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
249
+ "period"
250
+ msgstr ""
251
+
235
252
  #. module: contract
236
253
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
237
254
  msgid ""
@@ -448,6 +465,13 @@ msgstr "Analytische Verteilungssuche"
448
465
  msgid "Analytic Precision"
449
466
  msgstr "Analytische Präzision"
450
467
 
468
+ #. module: contract
469
+ #. odoo-python
470
+ #: code:addons/contract/models/contract_line.py:0
471
+ #, python-format
472
+ msgid "April"
473
+ msgstr ""
474
+
451
475
  #. module: contract
452
476
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
453
477
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -480,6 +504,13 @@ msgstr "Zugehöriger Partner"
480
504
  msgid "Attachment Count"
481
505
  msgstr "Anhangsanzahl"
482
506
 
507
+ #. module: contract
508
+ #. odoo-python
509
+ #: code:addons/contract/models/contract_line.py:0
510
+ #, python-format
511
+ msgid "August"
512
+ msgstr ""
513
+
483
514
  #. module: contract
484
515
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
485
516
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -1091,6 +1122,13 @@ msgstr "Datum der nächsten Rechnung"
1091
1122
  msgid "Day(s)"
1092
1123
  msgstr "Tag(e)"
1093
1124
 
1125
+ #. module: contract
1126
+ #. odoo-python
1127
+ #: code:addons/contract/models/contract_line.py:0
1128
+ #, python-format
1129
+ msgid "December"
1130
+ msgstr ""
1131
+
1094
1132
  #. module: contract
1095
1133
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
1096
1134
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1182,6 +1220,13 @@ msgstr ""
1182
1220
  "Der Vertrag %(name)s [id: %(id)s] konnte nicht verarbeitet werden:\n"
1183
1221
  "%(ue)s"
1184
1222
 
1223
+ #. module: contract
1224
+ #. odoo-python
1225
+ #: code:addons/contract/models/contract_line.py:0
1226
+ #, python-format
1227
+ msgid "February"
1228
+ msgstr ""
1229
+
1185
1230
  #. module: contract
1186
1231
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1187
1232
  msgid "Finished"
@@ -1419,6 +1464,13 @@ msgstr "Ist eine wiederkehrende Notiz"
1419
1464
  msgid "Is suspension without end date"
1420
1465
  msgstr "Ist Aussetzung ohne Enddatum"
1421
1466
 
1467
+ #. module: contract
1468
+ #. odoo-python
1469
+ #: code:addons/contract/models/contract_line.py:0
1470
+ #, python-format
1471
+ msgid "January"
1472
+ msgstr ""
1473
+
1422
1474
  #. module: contract
1423
1475
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1424
1476
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1437,6 +1489,20 @@ msgstr "Journleintrag"
1437
1489
  msgid "Journal Item"
1438
1490
  msgstr "Journaleintrag"
1439
1491
 
1492
+ #. module: contract
1493
+ #. odoo-python
1494
+ #: code:addons/contract/models/contract_line.py:0
1495
+ #, python-format
1496
+ msgid "July"
1497
+ msgstr ""
1498
+
1499
+ #. module: contract
1500
+ #. odoo-python
1501
+ #: code:addons/contract/models/contract_line.py:0
1502
+ #, python-format
1503
+ msgid "June"
1504
+ msgstr ""
1505
+
1440
1506
  #. module: contract
1441
1507
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1442
1508
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1503,6 +1569,13 @@ msgstr "Lieferantenverträge manuell abrechnen"
1503
1569
  msgid "Manually Invoice Sale Contracts"
1504
1570
  msgstr "Kundenverträge manuell abrechnen"
1505
1571
 
1572
+ #. module: contract
1573
+ #. odoo-python
1574
+ #: code:addons/contract/models/contract_line.py:0
1575
+ #, python-format
1576
+ msgid "March"
1577
+ msgstr ""
1578
+
1506
1579
  #. module: contract
1507
1580
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1508
1581
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1514,6 +1587,13 @@ msgstr ""
1514
1587
  "Markieren Sie dieses Häkchen, wenn Sie die Wiederholung auf Zeilenebene und "
1515
1588
  "nicht insgesamt für den gesamten Vertrag steuern möchten."
1516
1589
 
1590
+ #. module: contract
1591
+ #. odoo-python
1592
+ #: code:addons/contract/models/contract_line.py:0
1593
+ #, python-format
1594
+ msgid "May"
1595
+ msgstr ""
1596
+
1517
1597
  #. module: contract
1518
1598
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1519
1599
  msgid "Message Delivery error"
@@ -1637,6 +1717,13 @@ msgstr "Beachten Sie den Rechnungsmodus"
1637
1717
  msgid "Notes"
1638
1718
  msgstr "Notizen"
1639
1719
 
1720
+ #. module: contract
1721
+ #. odoo-python
1722
+ #: code:addons/contract/models/contract_line.py:0
1723
+ #, python-format
1724
+ msgid "November"
1725
+ msgstr ""
1726
+
1640
1727
  #. module: contract
1641
1728
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1642
1729
  msgid "Number of Actions"
@@ -1673,6 +1760,13 @@ msgstr ""
1673
1760
  msgid "Number of messages with delivery error"
1674
1761
  msgstr "Dies ist die Anzahl von Nachrichten mit einem Übertragungsfehler."
1675
1762
 
1763
+ #. module: contract
1764
+ #. odoo-python
1765
+ #: code:addons/contract/models/contract_line.py:0
1766
+ #, python-format
1767
+ msgid "October"
1768
+ msgstr ""
1769
+
1676
1770
  #. module: contract
1677
1771
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1678
1772
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1950,6 +2044,13 @@ msgstr "als Email versenden"
1950
2044
  msgid "Sent"
1951
2045
  msgstr "Gesendet"
1952
2046
 
2047
+ #. module: contract
2048
+ #. odoo-python
2049
+ #: code:addons/contract/models/contract_line.py:0
2050
+ #, python-format
2051
+ msgid "September"
2052
+ msgstr ""
2053
+
1953
2054
  #. module: contract
1954
2055
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1955
2056
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence
@@ -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
@@ -971,6 +1002,13 @@ msgstr ""
971
1002
  msgid "Day(s)"
972
1003
  msgstr ""
973
1004
 
1005
+ #. module: contract
1006
+ #. odoo-python
1007
+ #: code:addons/contract/models/contract_line.py:0
1008
+ #, python-format
1009
+ msgid "December"
1010
+ msgstr ""
1011
+
974
1012
  #. module: contract
975
1013
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
976
1014
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1053,6 +1091,13 @@ msgid ""
1053
1091
  "%(ue)s"
1054
1092
  msgstr ""
1055
1093
 
1094
+ #. module: contract
1095
+ #. odoo-python
1096
+ #: code:addons/contract/models/contract_line.py:0
1097
+ #, python-format
1098
+ msgid "February"
1099
+ msgstr ""
1100
+
1056
1101
  #. module: contract
1057
1102
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1058
1103
  msgid "Finished"
@@ -1280,6 +1325,13 @@ msgstr ""
1280
1325
  msgid "Is suspension without end date"
1281
1326
  msgstr ""
1282
1327
 
1328
+ #. module: contract
1329
+ #. odoo-python
1330
+ #: code:addons/contract/models/contract_line.py:0
1331
+ #, python-format
1332
+ msgid "January"
1333
+ msgstr ""
1334
+
1283
1335
  #. module: contract
1284
1336
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1285
1337
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1298,6 +1350,20 @@ msgstr ""
1298
1350
  msgid "Journal Item"
1299
1351
  msgstr ""
1300
1352
 
1353
+ #. module: contract
1354
+ #. odoo-python
1355
+ #: code:addons/contract/models/contract_line.py:0
1356
+ #, python-format
1357
+ msgid "July"
1358
+ msgstr ""
1359
+
1360
+ #. module: contract
1361
+ #. odoo-python
1362
+ #: code:addons/contract/models/contract_line.py:0
1363
+ #, python-format
1364
+ msgid "June"
1365
+ msgstr ""
1366
+
1301
1367
  #. module: contract
1302
1368
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1303
1369
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1365,6 +1431,13 @@ msgstr ""
1365
1431
  msgid "Manually Invoice Sale Contracts"
1366
1432
  msgstr ""
1367
1433
 
1434
+ #. module: contract
1435
+ #. odoo-python
1436
+ #: code:addons/contract/models/contract_line.py:0
1437
+ #, python-format
1438
+ msgid "March"
1439
+ msgstr ""
1440
+
1368
1441
  #. module: contract
1369
1442
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1370
1443
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1374,6 +1447,13 @@ msgid ""
1374
1447
  "all together for the whole contract."
1375
1448
  msgstr ""
1376
1449
 
1450
+ #. module: contract
1451
+ #. odoo-python
1452
+ #: code:addons/contract/models/contract_line.py:0
1453
+ #, python-format
1454
+ msgid "May"
1455
+ msgstr ""
1456
+
1377
1457
  #. module: contract
1378
1458
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1379
1459
  msgid "Message Delivery error"
@@ -1497,6 +1577,13 @@ msgstr ""
1497
1577
  msgid "Notes"
1498
1578
  msgstr ""
1499
1579
 
1580
+ #. module: contract
1581
+ #. odoo-python
1582
+ #: code:addons/contract/models/contract_line.py:0
1583
+ #, python-format
1584
+ msgid "November"
1585
+ msgstr ""
1586
+
1500
1587
  #. module: contract
1501
1588
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1502
1589
  msgid "Number of Actions"
@@ -1531,6 +1618,13 @@ msgstr ""
1531
1618
  msgid "Number of messages with delivery error"
1532
1619
  msgstr ""
1533
1620
 
1621
+ #. module: contract
1622
+ #. odoo-python
1623
+ #: code:addons/contract/models/contract_line.py:0
1624
+ #, python-format
1625
+ msgid "October"
1626
+ msgstr ""
1627
+
1534
1628
  #. module: contract
1535
1629
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1536
1630
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1806,6 +1900,13 @@ msgstr ""
1806
1900
  msgid "Sent"
1807
1901
  msgstr ""
1808
1902
 
1903
+ #. module: contract
1904
+ #. odoo-python
1905
+ #: code:addons/contract/models/contract_line.py:0
1906
+ #, python-format
1907
+ msgid "September"
1908
+ msgstr ""
1909
+
1809
1910
  #. module: contract
1810
1911
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1811
1912
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence
@@ -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
@@ -970,6 +1001,13 @@ msgstr ""
970
1001
  msgid "Day(s)"
971
1002
  msgstr ""
972
1003
 
1004
+ #. module: contract
1005
+ #. odoo-python
1006
+ #: code:addons/contract/models/contract_line.py:0
1007
+ #, python-format
1008
+ msgid "December"
1009
+ msgstr ""
1010
+
973
1011
  #. module: contract
974
1012
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
975
1013
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1052,6 +1090,13 @@ msgid ""
1052
1090
  "%(ue)s"
1053
1091
  msgstr ""
1054
1092
 
1093
+ #. module: contract
1094
+ #. odoo-python
1095
+ #: code:addons/contract/models/contract_line.py:0
1096
+ #, python-format
1097
+ msgid "February"
1098
+ msgstr ""
1099
+
1055
1100
  #. module: contract
1056
1101
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1057
1102
  msgid "Finished"
@@ -1279,6 +1324,13 @@ msgstr ""
1279
1324
  msgid "Is suspension without end date"
1280
1325
  msgstr ""
1281
1326
 
1327
+ #. module: contract
1328
+ #. odoo-python
1329
+ #: code:addons/contract/models/contract_line.py:0
1330
+ #, python-format
1331
+ msgid "January"
1332
+ msgstr ""
1333
+
1282
1334
  #. module: contract
1283
1335
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1284
1336
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1297,6 +1349,20 @@ msgstr ""
1297
1349
  msgid "Journal Item"
1298
1350
  msgstr ""
1299
1351
 
1352
+ #. module: contract
1353
+ #. odoo-python
1354
+ #: code:addons/contract/models/contract_line.py:0
1355
+ #, python-format
1356
+ msgid "July"
1357
+ msgstr ""
1358
+
1359
+ #. module: contract
1360
+ #. odoo-python
1361
+ #: code:addons/contract/models/contract_line.py:0
1362
+ #, python-format
1363
+ msgid "June"
1364
+ msgstr ""
1365
+
1300
1366
  #. module: contract
1301
1367
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1302
1368
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1364,6 +1430,13 @@ msgstr ""
1364
1430
  msgid "Manually Invoice Sale Contracts"
1365
1431
  msgstr ""
1366
1432
 
1433
+ #. module: contract
1434
+ #. odoo-python
1435
+ #: code:addons/contract/models/contract_line.py:0
1436
+ #, python-format
1437
+ msgid "March"
1438
+ msgstr ""
1439
+
1367
1440
  #. module: contract
1368
1441
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1369
1442
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1373,6 +1446,13 @@ msgid ""
1373
1446
  "all together for the whole contract."
1374
1447
  msgstr ""
1375
1448
 
1449
+ #. module: contract
1450
+ #. odoo-python
1451
+ #: code:addons/contract/models/contract_line.py:0
1452
+ #, python-format
1453
+ msgid "May"
1454
+ msgstr ""
1455
+
1376
1456
  #. module: contract
1377
1457
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1378
1458
  msgid "Message Delivery error"
@@ -1496,6 +1576,13 @@ msgstr ""
1496
1576
  msgid "Notes"
1497
1577
  msgstr ""
1498
1578
 
1579
+ #. module: contract
1580
+ #. odoo-python
1581
+ #: code:addons/contract/models/contract_line.py:0
1582
+ #, python-format
1583
+ msgid "November"
1584
+ msgstr ""
1585
+
1499
1586
  #. module: contract
1500
1587
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1501
1588
  msgid "Number of Actions"
@@ -1530,6 +1617,13 @@ msgstr ""
1530
1617
  msgid "Number of messages with delivery error"
1531
1618
  msgstr ""
1532
1619
 
1620
+ #. module: contract
1621
+ #. odoo-python
1622
+ #: code:addons/contract/models/contract_line.py:0
1623
+ #, python-format
1624
+ msgid "October"
1625
+ msgstr ""
1626
+
1533
1627
  #. module: contract
1534
1628
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1535
1629
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1805,6 +1899,13 @@ msgstr ""
1805
1899
  msgid "Sent"
1806
1900
  msgstr ""
1807
1901
 
1902
+ #. module: contract
1903
+ #. odoo-python
1904
+ #: code:addons/contract/models/contract_line.py:0
1905
+ #, python-format
1906
+ msgid "September"
1907
+ msgstr ""
1908
+
1808
1909
  #. module: contract
1809
1910
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1810
1911
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence