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
@@ -113,6 +113,23 @@ msgstr ""
113
113
  msgid "<strong>#END#</strong>: End date of the invoiced period"
114
114
  msgstr ""
115
115
 
116
+ #. module: contract
117
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
118
+ msgid ""
119
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
120
+ " : Invoice month name\n"
121
+ " of\n"
122
+ " the\n"
123
+ " invoiced period"
124
+ msgstr ""
125
+
126
+ #. module: contract
127
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
128
+ msgid ""
129
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
130
+ "period"
131
+ msgstr ""
132
+
116
133
  #. module: contract
117
134
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
118
135
  msgid ""
@@ -320,6 +337,13 @@ msgstr ""
320
337
  msgid "Analytic Precision"
321
338
  msgstr ""
322
339
 
340
+ #. module: contract
341
+ #. odoo-python
342
+ #: code:addons/contract/models/contract_line.py:0
343
+ #, python-format
344
+ msgid "April"
345
+ msgstr ""
346
+
323
347
  #. module: contract
324
348
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
325
349
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -352,6 +376,13 @@ msgstr ""
352
376
  msgid "Attachment Count"
353
377
  msgstr ""
354
378
 
379
+ #. module: contract
380
+ #. odoo-python
381
+ #: code:addons/contract/models/contract_line.py:0
382
+ #, python-format
383
+ msgid "August"
384
+ msgstr ""
385
+
355
386
  #. module: contract
356
387
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
357
388
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -934,6 +965,13 @@ msgstr ""
934
965
  msgid "Day(s)"
935
966
  msgstr ""
936
967
 
968
+ #. module: contract
969
+ #. odoo-python
970
+ #: code:addons/contract/models/contract_line.py:0
971
+ #, python-format
972
+ msgid "December"
973
+ msgstr ""
974
+
937
975
  #. module: contract
938
976
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
939
977
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1016,6 +1054,13 @@ msgid ""
1016
1054
  "%(ue)s"
1017
1055
  msgstr ""
1018
1056
 
1057
+ #. module: contract
1058
+ #. odoo-python
1059
+ #: code:addons/contract/models/contract_line.py:0
1060
+ #, python-format
1061
+ msgid "February"
1062
+ msgstr ""
1063
+
1019
1064
  #. module: contract
1020
1065
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1021
1066
  msgid "Finished"
@@ -1243,6 +1288,13 @@ msgstr ""
1243
1288
  msgid "Is suspension without end date"
1244
1289
  msgstr ""
1245
1290
 
1291
+ #. module: contract
1292
+ #. odoo-python
1293
+ #: code:addons/contract/models/contract_line.py:0
1294
+ #, python-format
1295
+ msgid "January"
1296
+ msgstr ""
1297
+
1246
1298
  #. module: contract
1247
1299
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1248
1300
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1261,6 +1313,20 @@ msgstr ""
1261
1313
  msgid "Journal Item"
1262
1314
  msgstr ""
1263
1315
 
1316
+ #. module: contract
1317
+ #. odoo-python
1318
+ #: code:addons/contract/models/contract_line.py:0
1319
+ #, python-format
1320
+ msgid "July"
1321
+ msgstr ""
1322
+
1323
+ #. module: contract
1324
+ #. odoo-python
1325
+ #: code:addons/contract/models/contract_line.py:0
1326
+ #, python-format
1327
+ msgid "June"
1328
+ msgstr ""
1329
+
1264
1330
  #. module: contract
1265
1331
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1266
1332
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1327,6 +1393,13 @@ msgstr ""
1327
1393
  msgid "Manually Invoice Sale Contracts"
1328
1394
  msgstr ""
1329
1395
 
1396
+ #. module: contract
1397
+ #. odoo-python
1398
+ #: code:addons/contract/models/contract_line.py:0
1399
+ #, python-format
1400
+ msgid "March"
1401
+ msgstr ""
1402
+
1330
1403
  #. module: contract
1331
1404
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1332
1405
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1336,6 +1409,13 @@ msgid ""
1336
1409
  "all together for the whole contract."
1337
1410
  msgstr ""
1338
1411
 
1412
+ #. module: contract
1413
+ #. odoo-python
1414
+ #: code:addons/contract/models/contract_line.py:0
1415
+ #, python-format
1416
+ msgid "May"
1417
+ msgstr ""
1418
+
1339
1419
  #. module: contract
1340
1420
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1341
1421
  msgid "Message Delivery error"
@@ -1459,6 +1539,13 @@ msgstr ""
1459
1539
  msgid "Notes"
