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.
- odoo/addons/contract/README.rst +4 -3
- odoo/addons/contract/__manifest__.py +1 -1
- odoo/addons/contract/i18n/am.po +101 -0
- odoo/addons/contract/i18n/ar.po +101 -0
- odoo/addons/contract/i18n/bg.po +101 -0
- odoo/addons/contract/i18n/bs.po +101 -0
- odoo/addons/contract/i18n/ca.po +101 -0
- odoo/addons/contract/i18n/ca_ES.po +101 -0
- odoo/addons/contract/i18n/contract.pot +101 -0
- odoo/addons/contract/i18n/cs.po +101 -0
- odoo/addons/contract/i18n/da.po +101 -0
- odoo/addons/contract/i18n/de.po +101 -0
- odoo/addons/contract/i18n/el_GR.po +101 -0
- odoo/addons/contract/i18n/en_GB.po +101 -0
- odoo/addons/contract/i18n/es.po +107 -7
- odoo/addons/contract/i18n/es_AR.po +101 -0
- odoo/addons/contract/i18n/es_CL.po +101 -0
- odoo/addons/contract/i18n/es_CO.po +101 -0
- odoo/addons/contract/i18n/es_CR.po +101 -0
- odoo/addons/contract/i18n/es_DO.po +101 -0
- odoo/addons/contract/i18n/es_EC.po +101 -0
- odoo/addons/contract/i18n/es_MX.po +101 -0
- odoo/addons/contract/i18n/es_PY.po +101 -0
- odoo/addons/contract/i18n/es_VE.po +101 -0
- odoo/addons/contract/i18n/et.po +101 -0
- odoo/addons/contract/i18n/eu.po +101 -0
- odoo/addons/contract/i18n/fa.po +101 -0
- odoo/addons/contract/i18n/fi.po +101 -0
- odoo/addons/contract/i18n/fr.po +101 -0
- odoo/addons/contract/i18n/fr_CA.po +101 -0
- odoo/addons/contract/i18n/fr_CH.po +101 -0
- odoo/addons/contract/i18n/fr_FR.po +101 -0
- odoo/addons/contract/i18n/gl.po +101 -0
- odoo/addons/contract/i18n/gl_ES.po +101 -0
- odoo/addons/contract/i18n/he.po +101 -0
- odoo/addons/contract/i18n/hi_IN.po +101 -0
- odoo/addons/contract/i18n/hr.po +101 -0
- odoo/addons/contract/i18n/hr_HR.po +101 -0
- odoo/addons/contract/i18n/hu.po +101 -0
- odoo/addons/contract/i18n/id.po +101 -0
- odoo/addons/contract/i18n/it.po +101 -0
- odoo/addons/contract/i18n/ja.po +101 -0
- odoo/addons/contract/i18n/ko.po +101 -0
- odoo/addons/contract/i18n/lt.po +101 -0
- odoo/addons/contract/i18n/lt_LT.po +101 -0
- odoo/addons/contract/i18n/lv.po +101 -0
- odoo/addons/contract/i18n/mk.po +101 -0
- odoo/addons/contract/i18n/mn.po +101 -0
- odoo/addons/contract/i18n/nb.po +101 -0
- odoo/addons/contract/i18n/nb_NO.po +101 -0
- odoo/addons/contract/i18n/nl.po +101 -0
- odoo/addons/contract/i18n/nl_BE.po +101 -0
- odoo/addons/contract/i18n/nl_NL.po +101 -0
- odoo/addons/contract/i18n/pl.po +101 -0
- odoo/addons/contract/i18n/pt.po +101 -0
- odoo/addons/contract/i18n/pt_BR.po +101 -0
- odoo/addons/contract/i18n/pt_PT.po +101 -0
- odoo/addons/contract/i18n/ro.po +101 -0
- odoo/addons/contract/i18n/ru.po +101 -0
- odoo/addons/contract/i18n/sk.po +101 -0
- odoo/addons/contract/i18n/sk_SK.po +101 -0
- odoo/addons/contract/i18n/sl.po +101 -0
- odoo/addons/contract/i18n/sr.po +101 -0
- odoo/addons/contract/i18n/sr@latin.po +101 -0
- odoo/addons/contract/i18n/sv.po +101 -0
- odoo/addons/contract/i18n/th.po +101 -0
- odoo/addons/contract/i18n/tr.po +101 -0
- odoo/addons/contract/i18n/tr_TR.po +101 -0
- odoo/addons/contract/i18n/uk.po +101 -0
- odoo/addons/contract/i18n/vi.po +101 -0
- odoo/addons/contract/i18n/vi_VN.po +101 -0
- odoo/addons/contract/i18n/zh_CN.po +101 -0
- odoo/addons/contract/i18n/zh_TW.po +101 -0
- odoo/addons/contract/models/contract_line.py +23 -0
- odoo/addons/contract/readme/USAGE.md +3 -3
- odoo/addons/contract/static/description/index.html +4 -3
- odoo/addons/contract/tests/test_contract.py +10 -1
- odoo/addons/contract/views/contract.xml +7 -0
- odoo/addons/contract/views/contract_template.xml +2 -0
- {odoo_addon_contract-17.0.1.1.2.dist-info → odoo_addon_contract-17.0.1.2.0.1.dist-info}/METADATA +5 -4
- odoo_addon_contract-17.0.1.2.0.1.dist-info/RECORD +143 -0
- odoo_addon_contract-17.0.1.1.2.dist-info/RECORD +0 -143
- {odoo_addon_contract-17.0.1.1.2.dist-info → odoo_addon_contract-17.0.1.2.0.1.dist-info}/WHEEL +0 -0
- {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
odoo/addons/contract/i18n/sr.po
CHANGED
|
@@ -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
|
|
@@ -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
|
|
@@ -148,6 +148,23 @@ msgstr ""
|
|
|
148
148
|
msgid "<strong>#END#</strong>: End date of the invoiced period"
|
|
149
149
|
msgstr ""
|
|
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
|
|
@@ -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
|
|
@@ -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
|
odoo/addons/contract/i18n/sv.po
CHANGED
|
@@ -238,6 +238,23 @@ msgstr ""
|
|
|
238
238
|
msgid "<strong>#END#</strong>: End date of the invoiced period"
|
|
239
239
|
msgstr "<strong>#END#</strong>: Slutdatum för den fakturerade perioden"
|
|
240
240
|
|
|
241
|
+
#. module: contract
|
|
242
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
243
|
+
msgid ""
|
|
244
|
+
"<strong>#INVOICEMONTHNAME#</strong>\n"
|
|
245
|
+
" : Invoice month name\n"
|
|
246
|
+
" of\n"
|
|
247
|
+
" the\n"
|
|
248
|
+
" invoiced period"
|
|
249
|
+
msgstr ""
|
|
250
|
+
|
|
251
|
+
#. module: contract
|
|
252
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
253
|
+
msgid ""
|
|
254
|
+
"<strong>#INVOICEMONTHNAME#</strong>: Invoice month name of the invoiced "
|
|
255
|
+
"period"
|
|
256
|
+
msgstr ""
|
|
257
|
+
|
|
241
258
|
#. module: contract
|
|
242
259
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
243
260
|
msgid ""
|
|
@@ -452,6 +469,13 @@ msgstr "Objekt distributionssökning"
|
|
|
452
469
|
msgid "Analytic Precision"
|
|
453
470
|
msgstr "Objekt precision"
|
|
454
471
|
|
|
472
|
+
#. module: contract
|
|
473
|
+
#. odoo-python
|
|
474
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
475
|
+
#, python-format
|
|
476
|
+
msgid "April"
|
|
477
|
+
msgstr ""
|
|
478
|
+
|
|
455
479
|
#. module: contract
|
|
456
480
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
457
481
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
|
|
@@ -484,6 +508,13 @@ msgstr "Associerad partner"
|
|
|
484
508
|
msgid "Attachment Count"
|
|
485
509
|
msgstr "Antal bifogade filer"
|
|
486
510
|
|
|
511
|
+
#. module: contract
|
|
512
|
+
#. odoo-python
|
|
513
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
514
|
+
#, python-format
|
|
515
|
+
msgid "August"
|
|
516
|
+
msgstr ""
|
|
517
|
+
|
|
487
518
|
#. module: contract
|
|
488
519
|
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
|
|
489
520
|
#: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
|
|
@@ -1092,6 +1123,13 @@ msgstr "Datum för nästa faktura"
|
|
|
1092
1123
|
msgid "Day(s)"
|
|
1093
1124
|
msgstr "Dag(ar)"
|
|
1094
1125
|
|
|
1126
|
+
#. module: contract
|
|
1127
|
+
#. odoo-python
|
|
1128
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1129
|
+
#, python-format
|
|
1130
|
+
msgid "December"
|
|
1131
|
+
msgstr ""
|
|
1132
|
+
|
|
1095
1133
|
#. module: contract
|
|
1096
1134
|
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__note_invoicing_mode
|
|
1097
1135
|
#: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
|
|
@@ -1182,6 +1220,13 @@ msgstr ""
|
|
|
1182
1220
|
"Misslyckades med att behandla kontraktet %(name)s [id: %(id)s]:\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"
|
|
@@ -1417,6 +1462,13 @@ msgstr "Är återkommande Not"
|
|
|
1417
1462
|
msgid "Is suspension without end date"
|
|
1418
1463
|
msgstr "Är avstängning utan slutdatum"
|
|
1419
1464
|
|
|
1465
|
+
#. module: contract
|
|
1466
|
+
#. odoo-python
|
|
1467
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1468
|
+
#, python-format
|
|
1469
|
+
msgid "January"
|
|
1470
|
+
msgstr ""
|
|
1471
|
+
|
|
1420
1472
|
#. module: contract
|
|
1421
1473
|
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
|
|
1422
1474
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
|
|
@@ -1435,6 +1487,20 @@ msgstr "Journalanteckning"
|
|
|
1435
1487
|
msgid "Journal Item"
|
|
1436
1488
|
msgstr "Tidskriftsartikel"
|
|
1437
1489
|
|
|
1490
|
+
#. module: contract
|
|
1491
|
+
#. odoo-python
|
|
1492
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1493
|
+
#, python-format
|
|
1494
|
+
msgid "July"
|
|
1495
|
+
msgstr ""
|
|
1496
|
+
|
|
1497
|
+
#. module: contract
|
|
1498
|
+
#. odoo-python
|
|
1499
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1500
|
+
#, python-format
|
|
1501
|
+
msgid "June"
|
|
1502
|
+
msgstr ""
|
|
1503
|
+
|
|
1438
1504
|
#. module: contract
|
|
1439
1505
|
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
|
|
1440
1506
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
|
|
@@ -1501,6 +1567,13 @@ msgstr "Fakturera inköpskontrakt manuellt"
|
|
|
1501
1567
|
msgid "Manually Invoice Sale Contracts"
|
|
1502
1568
|
msgstr "Fakturera försäljningskontrakt manuellt"
|
|
1503
1569
|
|
|
1570
|
+
#. module: contract
|
|
1571
|
+
#. odoo-python
|
|
1572
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1573
|
+
#, python-format
|
|
1574
|
+
msgid "March"
|
|
1575
|
+
msgstr ""
|
|
1576
|
+
|
|
1504
1577
|
#. module: contract
|
|
1505
1578
|
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
|
|
1506
1579
|
#: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
|
|
@@ -1512,6 +1585,13 @@ msgstr ""
|
|
|
1512
1585
|
"Markera detta alternativ om du vill kontrollera återkommande händelser på "
|
|
1513
1586
|
"radnivå istället för för hela avtalet."
|
|
1514
1587
|
|
|
1588
|
+
#. module: contract
|
|
1589
|
+
#. odoo-python
|
|
1590
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1591
|
+
#, python-format
|
|
1592
|
+
msgid "May"
|
|
1593
|
+
msgstr ""
|
|
1594
|
+
|
|
1515
1595
|
#. module: contract
|
|
1516
1596
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__message_has_error
|
|
1517
1597
|
msgid "Message Delivery error"
|
|
@@ -1635,6 +1715,13 @@ msgstr "Not Faktureringsläge"
|
|
|
1635
1715
|
msgid "Notes"
|
|
1636
1716
|
msgstr "Anteckningar"
|
|
1637
1717
|
|
|
1718
|
+
#. module: contract
|
|
1719
|
+
#. odoo-python
|
|
1720
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1721
|
+
#, python-format
|
|
1722
|
+
msgid "November"
|
|
1723
|
+
msgstr ""
|
|
1724
|
+
|
|
1638
1725
|
#. module: contract
|
|
1639
1726
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__message_needaction_counter
|
|
1640
1727
|
msgid "Number of Actions"
|
|
@@ -1671,6 +1758,13 @@ msgstr "Antal meddelanden som kräver åtgärder"
|
|
|
1671
1758
|
msgid "Number of messages with delivery error"
|
|
1672
1759
|
msgstr "Antal meddelanden med leveransfel"
|
|
1673
1760
|
|
|
1761
|
+
#. module: contract
|
|
1762
|
+
#. odoo-python
|
|
1763
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
1764
|
+
#, python-format
|
|
1765
|
+
msgid "October"
|
|
1766
|
+
msgstr ""
|
|
1767
|
+
|
|
1674
1768
|
#. module: contract
|
|
1675
1769
|
#: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
|
|
1676
1770
|
#: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
|
|
@@ -1948,6 +2042,13 @@ msgstr "Skicka via e-post"
|
|
|
1948
2042
|
msgid "Sent"
|
|
1949
2043
|
msgstr "Sen"
|
|
1950
2044
|
|
|
2045
|
+
#. module: contract
|
|
2046
|
+
#. odoo-python
|
|
2047
|
+
#: code:addons/contract/models/contract_line.py:0
|
|
2048
|
+
#, python-format
|
|
2049
|
+
msgid "September"
|
|
2050
|
+
msgstr ""
|
|
2051
|
+
|
|
1951
2052
|
#. module: contract
|
|
1952
2053
|
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
|
|
1953
2054
|
#: model:ir.model.fields,field_description:contract.field_contract_line__sequence
|