1460
1540
  msgstr ""
1461
1541
 
1542
+ #. module: contract
1543
+ #. odoo-python
1544
+ #: code:addons/contract/models/contract_line.py:0
1545
+ #, python-format
1546
+ msgid "November"
1547
+ msgstr ""
1548
+
1462
1549
  #. module: contract
1463
1550
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1464
1551
  msgid "Number of Actions"
@@ -1493,6 +1580,13 @@ msgstr ""
1493
1580
  msgid "Number of messages with delivery error"
1494
1581
  msgstr ""
1495
1582
 
1583
+ #. module: contract
1584
+ #. odoo-python
1585
+ #: code:addons/contract/models/contract_line.py:0
1586
+ #, python-format
1587
+ msgid "October"
1588
+ msgstr ""
1589
+
1496
1590
  #. module: contract
1497
1591
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1498
1592
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1768,6 +1862,13 @@ msgstr ""
1768
1862
  msgid "Sent"
1769
1863
  msgstr ""
1770
1864
 
1865
+ #. module: contract
1866
+ #. odoo-python
1867
+ #: code:addons/contract/models/contract_line.py:0
1868
+ #, python-format
1869
+ msgid "September"
1870
+ msgstr ""
1871
+
1771
1872
  #. module: contract
1772
1873
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1773
1874
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence
@@ -146,6 +146,23 @@ msgstr ""
146
146
  msgid "<strong>#END#</strong>: End date of the invoiced period"
147
147
  msgstr ""
148
148
 
149
+ #. module: contract
150
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
151
+ msgid ""
152
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
153
+ " : Invoice month name\n"
154
+ " of\n"
155
+ " the\n"
156
+ " invoiced period"
157
+ msgstr ""
158
+
159
+ #. module: contract
160
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
161
+ msgid ""
162
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
163
+ "period"
164
+ msgstr ""
165
+
149
166
  #. module: contract
150
167
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
151
168
  msgid ""
@@ -353,6 +370,13 @@ msgstr ""
353
370
  msgid "Analytic Precision"
354
371
  msgstr ""
355
372
 
373
+ #. module: contract
374
+ #. odoo-python
375
+ #: code:addons/contract/models/contract_line.py:0
376
+ #, python-format
377
+ msgid "April"
378
+ msgstr ""
379
+
356
380
  #. module: contract
357
381
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
358
382
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -385,6 +409,13 @@ msgstr ""
385
409
  msgid "Attachment Count"
386
410
  msgstr ""
387
411
 
412
+ #. module: contract
413
+ #. odoo-python
414
+ #: code:addons/contract/models/contract_line.py:0
415
+ #, python-format
416
+ msgid "August"
417
+ msgstr ""
418
+
388
419
  #. module: contract
389
420
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
390
421
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -969,6 +1000,13 @@ msgstr ""
969
1000
  msgid "Day(s)"
970
1001
  msgstr ""
971
1002
 
1003
+ #. module: contract
1004
+ #. odoo-python
1005
+ #: code:addons/contract/models/contract_line.py:0
1006
+ #, python-format
1007
+ msgid "December"
1008
+ msgstr ""
1009
+
972
1010
  #. module: contract
973
1011
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
974
1012
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1051,6 +1089,13 @@ msgid ""
1051
1089
  "%(ue)s"
1052
1090
  msgstr ""
1053
1091
 
1092
+ #. module: contract
1093
+ #. odoo-python
1094
+ #: code:addons/contract/models/contract_line.py:0
1095
+ #, python-format
1096
+ msgid "February"
1097
+ msgstr ""
1098
+
1054
1099
  #. module: contract
1055
1100
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1056
1101
  msgid "Finished"
@@ -1278,6 +1323,13 @@ msgstr ""
1278
1323
  msgid "Is suspension without end date"
1279
1324
  msgstr ""
1280
1325
 
1326
+ #. module: contract
1327
+ #. odoo-python
1328
+ #: code:addons/contract/models/contract_line.py:0
1329
+ #, python-format
1330
+ msgid "January"
1331
+ msgstr ""
1332
+
1281
1333
  #. module: contract
1282
1334
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1283
1335
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1296,6 +1348,20 @@ msgstr ""
1296
1348
  msgid "Journal Item"
1297
1349
  msgstr ""
1298
1350
 
1351
+ #. module: contract
1352
+ #. odoo-python
1353
+ #: code:addons/contract/models/contract_line.py:0
1354
+ #, python-format
1355
+ msgid "July"
1356
+ msgstr ""
1357
+
1358
+ #. module: contract
1359
+ #. odoo-python
1360
+ #: code:addons/contract/models/contract_line.py:0
1361
+ #, python-format
1362
+ msgid "June"
1363
+ msgstr ""
1364
+
1299
1365
  #. module: contract
1300
1366
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1301
1367
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1363,6 +1429,13 @@ msgstr ""
1363
1429
  msgid "Manually Invoice Sale Contracts"
1364
1430
  msgstr ""
1365
1431
 
1432
+ #. module: contract
1433
+ #. odoo-python
1434
+ #: code:addons/contract/models/contract_line.py:0
1435
+ #, python-format
1436
+ msgid "March"
1437
+ msgstr ""
1438
+
1366
1439
  #. module: contract
1367
1440
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1368
1441
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1372,6 +1445,13 @@ msgid ""
1372
1445
  "all together for the whole contract."
1373
1446
  msgstr ""
1374
1447
 
1448
+ #. module: contract
1449
+ #. odoo-python
1450
+ #: code:addons/contract/models/contract_line.py:0
1451
+ #, python-format
1452
+ msgid "May"
1453
+ msgstr ""
1454
+
1375
1455
  #. module: contract
1376
1456
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1377
1457
  msgid "Message Delivery error"
@@ -1495,6 +1575,13 @@ msgstr ""
1495
1575
  msgid "Notes"
1496
1576
  msgstr ""
1497
1577
 
1578
+ #. module: contract
1579
+ #. odoo-python
1580
+ #: code:addons/contract/models/contract_line.py:0
1581
+ #, python-format
1582
+ msgid "November"
1583
+ msgstr ""
1584
+
1498
1585
  #. module: contract
1499
1586
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1500
1587
  msgid "Number of Actions"
@@ -1529,6 +1616,13 @@ msgstr ""
1529
1616
  msgid "Number of messages with delivery error"
1530
1617
  msgstr ""
1531
1618
 
1619
+ #. module: contract
1620
+ #. odoo-python
1621
+ #: code:addons/contract/models/contract_line.py:0
1622
+ #, python-format
1623
+ msgid "October"
1624
+ msgstr ""
1625
+
1532
1626
  #. module: contract
1533
1627
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1534
1628
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1804,6 +1898,13 @@ msgstr ""
1804
1898
  msgid "Sent"
1805
1899
  msgstr ""
1806
1900
 
1901
+ #. module: contract
1902
+ #. odoo-python
1903
+ #: code:addons/contract/models/contract_line.py:0
1904
+ #, python-format
1905
+ msgid "September"
1906
+ msgstr ""
1907
+
1807
1908
  #. module: contract
1808
1909
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1809
1910
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence
@@ -146,6 +146,23 @@ msgstr ""
146
146
  msgid "<strong>#END#</strong>: End date of the invoiced period"
147
147
  msgstr ""
148
148
 
149
+ #. module: contract
150
+ #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
151
+ msgid ""
152
+ "<strong>#INVOICEMONTHNAME#</strong>\n"
153
+ " : Invoice month name\n"
154
+ " of\n"
155
+ " the\n"
156
+ " invoiced period"
157
+ msgstr ""
158
+
159
+ #. module: contract
160
+ #: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
161
+ msgid ""
162
+ "<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
163
+ "period"
164
+ msgstr ""
165
+
149
166
  #. module: contract
150
167
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
151
168
  msgid ""
@@ -353,6 +370,13 @@ msgstr ""
353
370
  msgid "Analytic Precision"
354
371
  msgstr ""
355
372
 
373
+ #. module: contract
374
+ #. odoo-python
375
+ #: code:addons/contract/models/contract_line.py:0
376
+ #, python-format
377
+ msgid "April"
378
+ msgstr ""
379
+
356
380
  #. module: contract
357
381
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
358
382
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
@@ -385,6 +409,13 @@ msgstr ""
385
409
  msgid "Attachment Count"
386
410
  msgstr ""
387
411
 
412
+ #. module: contract
413
+ #. odoo-python
414
+ #: code:addons/contract/models/contract_line.py:0
415
+ #, python-format
416
+ msgid "August"
417
+ msgstr ""
418
+
388
419
  #. module: contract
389
420
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
390
421
  #: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
@@ -969,6 +1000,13 @@ msgstr ""
969
1000
  msgid "Day(s)"
970
1001
  msgstr ""
971
1002
 
1003
+ #. module: contract
1004
+ #. odoo-python
1005
+ #: code:addons/contract/models/contract_line.py:0
1006
+ #, python-format
1007
+ msgid "December"
1008
+ msgstr ""
1009
+
972
1010
  #. module: contract
973
1011
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
974
1012
  #: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
@@ -1051,6 +1089,13 @@ msgid ""
1051
1089
  "%(ue)s"
1052
1090
  msgstr ""
1053
1091
 
1092
+ #. module: contract
1093
+ #. odoo-python
1094
+ #: code:addons/contract/models/contract_line.py:0
1095
+ #, python-format
1096
+ msgid "February"
1097
+ msgstr ""
1098
+
1054
1099
  #. module: contract
1055
1100
  #: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
1056
1101
  msgid "Finished"
@@ -1278,6 +1323,13 @@ msgstr ""
1278
1323
  msgid "Is suspension without end date"
1279
1324
  msgstr ""
1280
1325
 
1326
+ #. module: contract
1327
+ #. odoo-python
1328
+ #: code:addons/contract/models/contract_line.py:0
1329
+ #, python-format
1330
+ msgid "January"
1331
+ msgstr ""
1332
+
1281
1333
  #. module: contract
1282
1334
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
1283
1335
  #: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
@@ -1296,6 +1348,20 @@ msgstr ""
1296
1348
  msgid "Journal Item"
1297
1349
  msgstr ""
1298
1350
 
1351
+ #. module: contract
1352
+ #. odoo-python
1353
+ #: code:addons/contract/models/contract_line.py:0
1354
+ #, python-format
1355
+ msgid "July"
1356
+ msgstr ""
1357
+
1358
+ #. module: contract
1359
+ #. odoo-python
1360
+ #: code:addons/contract/models/contract_line.py:0
1361
+ #, python-format
1362
+ msgid "June"
1363
+ msgstr ""
1364
+
1299
1365
  #. module: contract
1300
1366
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
1301
1367
  #: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
@@ -1363,6 +1429,13 @@ msgstr ""
1363
1429
  msgid "Manually Invoice Sale Contracts"
1364
1430
  msgstr ""
1365
1431
 
1432
+ #. module: contract
1433
+ #. odoo-python
1434
+ #: code:addons/contract/models/contract_line.py:0
1435
+ #, python-format
1436
+ msgid "March"
1437
+ msgstr ""
1438
+
1366
1439
  #. module: contract
1367
1440
  #: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
1368
1441
  #: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
@@ -1372,6 +1445,13 @@ msgid ""
1372
1445
  "all together for the whole contract."
1373
1446
  msgstr ""
1374
1447
 
1448
+ #. module: contract
1449
+ #. odoo-python
1450
+ #: code:addons/contract/models/contract_line.py:0
1451
+ #, python-format
1452
+ msgid "May"
1453
+ msgstr ""
1454
+
1375
1455
  #. module: contract
1376
1456
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
1377
1457
  msgid "Message Delivery error"
@@ -1495,6 +1575,13 @@ msgstr ""
1495
1575
  msgid "Notes"
1496
1576
  msgstr ""
1497
1577
 
1578
+ #. module: contract
1579
+ #. odoo-python
1580
+ #: code:addons/contract/models/contract_line.py:0
1581
+ #, python-format
1582
+ msgid "November"
1583
+ msgstr ""
1584
+
1498
1585
  #. module: contract
1499
1586
  #: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
1500
1587
  msgid "Number of Actions"
@@ -1529,6 +1616,13 @@ msgstr ""
1529
1616
  msgid "Number of messages with delivery error"
1530
1617
  msgstr ""
1531
1618
 
1619
+ #. module: contract
1620
+ #. odoo-python
1621
+ #: code:addons/contract/models/contract_line.py:0
1622
+ #, python-format
1623
+ msgid "October"
1624
+ msgstr ""
1625
+
1532
1626
  #. module: contract
1533
1627
  #: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
1534
1628
  #: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
@@ -1804,6 +1898,13 @@ msgstr ""
1804
1898
  msgid "Sent"
1805
1899
  msgstr ""
1806
1900
 
1901
+ #. module: contract
1902
+ #. odoo-python
1903
+ #: code:addons/contract/models/contract_line.py:0
1904
+ #, python-format
1905
+ msgid "September"
1906
+ msgstr ""
1907
+
1807
1908
  #. module: contract
1808
1909
  #: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
1809
1910
  #: model:ir.model.fields,field_description:contract.field_contract_line__sequence