odoo-addon-contract 17.0.1.4.4__py3-none-any.whl → 18.0.2.0.8__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 +14 -10
- odoo/addons/contract/__manifest__.py +3 -10
- odoo/addons/contract/controllers/main.py +1 -8
- odoo/addons/contract/data/contract_cron.xml +0 -2
- odoo/addons/contract/data/mail_template.xml +18 -17
- odoo/addons/contract/data/template_mail_notification.xml +1 -1
- odoo/addons/contract/i18n/am.po +141 -821
- odoo/addons/contract/i18n/ar.po +141 -821
- odoo/addons/contract/i18n/bg.po +141 -821
- odoo/addons/contract/i18n/bs.po +141 -821
- odoo/addons/contract/i18n/ca.po +831 -901
- odoo/addons/contract/i18n/ca_ES.po +141 -821
- odoo/addons/contract/i18n/contract.pot +140 -818
- odoo/addons/contract/i18n/cs.po +141 -821
- odoo/addons/contract/i18n/da.po +141 -821
- odoo/addons/contract/i18n/de.po +708 -954
- odoo/addons/contract/i18n/el_GR.po +141 -821
- odoo/addons/contract/i18n/en_GB.po +141 -821
- odoo/addons/contract/i18n/es.po +710 -948
- odoo/addons/contract/i18n/es_AR.po +548 -880
- odoo/addons/contract/i18n/es_CL.po +141 -821
- odoo/addons/contract/i18n/es_CO.po +141 -821
- odoo/addons/contract/i18n/es_CR.po +141 -821
- odoo/addons/contract/i18n/es_DO.po +141 -821
- odoo/addons/contract/i18n/es_EC.po +141 -821
- odoo/addons/contract/i18n/es_MX.po +141 -821
- odoo/addons/contract/i18n/es_PY.po +141 -821
- odoo/addons/contract/i18n/es_VE.po +141 -821
- odoo/addons/contract/i18n/et.po +141 -821
- odoo/addons/contract/i18n/eu.po +141 -821
- odoo/addons/contract/i18n/fa.po +141 -821
- odoo/addons/contract/i18n/fi.po +419 -850
- odoo/addons/contract/i18n/fr.po +706 -951
- odoo/addons/contract/i18n/fr_CA.po +141 -821
- odoo/addons/contract/i18n/fr_CH.po +141 -821
- odoo/addons/contract/i18n/fr_FR.po +449 -850
- odoo/addons/contract/i18n/gl.po +252 -846
- odoo/addons/contract/i18n/gl_ES.po +141 -821
- odoo/addons/contract/i18n/he.po +141 -821
- odoo/addons/contract/i18n/hi_IN.po +186 -831
- odoo/addons/contract/i18n/hr.po +206 -837
- odoo/addons/contract/i18n/hr_HR.po +218 -839
- odoo/addons/contract/i18n/hu.po +141 -821
- odoo/addons/contract/i18n/id.po +141 -821
- odoo/addons/contract/i18n/it.po +746 -900
- odoo/addons/contract/i18n/ja.po +141 -821
- odoo/addons/contract/i18n/ko.po +141 -821
- odoo/addons/contract/i18n/lt.po +141 -821
- odoo/addons/contract/i18n/lt_LT.po +141 -821
- odoo/addons/contract/i18n/lv.po +141 -821
- odoo/addons/contract/i18n/mk.po +141 -821
- odoo/addons/contract/i18n/mn.po +141 -821
- odoo/addons/contract/i18n/nb.po +141 -821
- odoo/addons/contract/i18n/nb_NO.po +141 -821
- odoo/addons/contract/i18n/nl.po +694 -953
- odoo/addons/contract/i18n/nl_BE.po +141 -821
- odoo/addons/contract/i18n/nl_NL.po +186 -831
- odoo/addons/contract/i18n/pl.po +141 -821
- odoo/addons/contract/i18n/pt.po +410 -839
- odoo/addons/contract/i18n/pt_BR.po +701 -949
- odoo/addons/contract/i18n/pt_PT.po +141 -821
- odoo/addons/contract/i18n/ro.po +141 -821
- odoo/addons/contract/i18n/ru.po +186 -831
- odoo/addons/contract/i18n/sk.po +141 -821
- odoo/addons/contract/i18n/sk_SK.po +141 -821
- odoo/addons/contract/i18n/sl.po +141 -821
- odoo/addons/contract/i18n/sr.po +141 -821
- odoo/addons/contract/i18n/sr@latin.po +141 -821
- odoo/addons/contract/i18n/sv.po +780 -934
- odoo/addons/contract/i18n/th.po +141 -821
- odoo/addons/contract/i18n/tr.po +556 -877
- odoo/addons/contract/i18n/tr_TR.po +216 -838
- odoo/addons/contract/i18n/uk.po +141 -821
- odoo/addons/contract/i18n/vi.po +141 -821
- odoo/addons/contract/i18n/vi_VN.po +141 -821
- odoo/addons/contract/i18n/zh_CN.po +407 -845
- odoo/addons/contract/i18n/zh_TW.po +145 -822
- odoo/addons/contract/migrations/18.0.2.0.0/end-migrate.py +27 -0
- odoo/addons/contract/migrations/18.0.2.0.0/pre-migrate.py +94 -0
- odoo/addons/contract/models/__init__.py +2 -6
- odoo/addons/contract/models/account_move.py +0 -8
- odoo/addons/contract/models/account_move_line.py +14 -0
- odoo/addons/contract/models/contract.py +272 -308
- odoo/addons/contract/models/contract_line.py +37 -859
- odoo/addons/contract/models/{contract_recurrency_mixin.py → contract_recurring_mixin.py} +101 -82
- odoo/addons/contract/models/contract_tag.py +1 -3
- odoo/addons/contract/models/contract_template.py +81 -2
- odoo/addons/contract/models/contract_template_line.py +250 -3
- odoo/addons/contract/report/contract_views.xml +0 -2
- odoo/addons/contract/report/report_contract.xml +13 -13
- odoo/addons/contract/security/contract_security.xml +6 -15
- odoo/addons/contract/security/contract_tag.xml +1 -3
- odoo/addons/contract/security/ir.model.access.csv +0 -2
- odoo/addons/contract/static/description/index.html +24 -18
- odoo/addons/contract/static/src/js/contract_portal_tour.esm.js +6 -4
- odoo/addons/contract/tests/test_contract.py +82 -928
- odoo/addons/contract/tests/test_multicompany.py +5 -4
- odoo/addons/contract/tests/test_portal.py +6 -3
- odoo/addons/contract/views/contract.xml +92 -235
- odoo/addons/contract/views/contract_line.xml +48 -117
- odoo/addons/contract/views/contract_portal_templates.xml +181 -222
- odoo/addons/contract/views/contract_tag.xml +3 -3
- odoo/addons/contract/views/contract_template.xml +100 -72
- odoo/addons/contract/views/contract_template_line.xml +76 -5
- odoo/addons/contract/views/res_config_settings.xml +5 -6
- odoo/addons/contract/views/res_partner_view.xml +0 -5
- odoo/addons/contract/wizards/__init__.py +0 -2
- odoo/addons/contract/wizards/contract_manually_create_invoice.py +6 -6
- odoo/addons/contract/wizards/contract_manually_create_invoice.xml +2 -3
- {odoo_addon_contract-17.0.1.4.4.dist-info → odoo_addon_contract-18.0.2.0.8.dist-info}/METADATA +18 -13
- odoo_addon_contract-18.0.2.0.8.dist-info/RECORD +132 -0
- {odoo_addon_contract-17.0.1.4.4.dist-info → odoo_addon_contract-18.0.2.0.8.dist-info}/WHEEL +1 -1
- odoo/addons/contract/data/contract_renew_cron.xml +0 -14
- odoo/addons/contract/models/abstract_contract.py +0 -82
- odoo/addons/contract/models/abstract_contract_line.py +0 -271
- odoo/addons/contract/models/contract_line_constraints.py +0 -429
- odoo/addons/contract/models/contract_terminate_reason.py +0 -14
- odoo/addons/contract/models/res_company.py +0 -15
- odoo/addons/contract/models/res_config_settings.py +0 -18
- odoo/addons/contract/security/contract_terminate_reason.xml +0 -23
- odoo/addons/contract/security/groups.xml +0 -9
- odoo/addons/contract/views/abstract_contract_line.xml +0 -117
- odoo/addons/contract/views/contract_terminate_reason.xml +0 -38
- odoo/addons/contract/wizards/contract_contract_terminate.py +0 -42
- odoo/addons/contract/wizards/contract_contract_terminate.xml +0 -33
- odoo/addons/contract/wizards/contract_line_wizard.py +0 -53
- odoo/addons/contract/wizards/contract_line_wizard.xml +0 -111
- odoo_addon_contract-17.0.1.4.4.dist-info/RECORD +0 -144
- {odoo_addon_contract-17.0.1.4.4.dist-info → odoo_addon_contract-18.0.2.0.8.dist-info}/top_level.txt +0 -0
|
@@ -21,72 +21,72 @@ msgstr ""
|
|
|
21
21
|
msgid ""
|
|
22
22
|
"<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
|
|
23
23
|
"serif; font-size: 12px; color: rgb(34, 34, 34); background-color: #FFF; \">\n"
|
|
24
|
-
" <p>Hello <t t-out=\"object.partner_id.name or '' \"
|
|
25
|
-
"p>\n"
|
|
24
|
+
" <p>Hello <t t-out=\"object.partner_id.name or '' \"/>,</p>\n"
|
|
26
25
|
" <p>A new contract has been created: </p>\n"
|
|
27
26
|
"\n"
|
|
28
27
|
" <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;"
|
|
29
28
|
"\">\n"
|
|
30
|
-
" &nbsp;&nbsp;<strong>REFERENCES</strong><br
|
|
29
|
+
" &nbsp;&nbsp;<strong>REFERENCES</strong><br/>\n"
|
|
31
30
|
" &nbsp;&nbsp;Contract: <strong t-out=\"object."
|
|
32
|
-
"name\"
|
|
31
|
+
"name\"/><br/>\n"
|
|
33
32
|
" <t t-if=\"object.date_start\">\n"
|
|
34
33
|
" &nbsp;&nbsp;Contract Date Start: <t t-"
|
|
35
|
-
"out=\"object.date_start or ''\"
|
|
34
|
+
"out=\"object.date_start or ''\"/><br/>\n"
|
|
36
35
|
" </t>\n"
|
|
37
36
|
"\n"
|
|
38
37
|
" <t t-if=\"object.user_id\">\n"
|
|
39
|
-
"
|
|
38
|
+
" <t t-if=\"object.user_id.email\">\n"
|
|
40
39
|
" &nbsp;&nbsp;Your Contact: <a t-att-"
|
|
41
40
|
"href=\"'mailto:%s?subject=Contract %s' % (object.user_id.email, object."
|
|
42
|
-
"name)\" t-out=\"object.user_id.name\"
|
|
41
|
+
"name)\" t-out=\"object.user_id.name\"/>\n"
|
|
43
42
|
" </t>\n"
|
|
44
|
-
"
|
|
43
|
+
" <t t-else=\"\">\n"
|
|
45
44
|
" &nbsp;&nbsp;Your Contact: <t t-"
|
|
46
|
-
"out=\"object.user_id.name\"
|
|
45
|
+
"out=\"object.user_id.name\"/>\n"
|
|
47
46
|
" </t>\n"
|
|
48
|
-
"
|
|
47
|
+
" </t>\n"
|
|
49
48
|
" </p>\n"
|
|
50
49
|
"\n"
|
|
51
|
-
" <br
|
|
50
|
+
" <br/>\n"
|
|
52
51
|
" <p>If you have any questions, do not hesitate to contact us."
|
|
53
52
|
"</p>\n"
|
|
54
53
|
" <p>Thank you for choosing <t t-out=\"object.company_id.name "
|
|
55
|
-
"or 'us'\"
|
|
56
|
-
" <br
|
|
57
|
-
" <br
|
|
54
|
+
"or 'us'\"/>!</p>\n"
|
|
55
|
+
" <br/>\n"
|
|
56
|
+
" <br/>\n"
|
|
58
57
|
" <div style=\"width: 375px; margin: 0px; padding: 0px; "
|
|
59
58
|
"background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-"
|
|
60
59
|
"radius: 5px 5px; background-repeat: repeat no-repeat;\">\n"
|
|
61
60
|
" <h3 style=\"margin: 0px; padding: 2px 14px; font-size: "
|
|
62
61
|
"12px; color: #DDD;\">\n"
|
|
63
62
|
" <strong style=\"text-transform:uppercase;\" t-"
|
|
64
|
-
"out=\"object.company_id.name\"
|
|
63
|
+
"out=\"object.company_id.name\"/>\n"
|
|
64
|
+
" </h3>\n"
|
|
65
65
|
" </div>\n"
|
|
66
66
|
" <div style=\"width: 347px; margin: 0px; padding: 5px 14px; "
|
|
67
67
|
"line-height: 16px; background-color: #F2F2F2;\">\n"
|
|
68
68
|
" <span style=\"color: #222; margin-bottom: 5px; display: "
|
|
69
69
|
"block; \">\n"
|
|
70
70
|
" <address t-field=\"object.company_id.sudo()."
|
|
71
|
-
"partner_id\" t-options
|
|
72
|
-
"
|
|
71
|
+
"partner_id\" t-options=\"{"widget": "contact", ""
|
|
72
|
+
"fields": ["name", "address"], ""
|
|
73
|
+
"no_marker": True}\"/>\n"
|
|
73
74
|
" </span>\n"
|
|
74
75
|
" <t t-if=\"object.company_id.phone\">\n"
|
|
75
76
|
" <div style=\"margin-top: 0px; margin-right: 0px; "
|
|
76
77
|
"margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; "
|
|
77
78
|
"padding-bottom: 0px; padding-left: 0px; \">\n"
|
|
78
|
-
" Phone: <t t-out=\"object.company_id.phone\"
|
|
79
|
-
"t>\n"
|
|
79
|
+
" Phone: <t t-out=\"object.company_id.phone\"/>\n"
|
|
80
80
|
" </div>\n"
|
|
81
81
|
" </t>\n"
|
|
82
82
|
" <t t-if=\"object.company_id.website\">\n"
|
|
83
83
|
" <div>\n"
|
|
84
84
|
" Web: <a t-att-href=\"object.company_id.website\" "
|
|
85
|
-
"t-out=\"object.company_id.website\"
|
|
85
|
+
"t-out=\"object.company_id.website\"/>\n"
|
|
86
86
|
" </div>\n"
|
|
87
87
|
" </t>\n"
|
|
88
88
|
" </div>\n"
|
|
89
|
-
" <br
|
|
89
|
+
" <br/>\n"
|
|
90
90
|
" <a t-att-href=\"'%s/my/contracts/%s?access_token=%s' % "
|
|
91
91
|
"(object.get_base_url(), object.id, object.access_token)\" target=\"_blank\" "
|
|
92
92
|
"style=\"background-color:#875A7B;padding: 8px 16px 8px 16px; text-"
|
|
@@ -176,8 +176,10 @@ msgstr ""
|
|
|
176
176
|
|
|
177
177
|
#. module: contract
|
|
178
178
|
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
179
|
-
msgid "
|
|
180
|
-
|
|
179
|
+
msgid ""
|
|
180
|
+
"<strong>#START#</strong>: Start date of the\n"
|
|
181
|
+
" invoiced period"
|
|
182
|
+
msgstr ""
|
|
181
183
|
|
|
182
184
|
#. module: contract
|
|
183
185
|
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
|
@@ -264,40 +266,6 @@ msgstr "<strong>Total</strong>"
|
|
|
264
266
|
msgid "<strong>Unit Price</strong>"
|
|
265
267
|
msgstr "<strong>Prix unitaire</strong>"
|
|
266
268
|
|
|
267
|
-
#. module: contract
|
|
268
|
-
#. odoo-python
|
|
269
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
270
|
-
#, python-format
|
|
271
|
-
msgid "A canceled contract line can't be set to auto-renew"
|
|
272
|
-
msgstr ""
|
|
273
|
-
"Une ligne de contrat annulée ne peut pas être renouvelée automatiquement"
|
|
274
|
-
|
|
275
|
-
#. module: contract
|
|
276
|
-
#. odoo-python
|
|
277
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
278
|
-
#, python-format
|
|
279
|
-
msgid "A contract line with a successor can't be set to auto-renew"
|
|
280
|
-
msgstr ""
|
|
281
|
-
"Une ligne de contrat avec un successeur ne peut pas être configurée pour un "
|
|
282
|
-
"renouvellement automatique"
|
|
283
|
-
|
|
284
|
-
#. module: contract
|
|
285
|
-
#. odoo-python
|
|
286
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
287
|
-
#, python-format
|
|
288
|
-
msgid "A contract line with a successor must have a end date"
|
|
289
|
-
msgstr "Une ligne de contrat vouée à être succédée doit avoir une date de fin"
|
|
290
|
-
|
|
291
|
-
#. module: contract
|
|
292
|
-
#: model:ir.model,name:contract.model_contract_abstract_contract
|
|
293
|
-
msgid "Abstract Recurring Contract"
|
|
294
|
-
msgstr "Base pour les contrats récurrents"
|
|
295
|
-
|
|
296
|
-
#. module: contract
|
|
297
|
-
#: model:ir.model,name:contract.model_contract_abstract_contract_line
|
|
298
|
-
msgid "Abstract Recurring Contract Line"
|
|
299
|
-
msgstr "Base pour les lignes de contrats récurrents"
|
|
300
|
-
|
|
301
269
|
#. module: contract
|
|
302
270
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__access_warning
|
|
303
271
|
msgid "Access warning"
|
|
@@ -352,23 +320,11 @@ msgstr "Ajouter une note"
|
|
|
352
320
|
msgid "Add a section"
|
|
353
321
|
msgstr "Ajouter une section"
|
|
354
322
|
|
|
355
|
-
#. module: contract
|
|
356
|
-
#. odoo-python
|
|
357
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
358
|
-
#, python-format
|
|
359
|
-
msgid "An auto-renew line must have a end date"
|
|
360
|
-
msgstr "Une ligne auto-renouvelable doit avoir une date de fin"
|
|
361
|
-
|
|
362
323
|
#. module: contract
|
|
363
324
|
#: model:ir.model.fields,field_description:contract.field_contract_line__analytic_distribution
|
|
364
325
|
msgid "Analytic Distribution"
|
|
365
326
|
msgstr ""
|
|
366
327
|
|
|
367
|
-
#. module: contract
|
|
368
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__analytic_distribution_search
|
|
369
|
-
msgid "Analytic Distribution Search"
|
|
370
|
-
msgstr ""
|
|
371
|
-
|
|
372
328
|
#. module: contract
|
|
373
329
|
#: model:ir.model.fields,field_description:contract.field_contract_line__analytic_precision
|
|
374
330
|
msgid "Analytic Precision"
|
|
@@ -377,7 +333,6 @@ msgstr ""
|
|
|
377
333
|
#. module: contract
|
|
378
334
|
#. odoo-python
|
|
379
335
|
#: code:addons/contract/models/contract_line.py:0
|
|
380
|
-
#, python-format
|
|
381
336
|
msgid "April"
|
|
382
337
|
msgstr ""
|
|
383
338
|
|
|
@@ -387,22 +342,6 @@ msgstr ""
|
|
|
387
342
|
msgid "Archived"
|
|
388
343
|
msgstr "Archivé"
|
|
389
344
|
|
|
390
|
-
#. module: contract
|
|
391
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
392
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
393
|
-
msgid "Are you sure you want to cancel this line"
|
|
394
|
-
msgstr "Étes-vous certain de vouloir annuler cette ligne ?"
|
|
395
|
-
|
|
396
|
-
#. module: contract
|
|
397
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
398
|
-
msgid "Are you sure you want to re-activate this contract?"
|
|
399
|
-
msgstr "Êtes-vous certain de vouloir réactiver ce contrat ?"
|
|
400
|
-
|
|
401
|
-
#. module: contract
|
|
402
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_terminate_form_view
|
|
403
|
-
msgid "Are you sure you want to terminate this contract?"
|
|
404
|
-
msgstr "Êtes-vous certani de vouloir résilier ce contrat ?"
|
|
405
|
-
|
|
406
345
|
#. module: contract
|
|
407
346
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
|
|
408
347
|
msgid "Associated Partner"
|
|
@@ -416,78 +355,38 @@ msgstr "Nombre de pièces jointes"
|
|
|
416
355
|
#. module: contract
|
|
417
356
|
#. odoo-python
|
|
418
357
|
#: code:addons/contract/models/contract_line.py:0
|
|
419
|
-
#, python-format
|
|
420
358
|
msgid "August"
|
|
421
359
|
msgstr ""
|
|
422
360
|
|
|
423
361
|
#. module: contract
|
|
424
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_auto_renew
|
|
425
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_auto_renew
|
|
426
|
-
#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_auto_renew
|
|
427
|
-
msgid "Auto Renew"
|
|
428
|
-
msgstr "Auto-renouvellement"
|
|
429
|
-
|
|
430
|
-
#. module: contract
|
|
431
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__automatic_price
|
|
432
362
|
#: model:ir.model.fields,field_description:contract.field_contract_line__automatic_price
|
|
433
363
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__automatic_price
|
|
434
364
|
msgid "Auto-price?"
|
|
435
365
|
msgstr "Prix automatique ?"
|
|
436
366
|
|
|
437
367
|
#. module: contract
|
|
438
|
-
#: model:ir.model,name:contract.model_contract_recurrency_basic_mixin
|
|
439
|
-
msgid "Basic recurrency mixin for abstract contract models"
|
|
440
|
-
msgstr ""
|
|
441
|
-
|
|
442
|
-
#. module: contract
|
|
443
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
444
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_terminate_form_view
|
|
445
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
446
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_plan_successor_form_view
|
|
447
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
|
|
448
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_plan_successor_form_view
|
|
449
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_uncancel_form_view
|
|
450
368
|
#: model_terms:ir.ui.view,arch_db:contract.contract_manually_create_invoice_form_view
|
|
451
369
|
msgid "Cancel"
|
|
452
370
|
msgstr "Annuler"
|
|
453
371
|
|
|
454
372
|
#. module: contract
|
|
455
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
456
|
-
msgid "Cancel Contract Termination"
|
|
457
|
-
msgstr "Annuler la résiliation du contrat"
|
|
458
|
-
|
|
459
|
-
#. module: contract
|
|
460
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_cancel_allowed
|
|
461
|
-
msgid "Cancel allowed?"
|
|
462
|
-
msgstr "Annulation autorisée ?"
|
|
463
|
-
|
|
464
|
-
#. module: contract
|
|
465
|
-
#. odoo-python
|
|
466
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
467
|
-
#, python-format
|
|
468
|
-
msgid "Cancel not allowed for this line"
|
|
469
|
-
msgstr "Annulation non autorisée pour cette ligne"
|
|
470
|
-
|
|
471
|
-
#. module: contract
|
|
472
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_canceled
|
|
473
373
|
#: model:ir.model.fields,field_description:contract.field_contract_line__is_canceled
|
|
474
374
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_canceled
|
|
475
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__state__canceled
|
|
476
375
|
msgid "Canceled"
|
|
477
376
|
msgstr "Annulée"
|
|
478
377
|
|
|
479
378
|
#. module: contract
|
|
480
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__product_uom_category_id
|
|
481
379
|
#: model:ir.model.fields,field_description:contract.field_contract_line__product_uom_category_id
|
|
482
380
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__product_uom_category_id
|
|
483
381
|
msgid "Category"
|
|
484
382
|
msgstr ""
|
|
485
383
|
|
|
486
384
|
#. module: contract
|
|
487
|
-
#: model:ir.model.fields,help:contract.
|
|
488
|
-
#: model:ir.model.fields,help:contract.
|
|
489
|
-
|
|
490
|
-
|
|
385
|
+
#: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
|
|
386
|
+
#: model:ir.model.fields,help:contract.field_contract_template__line_recurrence
|
|
387
|
+
msgid ""
|
|
388
|
+
"Check this if you want to control recurrence at the line level instead of "
|
|
389
|
+
"for the whole contract."
|
|
491
390
|
msgstr ""
|
|
492
391
|
|
|
493
392
|
#. module: contract
|
|
@@ -501,11 +400,6 @@ msgstr "Cliquer pour créer un nouveau modèle de contrat."
|
|
|
501
400
|
msgid "Click to create a new contract."
|
|
502
401
|
msgstr "Cliquer pour créer un nouveau contrat."
|
|
503
402
|
|
|
504
|
-
#. module: contract
|
|
505
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__state__closed
|
|
506
|
-
msgid "Closed"
|
|
507
|
-
msgstr "Terminée"
|
|
508
|
-
|
|
509
403
|
#. module: contract
|
|
510
404
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__color
|
|
511
405
|
msgid "Color Index"
|
|
@@ -523,13 +417,6 @@ msgid "Communication"
|
|
|
523
417
|
msgstr ""
|
|
524
418
|
|
|
525
419
|
#. module: contract
|
|
526
|
-
#: model:ir.model,name:contract.model_res_company
|
|
527
|
-
msgid "Companies"
|
|
528
|
-
msgstr "Sociétés"
|
|
529
|
-
|
|
530
|
-
#. module: contract
|
|
531
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__company_id
|
|
532
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__company_id
|
|
533
420
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__company_id
|
|
534
421
|
#: model:ir.model.fields,field_description:contract.field_contract_line__company_id
|
|
535
422
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__company_id
|
|
@@ -541,15 +428,9 @@ msgstr "Société"
|
|
|
541
428
|
#. module: contract
|
|
542
429
|
#. odoo-python
|
|
543
430
|
#: code:addons/contract/models/contract.py:0
|
|
544
|
-
#, python-format
|
|
545
431
|
msgid "Compose Email"
|
|
546
432
|
msgstr "Rédiger courriel"
|
|
547
433
|
|
|
548
|
-
#. module: contract
|
|
549
|
-
#: model:ir.model,name:contract.model_res_config_settings
|
|
550
|
-
msgid "Config Settings"
|
|
551
|
-
msgstr "Configuration"
|
|
552
|
-
|
|
553
434
|
#. module: contract
|
|
554
435
|
#: model:ir.model,name:contract.model_res_partner
|
|
555
436
|
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
|
@@ -559,8 +440,6 @@ msgstr "Contact"
|
|
|
559
440
|
#. module: contract
|
|
560
441
|
#: model:ir.actions.report,name:contract.report_contract
|
|
561
442
|
#: model:ir.model,name:contract.model_contract_contract
|
|
562
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__contract_id
|
|
563
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__contract_id
|
|
564
443
|
#: model:ir.model.fields,field_description:contract.field_contract_line__contract_id
|
|
565
444
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__contract_id
|
|
566
445
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__contract_id
|
|
@@ -580,28 +459,12 @@ msgstr "Contrat No"
|
|
|
580
459
|
msgid "Contract -"
|
|
581
460
|
msgstr "Contrat -"
|
|
582
461
|
|
|
583
|
-
#. module: contract
|
|
584
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_terminate_form_view
|
|
585
|
-
msgid "Contract Contract Terminate"
|
|
586
|
-
msgstr "Résilier le contrat"
|
|
587
|
-
|
|
588
462
|
#. module: contract
|
|
589
463
|
#: model:ir.model,name:contract.model_contract_line
|
|
590
464
|
#: model:ir.model.fields,field_description:contract.field_account_move_line__contract_line_id
|
|
591
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__contract_line_id
|
|
592
465
|
msgid "Contract Line"
|
|
593
466
|
msgstr "Ligne de contrat"
|
|
594
467
|
|
|
595
|
-
#. module: contract
|
|
596
|
-
#: model:ir.model,name:contract.model_contract_line_wizard
|
|
597
|
-
msgid "Contract Line Wizard"
|
|
598
|
-
msgstr "Assistant ligne de contrat"
|
|
599
|
-
|
|
600
|
-
#. module: contract
|
|
601
|
-
#: model:ir.model.fields,help:contract.field_contract_line__predecessor_contract_line_id
|
|
602
|
-
msgid "Contract Line origin of this one."
|
|
603
|
-
msgstr "Source de cette ligne de contrat."
|
|
604
|
-
|
|
605
468
|
#. module: contract
|
|
606
469
|
#: model_terms:ir.ui.view,arch_db:contract.contract_manually_create_invoice_form_view
|
|
607
470
|
msgid "Contract Manually Create Invoice"
|
|
@@ -624,9 +487,20 @@ msgstr ""
|
|
|
624
487
|
|
|
625
488
|
#. module: contract
|
|
626
489
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
490
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
627
491
|
msgid "Contract Name"
|
|
628
492
|
msgstr "Nom du contrat"
|
|
629
493
|
|
|
494
|
+
#. module: contract
|
|
495
|
+
#: model:ir.model,name:contract.model_contract_recurring_mixin
|
|
496
|
+
msgid "Contract Recurring Mixin"
|
|
497
|
+
msgstr ""
|
|
498
|
+
|
|
499
|
+
#. module: contract
|
|
500
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_line_form_view
|
|
501
|
+
msgid "Contract Start & End Dates"
|
|
502
|
+
msgstr ""
|
|
503
|
+
|
|
630
504
|
#. module: contract
|
|
631
505
|
#: model:ir.model,name:contract.model_contract_tag
|
|
632
506
|
#: model:ir.ui.menu,name:contract.contract_tag_menu
|
|
@@ -647,28 +521,15 @@ msgstr "Modèle de contrat"
|
|
|
647
521
|
|
|
648
522
|
#. module: contract
|
|
649
523
|
#: model:ir.model,name:contract.model_contract_template_line
|
|
650
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_template_line_form_view
|
|
651
524
|
msgid "Contract Template Line"
|
|
652
525
|
msgstr "Ligne de modèles de contrat"
|
|
653
526
|
|
|
654
|
-
#. module: contract
|
|
655
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
656
|
-
msgid "Contract Template Lines"
|
|
657
|
-
msgstr "Lignes de modèles de contrat"
|
|
658
|
-
|
|
659
527
|
#. module: contract
|
|
660
528
|
#: model:ir.actions.act_window,name:contract.contract_template_action
|
|
661
529
|
#: model:ir.ui.menu,name:contract.contract_template_menu
|
|
662
530
|
msgid "Contract Templates"
|
|
663
531
|
msgstr "Modèles de contrat"
|
|
664
532
|
|
|
665
|
-
#. module: contract
|
|
666
|
-
#: model:ir.actions.act_window,name:contract.contract_terminate_reason_act_window
|
|
667
|
-
#: model:ir.model,name:contract.model_contract_terminate_reason
|
|
668
|
-
#: model:ir.ui.menu,name:contract.contract_terminate_reason_menu
|
|
669
|
-
msgid "Contract Termination Reason"
|
|
670
|
-
msgstr "Raison de résiliation de contrat"
|
|
671
|
-
|
|
672
533
|
#. module: contract
|
|
673
534
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__contract_to_invoice_ids
|
|
674
535
|
msgid "Contract To Invoice"
|
|
@@ -680,7 +541,6 @@ msgid "Contract To Invoice Count"
|
|
|
680
541
|
msgstr "Nombre de contrat à facturer"
|
|
681
542
|
|
|
682
543
|
#. module: contract
|
|
683
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__contract_type
|
|
684
544
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__contract_type
|
|
685
545
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__contract_type
|
|
686
546
|
#: model:ir.model.fields,field_description:contract.field_contract_template__contract_type
|
|
@@ -689,98 +549,20 @@ msgid "Contract Type"
|
|
|
689
549
|
msgstr "Type de contrat"
|
|
690
550
|
|
|
691
551
|
#. module: contract
|
|
692
|
-
|
|
693
|
-
#:
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
"
|
|
698
|
-
|
|
699
|
-
#. module: contract
|
|
700
|
-
#. odoo-python
|
|
701
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
702
|
-
#, python-format
|
|
703
|
-
msgid "Contract line Un-canceled: %s"
|
|
704
|
-
msgstr ""
|
|
705
|
-
|
|
706
|
-
#. module: contract
|
|
707
|
-
#. odoo-python
|
|
708
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
709
|
-
#, python-format
|
|
710
|
-
msgid "Contract line and its predecessor overlapped"
|
|
711
|
-
msgstr "La ligne de contrat et son prédecesseur se chevauchent"
|
|
712
|
-
|
|
713
|
-
#. module: contract
|
|
714
|
-
#. odoo-python
|
|
715
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
716
|
-
#, python-format
|
|
717
|
-
msgid "Contract line and its successor overlapped"
|
|
718
|
-
msgstr "La ligne de contrat et son successeur se chevauchent"
|
|
719
|
-
|
|
720
|
-
#. module: contract
|
|
721
|
-
#. odoo-python
|
|
722
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
723
|
-
#, python-format
|
|
724
|
-
msgid "Contract line canceled: %s"
|
|
725
|
-
msgstr ""
|
|
726
|
-
|
|
727
|
-
#. module: contract
|
|
728
|
-
#. odoo-python
|
|
729
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
730
|
-
#, python-format
|
|
731
|
-
msgid ""
|
|
732
|
-
"Contract line for <strong>%(product)s</strong>\n"
|
|
733
|
-
" stopped: <br/>\n"
|
|
734
|
-
" - <strong>End</strong>: %(old_end)s -- "
|
|
735
|
-
"%(new_end)s\n"
|
|
736
|
-
" "
|
|
737
|
-
msgstr ""
|
|
738
|
-
|
|
739
|
-
#. module: contract
|
|
740
|
-
#. odoo-python
|
|
741
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
742
|
-
#, python-format
|
|
743
|
-
msgid ""
|
|
744
|
-
"Contract line for <strong>%(product)s</strong>\n"
|
|
745
|
-
" planned a successor: <br/>\n"
|
|
746
|
-
" - <strong>Start</strong>: %(new_date_start)s\n"
|
|
747
|
-
" <br/>\n"
|
|
748
|
-
" - <strong>End</strong>: %(new_date_end)s\n"
|
|
749
|
-
" "
|
|
750
|
-
msgstr ""
|
|
751
|
-
|
|
752
|
-
#. module: contract
|
|
753
|
-
#. odoo-python
|
|
754
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
755
|
-
#, python-format
|
|
756
|
-
msgid ""
|
|
757
|
-
"Contract line for <strong>%(product)s</strong>\n"
|
|
758
|
-
" renewed: <br/>\n"
|
|
759
|
-
" - <strong>Start</strong>: %(new_date_start)s\n"
|
|
760
|
-
" <br/>\n"
|
|
761
|
-
" - <strong>End</strong>: %(new_date_end)s\n"
|
|
762
|
-
" "
|
|
552
|
+
#: model:ir.model.fields,help:contract.field_contract_contract__date_start
|
|
553
|
+
#: model:ir.model.fields,help:contract.field_contract_line__date_start
|
|
554
|
+
#: model:ir.model.fields,help:contract.field_contract_recurring_mixin__date_start
|
|
555
|
+
#: model:ir.model.fields,help:contract.field_contract_template__date_start
|
|
556
|
+
#: model:ir.model.fields,help:contract.field_contract_template_line__date_start
|
|
557
|
+
msgid "Contract activation date (first recurrence starts here)"
|
|
763
558
|
msgstr ""
|
|
764
559
|
|
|
765
560
|
#. module: contract
|
|
766
561
|
#. odoo-python
|
|
767
562
|
#: code:addons/contract/models/contract_line.py:0
|
|
768
|
-
|
|
769
|
-
msgid ""
|
|
770
|
-
"Contract line for <strong>%(product)s</strong>\n"
|
|
771
|
-
" suspended: <br/>\n"
|
|
772
|
-
" - <strong>Suspension Start</strong>: %(new_date_start)s\n"
|
|
773
|
-
" <br/>\n"
|
|
774
|
-
" - <strong>Suspension End</strong>: %(new_date_end)s\n"
|
|
775
|
-
" "
|
|
563
|
+
msgid "Contract line '%s' start date can't be later than end date"
|
|
776
564
|
msgstr ""
|
|
777
|
-
|
|
778
|
-
#. module: contract
|
|
779
|
-
#. odoo-python
|
|
780
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
781
|
-
#, python-format
|
|
782
|
-
msgid "Contract line must be canceled before delete"
|
|
783
|
-
msgstr "La ligne de contrat doit être annulée avant d'être supprimée"
|
|
565
|
+
"La ligne de contrat contrat '%s' ne peut pas démarrer après la date de fin"
|
|
784
566
|
|
|
785
567
|
#. module: contract
|
|
786
568
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__contract_line_ids
|
|
@@ -795,7 +577,6 @@ msgstr "Lignes de contrat (fixe)"
|
|
|
795
577
|
#. module: contract
|
|
796
578
|
#. odoo-python
|
|
797
579
|
#: code:addons/contract/models/contract.py:0
|
|
798
|
-
#, python-format
|
|
799
580
|
msgid "Contract manually invoiced: %(invoice_link)s"
|
|
800
581
|
msgstr ""
|
|
801
582
|
|
|
@@ -807,7 +588,6 @@ msgstr "Modifications de contrat"
|
|
|
807
588
|
#. module: contract
|
|
808
589
|
#. odoo-python
|
|
809
590
|
#: code:addons/contract/models/contract.py:0
|
|
810
|
-
#, python-format
|
|
811
591
|
msgid "Contract start"
|
|
812
592
|
msgstr "Début de contrat"
|
|
813
593
|
|
|
@@ -816,11 +596,6 @@ msgstr "Début de contrat"
|
|
|
816
596
|
msgid "Contract template lines"
|
|
817
597
|
msgstr "Lignes de modèles de contrat"
|
|
818
598
|
|
|
819
|
-
#. module: contract
|
|
820
|
-
#: model:res.groups,name:contract.can_terminate_contract
|
|
821
|
-
msgid "Contract: Can Terminate Contracts"
|
|
822
|
-
msgstr "Contrat : Peut résilier des contrats"
|
|
823
|
-
|
|
824
599
|
#. module: contract
|
|
825
600
|
#: model:ir.model.fields,field_description:contract.field_res_partner__contract_ids
|
|
826
601
|
#: model:ir.model.fields,field_description:contract.field_res_users__contract_ids
|
|
@@ -835,12 +610,10 @@ msgstr "Contrats"
|
|
|
835
610
|
#. module: contract
|
|
836
611
|
#. odoo-python
|
|
837
612
|
#: code:addons/contract/wizards/contract_manually_create_invoice.py:0
|
|
838
|
-
#, python-format
|
|
839
613
|
msgid "Contracts to invoice"
|
|
840
614
|
msgstr "Contrats à facturer"
|
|
841
615
|
|
|
842
616
|
#. module: contract
|
|
843
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__product_uom_category_id
|
|
844
617
|
#: model:ir.model.fields,help:contract.field_contract_line__product_uom_category_id
|
|
845
618
|
#: model:ir.model.fields,help:contract.field_contract_template_line__product_uom_category_id
|
|
846
619
|
msgid ""
|
|
@@ -859,12 +632,6 @@ msgstr "Visibilité de la création de facture"
|
|
|
859
632
|
msgid "Create Invoices"
|
|
860
633
|
msgstr "Créer les factures"
|
|
861
634
|
|
|
862
|
-
#. module: contract
|
|
863
|
-
#: model:ir.model.fields,field_description:contract.field_res_company__create_new_line_at_contract_line_renew
|
|
864
|
-
#: model:ir.model.fields,field_description:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
|
865
|
-
msgid "Create New Line At Contract Line Renew"
|
|
866
|
-
msgstr "Créer une nouvelle ligne au renouvellement de la ligne"
|
|
867
|
-
|
|
868
635
|
#. module: contract
|
|
869
636
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
870
637
|
msgid "Create invoices"
|
|
@@ -872,34 +639,27 @@ msgstr "Créer les factures"
|
|
|
872
639
|
|
|
873
640
|
#. module: contract
|
|
874
641
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__create_uid
|
|
875
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__create_uid
|
|
876
642
|
#: model:ir.model.fields,field_description:contract.field_contract_line__create_uid
|
|
877
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__create_uid
|
|
878
643
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__create_uid
|
|
879
644
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__create_uid
|
|
880
645
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__create_uid
|
|
881
646
|
#: model:ir.model.fields,field_description:contract.field_contract_template__create_uid
|
|
882
647
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__create_uid
|
|
883
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__create_uid
|
|
884
648
|
msgid "Created by"
|
|
885
649
|
msgstr "Créé par"
|
|
886
650
|
|
|
887
651
|
#. module: contract
|
|
888
652
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__create_date
|
|
889
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__create_date
|
|
890
653
|
#: model:ir.model.fields,field_description:contract.field_contract_line__create_date
|
|
891
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__create_date
|
|
892
654
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__create_date
|
|
893
655
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__create_date
|
|
894
656
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__create_date
|
|
895
657
|
#: model:ir.model.fields,field_description:contract.field_contract_template__create_date
|
|
896
658
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__create_date
|
|
897
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__create_date
|
|
898
659
|
msgid "Created on"
|
|
899
660
|
msgstr "Créé le"
|
|
900
661
|
|
|
901
662
|
#. module: contract
|
|
902
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__currency_id
|
|
903
663
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__currency_id
|
|
904
664
|
#: model:ir.model.fields,field_description:contract.field_contract_line__currency_id
|
|
905
665
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__currency_id
|
|
@@ -907,14 +667,12 @@ msgid "Currency"
|
|
|
907
667
|
msgstr "Devise"
|
|
908
668
|
|
|
909
669
|
#. module: contract
|
|
910
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__note_invoicing_mode__custom
|
|
911
670
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__note_invoicing_mode__custom
|
|
912
671
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__note_invoicing_mode__custom
|
|
913
672
|
msgid "Custom"
|
|
914
673
|
msgstr "Personnalisé"
|
|
915
674
|
|
|
916
675
|
#. module: contract
|
|
917
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__contract_type__sale
|
|
918
676
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__contract_type__sale
|
|
919
677
|
#: model:ir.model.fields.selection,name:contract.selection__contract_manually_create_invoice__contract_type__sale
|
|
920
678
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__contract_type__sale
|
|
@@ -950,27 +708,23 @@ msgstr ""
|
|
|
950
708
|
#: model_terms:ir.ui.view,arch_db:contract.portal_my_contracts
|
|
951
709
|
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
|
952
710
|
#: model_terms:ir.ui.view,arch_db:contract.template_contract_modification
|
|
953
|
-
#, python-format
|
|
954
711
|
msgid "Date"
|
|
955
712
|
msgstr ""
|
|
956
713
|
|
|
957
714
|
#. module: contract
|
|
958
715
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__date_end
|
|
959
716
|
#: model:ir.model.fields,field_description:contract.field_contract_line__date_end
|
|
960
|
-
#: model:ir.model.fields,field_description:contract.
|
|
961
|
-
#: model:ir.model.fields,field_description:contract.
|
|
717
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__date_end
|
|
718
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template__date_end
|
|
719
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template_line__date_end
|
|
962
720
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
|
|
963
721
|
msgid "Date End"
|
|
964
722
|
msgstr "Date de fin"
|
|
965
723
|
|
|
966
724
|
#. module: contract
|
|
967
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__date_start
|
|
968
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__date_start
|
|
969
725
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__date_start
|
|
970
726
|
#: model:ir.model.fields,field_description:contract.field_contract_line__date_start
|
|
971
|
-
#: model:ir.model.fields,field_description:contract.
|
|
972
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_basic_mixin__date_start
|
|
973
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_mixin__date_start
|
|
727
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__date_start
|
|
974
728
|
#: model:ir.model.fields,field_description:contract.field_contract_template__date_start
|
|
975
729
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__date_start
|
|
976
730
|
msgid "Date Start"
|
|
@@ -982,12 +736,9 @@ msgid "Date end"
|
|
|
982
736
|
msgstr "Date de fin"
|
|
983
737
|
|
|
984
738
|
#. module: contract
|
|
985
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__recurring_next_date
|
|
986
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_next_date
|
|
987
739
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__recurring_next_date
|
|
988
740
|
#: model:ir.model.fields,field_description:contract.field_contract_line__recurring_next_date
|
|
989
|
-
#: model:ir.model.fields,field_description:contract.
|
|
990
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_mixin__recurring_next_date
|
|
741
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__recurring_next_date
|
|
991
742
|
#: model:ir.model.fields,field_description:contract.field_contract_template__recurring_next_date
|
|
992
743
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__recurring_next_date
|
|
993
744
|
msgid "Date of Next Invoice"
|
|
@@ -999,51 +750,37 @@ msgid "Date of next invoice"
|
|
|
999
750
|
msgstr "Date de la prochaine facture"
|
|
1000
751
|
|
|
1001
752
|
#. module: contract
|
|
1002
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__daily
|
|
1003
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__auto_renew_rule_type__daily
|
|
1004
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__daily
|
|
1005
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__termination_notice_rule_type__daily
|
|
1006
753
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__daily
|
|
1007
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__auto_renew_rule_type__daily
|
|
1008
754
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__daily
|
|
1009
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1010
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_basic_mixin__recurring_rule_type__daily
|
|
1011
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__daily
|
|
755
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__daily
|
|
1012
756
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__daily
|
|
1013
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__auto_renew_rule_type__daily
|
|
1014
757
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__daily
|
|
1015
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__termination_notice_rule_type__daily
|
|
1016
758
|
msgid "Day(s)"
|
|
1017
759
|
msgstr "Jour(s)"
|
|
1018
760
|
|
|
1019
761
|
#. module: contract
|
|
1020
762
|
#. odoo-python
|
|
1021
763
|
#: code:addons/contract/models/contract_line.py:0
|
|
1022
|
-
#, python-format
|
|
1023
764
|
msgid "December"
|
|
1024
765
|
msgstr ""
|
|
1025
766
|
|
|
1026
767
|
#. module: contract
|
|
1027
|
-
#: model:ir.model.fields,help:contract.
|
|
1028
|
-
#: model:ir.model.fields,help:contract.
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
768
|
+
#: model:ir.model.fields,help:contract.field_contract_line__sequence
|
|
769
|
+
#: model:ir.model.fields,help:contract.field_contract_template_line__sequence
|
|
770
|
+
msgid "Defines line ordering in the contract."
|
|
771
|
+
msgstr ""
|
|
772
|
+
|
|
773
|
+
#. module: contract
|
|
774
|
+
#: model:ir.model.fields,help:contract.field_contract_contract__generation_type
|
|
775
|
+
#: model:ir.model.fields,help:contract.field_contract_template__generation_type
|
|
776
|
+
msgid "Defines what document is automatically generated by the cron."
|
|
1035
777
|
msgstr ""
|
|
1036
|
-
"Définit quand la note est facturée :\n"
|
|
1037
|
-
"- Avec la ligne précédente : Si la ligne précédente peut être facturée.\n"
|
|
1038
|
-
"- Avec la ligne suivante : Si la ligne suivante peut être facturée.\n"
|
|
1039
|
-
"- Personnalisé : En fonction de la récurrence à définir."
|
|
1040
778
|
|
|
1041
779
|
#. module: contract
|
|
1042
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__name
|
|
1043
780
|
#: model:ir.model.fields,field_description:contract.field_contract_line__name
|
|
1044
781
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__description
|
|
1045
782
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__name
|
|
1046
|
-
#: model_terms:ir.ui.view,arch_db:contract.
|
|
783
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_line_form_view
|
|
1047
784
|
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
|
1048
785
|
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
|
1049
786
|
#: model_terms:ir.ui.view,arch_db:contract.template_contract_modification
|
|
@@ -1051,7 +788,6 @@ msgid "Description"
|
|
|
1051
788
|
msgstr "Description"
|
|
1052
789
|
|
|
1053
790
|
#. module: contract
|
|
1054
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__discount
|
|
1055
791
|
#: model:ir.model.fields,field_description:contract.field_contract_line__discount
|
|
1056
792
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__discount
|
|
1057
793
|
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
|
@@ -1060,38 +796,28 @@ msgstr "Remise (%)"
|
|
|
1060
796
|
|
|
1061
797
|
#. module: contract
|
|
1062
798
|
#. odoo-python
|
|
1063
|
-
#: code:addons/contract/models/
|
|
1064
|
-
#, python-format
|
|
799
|
+
#: code:addons/contract/models/contract_template_line.py:0
|
|
1065
800
|
msgid "Discount should be less or equal to 100"
|
|
1066
801
|
msgstr "Remise doit être inférieur ou égale à 100"
|
|
1067
802
|
|
|
1068
803
|
#. module: contract
|
|
1069
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__discount
|
|
1070
804
|
#: model:ir.model.fields,help:contract.field_contract_line__discount
|
|
1071
805
|
#: model:ir.model.fields,help:contract.field_contract_template_line__discount
|
|
1072
|
-
msgid ""
|
|
1073
|
-
"Discount that is applied in generated invoices. It should be less or equal "
|
|
1074
|
-
"to 100"
|
|
806
|
+
msgid "Discount to apply on generated invoices. Must be ≤ 100."
|
|
1075
807
|
msgstr ""
|
|
1076
|
-
"Remise appliquée dans la facture générée. Elle doit être inférieur ou égale "
|
|
1077
|
-
"à 100"
|
|
1078
808
|
|
|
1079
809
|
#. module: contract
|
|
1080
810
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__display_name
|
|
1081
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__display_name
|
|
1082
811
|
#: model:ir.model.fields,field_description:contract.field_contract_line__display_name
|
|
1083
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__display_name
|
|
1084
812
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__display_name
|
|
1085
813
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__display_name
|
|
1086
814
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__display_name
|
|
1087
815
|
#: model:ir.model.fields,field_description:contract.field_contract_template__display_name
|
|
1088
816
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__display_name
|
|
1089
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__display_name
|
|
1090
817
|
msgid "Display Name"
|
|
1091
818
|
msgstr "Nom à afficher"
|
|
1092
819
|
|
|
1093
820
|
#. module: contract
|
|
1094
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__display_type
|
|
1095
821
|
#: model:ir.model.fields,field_description:contract.field_contract_line__display_type
|
|
1096
822
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__display_type
|
|
1097
823
|
msgid "Display Type"
|
|
@@ -1110,7 +836,6 @@ msgstr ""
|
|
|
1110
836
|
#. module: contract
|
|
1111
837
|
#. odoo-python
|
|
1112
838
|
#: code:addons/contract/wizards/contract_manually_create_invoice.py:0
|
|
1113
|
-
#, python-format
|
|
1114
839
|
msgid ""
|
|
1115
840
|
"Failed to process the contract %(name)s [id: %(id)s]:\n"
|
|
1116
841
|
"%(ue)s"
|
|
@@ -1119,7 +844,6 @@ msgstr ""
|
|
|
1119
844
|
#. module: contract
|
|
1120
845
|
#. odoo-python
|
|
1121
846
|
#: code:addons/contract/models/contract_line.py:0
|
|
1122
|
-
#, python-format
|
|
1123
847
|
msgid "February"
|
|
1124
848
|
msgstr ""
|
|
1125
849
|
|
|
@@ -1154,7 +878,6 @@ msgid "Generate Recurring Invoices from Contracts"
|
|
|
1154
878
|
msgstr "Générer les factures récurrentes pour les contrats"
|
|
1155
879
|
|
|
1156
880
|
#. module: contract
|
|
1157
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__generation_type
|
|
1158
881
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__generation_type
|
|
1159
882
|
#: model:ir.model.fields,field_description:contract.field_contract_template__generation_type
|
|
1160
883
|
msgid "Generation Type"
|
|
@@ -1178,15 +901,12 @@ msgstr ""
|
|
|
1178
901
|
|
|
1179
902
|
#. module: contract
|
|
1180
903
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__id
|
|
1181
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__id
|
|
1182
904
|
#: model:ir.model.fields,field_description:contract.field_contract_line__id
|
|
1183
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__id
|
|
1184
905
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__id
|
|
1185
906
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__id
|
|
1186
907
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__id
|
|
1187
908
|
#: model:ir.model.fields,field_description:contract.field_contract_template__id
|
|
1188
909
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__id
|
|
1189
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__id
|
|
1190
910
|
msgid "ID"
|
|
1191
911
|
msgstr ""
|
|
1192
912
|
|
|
@@ -1200,19 +920,6 @@ msgstr "Icône"
|
|
|
1200
920
|
msgid "Icon to indicate an exception activity."
|
|
1201
921
|
msgstr "Icône indiquant une activité d'exception."
|
|
1202
922
|
|
|
1203
|
-
#. module: contract
|
|
1204
|
-
#: model:ir.model.fields,help:contract.field_res_company__create_new_line_at_contract_line_renew
|
|
1205
|
-
#: model:ir.model.fields,help:contract.field_res_config_settings__create_new_line_at_contract_line_renew
|
|
1206
|
-
msgid ""
|
|
1207
|
-
"If checked, a new line will be generated at contract line renew and linked "
|
|
1208
|
-
"to the original one as successor. The default behavior is to extend the end "
|
|
1209
|
-
"date of the contract by a new subscription period"
|
|
1210
|
-
msgstr ""
|
|
1211
|
-
"Si coché, une nouvelle ligne sera générée lors du renouvellement de la ligne "
|
|
1212
|
-
"du contrat et liée à l'originale comme son successeur. Le comportement par "
|
|
1213
|
-
"défaut est d'étendre la date de fin du contrat par une nouvelle période "
|
|
1214
|
-
"d'abonnement"
|
|
1215
|
-
|
|
1216
923
|
#. module: contract
|
|
1217
924
|
#: model:ir.model.fields,help:contract.field_contract_contract__message_needaction
|
|
1218
925
|
msgid "If checked, new messages require your attention."
|
|
@@ -1224,26 +931,12 @@ msgid "If checked, some messages have a delivery error."
|
|
|
1224
931
|
msgstr "Si coché, des messages ont une erreur de livraison."
|
|
1225
932
|
|
|
1226
933
|
#. module: contract
|
|
1227
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__automatic_price
|
|
1228
934
|
#: model:ir.model.fields,help:contract.field_contract_line__automatic_price
|
|
1229
935
|
#: model:ir.model.fields,help:contract.field_contract_template_line__automatic_price
|
|
1230
936
|
msgid ""
|
|
1231
|
-
"If
|
|
1232
|
-
"
|
|
1233
|
-
"price"
|
|
1234
|
-
msgstr ""
|
|
1235
|
-
"Si coché, le prix sera obtenu automatiquement à partir de la liste de prix "
|
|
1236
|
-
"des articles. Dans le cas contraire, il vous est possible d'en saisir un "
|
|
1237
|
-
"manuellement"
|
|
1238
|
-
|
|
1239
|
-
#. module: contract
|
|
1240
|
-
#: model:ir.model.fields,help:contract.field_contract_line__successor_contract_line_id
|
|
1241
|
-
msgid ""
|
|
1242
|
-
"In case of restart after suspension, this field contain the new contract "
|
|
1243
|
-
"line created."
|
|
937
|
+
"If checked, the price will be taken from the pricelist. Otherwise, it must "
|
|
938
|
+
"be set manually."
|
|
1244
939
|
msgstr ""
|
|
1245
|
-
"Dans le cas d'un redémarrage après suspension, ce champ contient la nouvelle "
|
|
1246
|
-
"ligne de contrat créée."
|
|
1247
940
|
|
|
1248
941
|
#. module: contract
|
|
1249
942
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_search_view
|
|
@@ -1251,12 +944,6 @@ msgid "In progress"
|
|
|
1251
944
|
msgstr "En cours"
|
|
1252
945
|
|
|
1253
946
|
#. module: contract
|
|
1254
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__state__in-progress
|
|
1255
|
-
msgid "In-progress"
|
|
1256
|
-
msgstr "En cours"
|
|
1257
|
-
|
|
1258
|
-
#. module: contract
|
|
1259
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__generation_type__invoice
|
|
1260
947
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__generation_type__invoice
|
|
1261
948
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__generation_type__invoice
|
|
1262
949
|
msgid "Invoice"
|
|
@@ -1273,12 +960,9 @@ msgid "Invoice Date"
|
|
|
1273
960
|
msgstr "Date de facture"
|
|
1274
961
|
|
|
1275
962
|
#. module: contract
|
|
1276
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__recurring_interval
|
|
1277
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_interval
|
|
1278
963
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__recurring_interval
|
|
1279
964
|
#: model:ir.model.fields,field_description:contract.field_contract_line__recurring_interval
|
|
1280
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1281
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_mixin__recurring_interval
|
|
965
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__recurring_interval
|
|
1282
966
|
#: model:ir.model.fields,field_description:contract.field_contract_template__recurring_interval
|
|
1283
967
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__recurring_interval
|
|
1284
968
|
msgid "Invoice Every"
|
|
@@ -1290,12 +974,9 @@ msgid "Invoice created"
|
|
|
1290
974
|
msgstr "Facture crée"
|
|
1291
975
|
|
|
1292
976
|
#. module: contract
|
|
1293
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__recurring_interval
|
|
1294
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__recurring_interval
|
|
1295
977
|
#: model:ir.model.fields,help:contract.field_contract_contract__recurring_interval
|
|
1296
978
|
#: model:ir.model.fields,help:contract.field_contract_line__recurring_interval
|
|
1297
|
-
#: model:ir.model.fields,help:contract.
|
|
1298
|
-
#: model:ir.model.fields,help:contract.field_contract_recurrency_mixin__recurring_interval
|
|
979
|
+
#: model:ir.model.fields,help:contract.field_contract_recurring_mixin__recurring_interval
|
|
1299
980
|
#: model:ir.model.fields,help:contract.field_contract_template__recurring_interval
|
|
1300
981
|
#: model:ir.model.fields,help:contract.field_contract_template_line__recurring_interval
|
|
1301
982
|
msgid "Invoice every (Days/Week/Month/Year)"
|
|
@@ -1305,70 +986,49 @@ msgstr "Répéter chaque (Jour/Semaine/Mois/Année)"
|
|
|
1305
986
|
#. odoo-python
|
|
1306
987
|
#: code:addons/contract/wizards/contract_manually_create_invoice.py:0
|
|
1307
988
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1308
|
-
#, python-format
|
|
1309
989
|
msgid "Invoices"
|
|
1310
990
|
msgstr "Factures"
|
|
1311
991
|
|
|
992
|
+
#. module: contract
|
|
993
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
994
|
+
msgid "Invoicing"
|
|
995
|
+
msgstr ""
|
|
996
|
+
|
|
1312
997
|
#. module: contract
|
|
1313
998
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__invoice_partner_id
|
|
1314
999
|
msgid "Invoicing contact"
|
|
1315
1000
|
msgstr "Contact lié au contrat"
|
|
1316
1001
|
|
|
1317
1002
|
#. module: contract
|
|
1318
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__recurring_invoicing_offset
|
|
1319
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_invoicing_offset
|
|
1320
1003
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__recurring_invoicing_offset
|
|
1321
1004
|
#: model:ir.model.fields,field_description:contract.field_contract_line__recurring_invoicing_offset
|
|
1322
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1323
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_mixin__recurring_invoicing_offset
|
|
1005
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__recurring_invoicing_offset
|
|
1324
1006
|
#: model:ir.model.fields,field_description:contract.field_contract_template__recurring_invoicing_offset
|
|
1325
1007
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__recurring_invoicing_offset
|
|
1326
1008
|
msgid "Invoicing offset"
|
|
1327
1009
|
msgstr "Décalage de facturation"
|
|
1328
1010
|
|
|
1329
1011
|
#. module: contract
|
|
1330
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__recurring_invoicing_type
|
|
1331
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_invoicing_type
|
|
1332
1012
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__recurring_invoicing_type
|
|
1333
1013
|
#: model:ir.model.fields,field_description:contract.field_contract_line__recurring_invoicing_type
|
|
1334
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1335
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_mixin__recurring_invoicing_type
|
|
1014
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__recurring_invoicing_type
|
|
1336
1015
|
#: model:ir.model.fields,field_description:contract.field_contract_template__recurring_invoicing_type
|
|
1337
1016
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__recurring_invoicing_type
|
|
1338
1017
|
msgid "Invoicing type"
|
|
1339
1018
|
msgstr "Type de facturation"
|
|
1340
1019
|
|
|
1341
|
-
#. module: contract
|
|
1342
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__is_auto_renew
|
|
1343
|
-
msgid "Is Auto Renew"
|
|
1344
|
-
msgstr ""
|
|
1345
|
-
|
|
1346
1020
|
#. module: contract
|
|
1347
1021
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__message_is_follower
|
|
1348
1022
|
msgid "Is Follower"
|
|
1349
1023
|
msgstr "Est abonné"
|
|
1350
1024
|
|
|
1351
|
-
#. module: contract
|
|
1352
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__is_recurring_note
|
|
1353
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
|
|
1354
|
-
#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
|
|
1355
|
-
msgid "Is Recurring Note"
|
|
1356
|
-
msgstr ""
|
|
1357
|
-
|
|
1358
|
-
#. module: contract
|
|
1359
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
|
|
1360
|
-
msgid "Is suspension without end date"
|
|
1361
|
-
msgstr "Supsension sans date de fin"
|
|
1362
|
-
|
|
1363
1025
|
#. module: contract
|
|
1364
1026
|
#. odoo-python
|
|
1365
1027
|
#: code:addons/contract/models/contract_line.py:0
|
|
1366
|
-
#, python-format
|
|
1367
1028
|
msgid "January"
|
|
1368
1029
|
msgstr ""
|
|
1369
1030
|
|
|
1370
1031
|
#. module: contract
|
|
1371
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__journal_id
|
|
1372
1032
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__journal_id
|
|
1373
1033
|
#: model:ir.model.fields,field_description:contract.field_contract_template__journal_id
|
|
1374
1034
|
#: model_terms:ir.ui.view,arch_db:contract.contract_template_search_view
|
|
@@ -1388,51 +1048,43 @@ msgstr ""
|
|
|
1388
1048
|
#. module: contract
|
|
1389
1049
|
#. odoo-python
|
|
1390
1050
|
#: code:addons/contract/models/contract_line.py:0
|
|
1391
|
-
#, python-format
|
|
1392
1051
|
msgid "July"
|
|
1393
1052
|
msgstr ""
|
|
1394
1053
|
|
|
1395
1054
|
#. module: contract
|
|
1396
1055
|
#. odoo-python
|
|
1397
1056
|
#: code:addons/contract/models/contract_line.py:0
|
|
1398
|
-
#, python-format
|
|
1399
1057
|
msgid "June"
|
|
1400
1058
|
msgstr ""
|
|
1401
1059
|
|
|
1402
1060
|
#. module: contract
|
|
1403
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__last_date_invoiced
|
|
1404
1061
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__last_date_invoiced
|
|
1405
1062
|
#: model:ir.model.fields,field_description:contract.field_contract_line__last_date_invoiced
|
|
1406
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1063
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__last_date_invoiced
|
|
1064
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template__last_date_invoiced
|
|
1407
1065
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__last_date_invoiced
|
|
1408
1066
|
msgid "Last Date Invoiced"
|
|
1409
1067
|
msgstr "Dernière date facturée"
|
|
1410
1068
|
|
|
1411
1069
|
#. module: contract
|
|
1412
1070
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__write_uid
|
|
1413
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__write_uid
|
|
1414
1071
|
#: model:ir.model.fields,field_description:contract.field_contract_line__write_uid
|
|
1415
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__write_uid
|
|
1416
1072
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__write_uid
|
|
1417
1073
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__write_uid
|
|
1418
1074
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__write_uid
|
|
1419
1075
|
#: model:ir.model.fields,field_description:contract.field_contract_template__write_uid
|
|
1420
1076
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__write_uid
|
|
1421
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__write_uid
|
|
1422
1077
|
msgid "Last Updated by"
|
|
1423
1078
|
msgstr "Dernière mise à jour par"
|
|
1424
1079
|
|
|
1425
1080
|
#. module: contract
|
|
1426
1081
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__write_date
|
|
1427
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__write_date
|
|
1428
1082
|
#: model:ir.model.fields,field_description:contract.field_contract_line__write_date
|
|
1429
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__write_date
|
|
1430
1083
|
#: model:ir.model.fields,field_description:contract.field_contract_manually_create_invoice__write_date
|
|
1431
1084
|
#: model:ir.model.fields,field_description:contract.field_contract_modification__write_date
|
|
1432
1085
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__write_date
|
|
1433
1086
|
#: model:ir.model.fields,field_description:contract.field_contract_template__write_date
|
|
1434
1087
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__write_date
|
|
1435
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__write_date
|
|
1436
1088
|
msgid "Last Updated on"
|
|
1437
1089
|
msgstr "Dernière mise à jour le"
|
|
1438
1090
|
|
|
@@ -1443,17 +1095,16 @@ msgid "Legend (for the markers inside invoice lines description)"
|
|
|
1443
1095
|
msgstr ""
|
|
1444
1096
|
"Légende (pour les marqueurs dans la description des lignes de facturation)"
|
|
1445
1097
|
|
|
1098
|
+
#. module: contract
|
|
1099
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
1100
|
+
msgid "Lines"
|
|
1101
|
+
msgstr ""
|
|
1102
|
+
|
|
1446
1103
|
#. module: contract
|
|
1447
1104
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__manual_currency_id
|
|
1448
1105
|
msgid "Manual Currency"
|
|
1449
1106
|
msgstr "Devise manuelle"
|
|
1450
1107
|
|
|
1451
|
-
#. module: contract
|
|
1452
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__manual_renew_needed
|
|
1453
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__manual_renew_needed
|
|
1454
|
-
msgid "Manual Renew Needed"
|
|
1455
|
-
msgstr ""
|
|
1456
|
-
|
|
1457
1108
|
#. module: contract
|
|
1458
1109
|
#: model:ir.actions.act_window,name:contract.purchase_contract_manually_create_invoice_act_window
|
|
1459
1110
|
#: model:ir.ui.menu,name:contract.purchase_contract_manually_create_invoice_menu
|
|
@@ -1469,25 +1120,12 @@ msgstr "Facturer les contrats de vente manuellement"
|
|
|
1469
1120
|
#. module: contract
|
|
1470
1121
|
#. odoo-python
|
|
1471
1122
|
#: code:addons/contract/models/contract_line.py:0
|
|
1472
|
-
#, python-format
|
|
1473
1123
|
msgid "March"
|
|
1474
1124
|
msgstr ""
|
|
1475
1125
|
|
|
1476
|
-
#. module: contract
|
|
1477
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__line_recurrence
|
|
1478
|
-
#: model:ir.model.fields,help:contract.field_contract_contract__line_recurrence
|
|
1479
|
-
#: model:ir.model.fields,help:contract.field_contract_template__line_recurrence
|
|
1480
|
-
msgid ""
|
|
1481
|
-
"Mark this check if you want to control recurrrence at line level instead of "
|
|
1482
|
-
"all together for the whole contract."
|
|
1483
|
-
msgstr ""
|
|
1484
|
-
"Cochez cette case si vous souhaitez contrôler la récurrence au niveau de la "
|
|
1485
|
-
"ligne plutôt que pour l'ensemble du contrat."
|
|
1486
|
-
|
|
1487
1126
|
#. module: contract
|
|
1488
1127
|
#. odoo-python
|
|
1489
1128
|
#: code:addons/contract/models/contract_line.py:0
|
|
1490
|
-
#, python-format
|
|
1491
1129
|
msgid "May"
|
|
1492
1130
|
msgstr ""
|
|
1493
1131
|
|
|
@@ -1508,30 +1146,18 @@ msgid "Modifications"
|
|
|
1508
1146
|
msgstr ""
|
|
1509
1147
|
|
|
1510
1148
|
#. module: contract
|
|
1511
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__monthly
|
|
1512
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__auto_renew_rule_type__monthly
|
|
1513
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__monthly
|
|
1514
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__termination_notice_rule_type__monthly
|
|
1515
1149
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__monthly
|
|
1516
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__auto_renew_rule_type__monthly
|
|
1517
1150
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__monthly
|
|
1518
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1519
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_basic_mixin__recurring_rule_type__monthly
|
|
1520
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__monthly
|
|
1151
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__monthly
|
|
1521
1152
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__monthly
|
|
1522
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__auto_renew_rule_type__monthly
|
|
1523
1153
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__monthly
|
|
1524
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__termination_notice_rule_type__monthly
|
|
1525
1154
|
msgid "Month(s)"
|
|
1526
1155
|
msgstr "Mois"
|
|
1527
1156
|
|
|
1528
1157
|
#. module: contract
|
|
1529
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__monthlylastday
|
|
1530
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__monthlylastday
|
|
1531
1158
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__monthlylastday
|
|
1532
1159
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__monthlylastday
|
|
1533
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1534
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__monthlylastday
|
|
1160
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__monthlylastday
|
|
1535
1161
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__monthlylastday
|
|
1536
1162
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__monthlylastday
|
|
1537
1163
|
msgid "Month(s) last day"
|
|
@@ -1545,13 +1171,10 @@ msgstr ""
|
|
|
1545
1171
|
#. module: contract
|
|
1546
1172
|
#. odoo-python
|
|
1547
1173
|
#: code:addons/contract/controllers/main.py:0
|
|
1548
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__name
|
|
1549
1174
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__name
|
|
1550
1175
|
#: model:ir.model.fields,field_description:contract.field_contract_tag__name
|
|
1551
1176
|
#: model:ir.model.fields,field_description:contract.field_contract_template__name
|
|
1552
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__name
|
|
1553
1177
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_tree_view
|
|
1554
|
-
#, python-format
|
|
1555
1178
|
msgid "Name"
|
|
1556
1179
|
msgstr "Nom"
|
|
1557
1180
|
|
|
@@ -1575,35 +1198,37 @@ msgstr "Type de la prochaine activité"
|
|
|
1575
1198
|
msgid "Next Invoice"
|
|
1576
1199
|
msgstr "Prochaine facture"
|
|
1577
1200
|
|
|
1578
|
-
#. module: contract
|
|
1579
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line_wizard__recurring_next_date
|
|
1580
|
-
msgid "Next Invoice Date"
|
|
1581
|
-
msgstr "Date de la prochaine facture"
|
|
1582
|
-
|
|
1583
1201
|
#. module: contract
|
|
1584
1202
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__next_period_date_end
|
|
1585
1203
|
#: model:ir.model.fields,field_description:contract.field_contract_line__next_period_date_end
|
|
1586
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1204
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__next_period_date_end
|
|
1205
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template__next_period_date_end
|
|
1206
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template_line__next_period_date_end
|
|
1587
1207
|
msgid "Next Period End"
|
|
1588
1208
|
msgstr "Fin de la prochaine période"
|
|
1589
1209
|
|
|
1590
1210
|
#. module: contract
|
|
1591
1211
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__next_period_date_start
|
|
1592
1212
|
#: model:ir.model.fields,field_description:contract.field_contract_line__next_period_date_start
|
|
1593
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1213
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__next_period_date_start
|
|
1214
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template__next_period_date_start
|
|
1215
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template_line__next_period_date_start
|
|
1594
1216
|
msgid "Next Period Start"
|
|
1595
1217
|
msgstr "Début de la prochaine période"
|
|
1596
1218
|
|
|
1597
1219
|
#. module: contract
|
|
1598
|
-
#:
|
|
1220
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_line_form_view
|
|
1221
|
+
msgid "Next period to invoice"
|
|
1222
|
+
msgstr ""
|
|
1223
|
+
|
|
1224
|
+
#. module: contract
|
|
1599
1225
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__display_type__line_note
|
|
1600
1226
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__display_type__line_note
|
|
1601
|
-
#: model_terms:ir.ui.view,arch_db:contract.
|
|
1227
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_line_form_view
|
|
1602
1228
|
msgid "Note"
|
|
1603
1229
|
msgstr "Commentaires"
|
|
1604
1230
|
|
|
1605
1231
|
#. module: contract
|
|
1606
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__note_invoicing_mode
|
|
1607
1232
|
#: model:ir.model.fields,field_description:contract.field_contract_line__note_invoicing_mode
|
|
1608
1233
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__note_invoicing_mode
|
|
1609
1234
|
msgid "Note Invoicing Mode"
|
|
@@ -1617,7 +1242,6 @@ msgstr "Commentaires"
|
|
|
1617
1242
|
#. module: contract
|
|
1618
1243
|
#. odoo-python
|
|
1619
1244
|
#: code:addons/contract/models/contract_line.py:0
|
|
1620
|
-
#, python-format
|
|
1621
1245
|
msgid "November"
|
|
1622
1246
|
msgstr ""
|
|
1623
1247
|
|
|
@@ -1627,12 +1251,9 @@ msgid "Number of Actions"
|
|
|
1627
1251
|
msgstr "Nombre d'actions"
|
|
1628
1252
|
|
|
1629
1253
|
#. module: contract
|
|
1630
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__recurring_invoicing_offset
|
|
1631
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__recurring_invoicing_offset
|
|
1632
1254
|
#: model:ir.model.fields,help:contract.field_contract_contract__recurring_invoicing_offset
|
|
1633
1255
|
#: model:ir.model.fields,help:contract.field_contract_line__recurring_invoicing_offset
|
|
1634
|
-
#: model:ir.model.fields,help:contract.
|
|
1635
|
-
#: model:ir.model.fields,help:contract.field_contract_recurrency_mixin__recurring_invoicing_offset
|
|
1256
|
+
#: model:ir.model.fields,help:contract.field_contract_recurring_mixin__recurring_invoicing_offset
|
|
1636
1257
|
#: model:ir.model.fields,help:contract.field_contract_template__recurring_invoicing_offset
|
|
1637
1258
|
#: model:ir.model.fields,help:contract.field_contract_template_line__recurring_invoicing_offset
|
|
1638
1259
|
msgid ""
|
|
@@ -1660,25 +1281,31 @@ msgstr "Nombre de messages avec erreur de livraison"
|
|
|
1660
1281
|
#. module: contract
|
|
1661
1282
|
#. odoo-python
|
|
1662
1283
|
#: code:addons/contract/models/contract_line.py:0
|
|
1663
|
-
#, python-format
|
|
1664
1284
|
msgid "October"
|
|
1665
1285
|
msgstr ""
|
|
1666
1286
|
|
|
1667
1287
|
#. module: contract
|
|
1668
1288
|
#: model:ir.model.fields,field_description:contract.field_account_bank_statement_line__old_contract_id
|
|
1669
1289
|
#: model:ir.model.fields,field_description:contract.field_account_move__old_contract_id
|
|
1670
|
-
#: model:ir.model.fields,field_description:contract.field_account_payment__old_contract_id
|
|
1671
1290
|
msgid "Old Contract"
|
|
1672
1291
|
msgstr "Ancien contrat"
|
|
1673
1292
|
|
|
1293
|
+
#. module: contract
|
|
1294
|
+
#: model:ir.model.fields,help:contract.field_contract_contract__date_end
|
|
1295
|
+
#: model:ir.model.fields,help:contract.field_contract_line__date_end
|
|
1296
|
+
#: model:ir.model.fields,help:contract.field_contract_recurring_mixin__date_end
|
|
1297
|
+
#: model:ir.model.fields,help:contract.field_contract_template__date_end
|
|
1298
|
+
#: model:ir.model.fields,help:contract.field_contract_template_line__date_end
|
|
1299
|
+
msgid "Optional contract termination date (limits recurrence)"
|
|
1300
|
+
msgstr ""
|
|
1301
|
+
|
|
1674
1302
|
#. module: contract
|
|
1675
1303
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1304
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
1676
1305
|
msgid "Other Information"
|
|
1677
1306
|
msgstr "Autres informations"
|
|
1678
1307
|
|
|
1679
1308
|
#. module: contract
|
|
1680
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__partner_id
|
|
1681
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__partner_id
|
|
1682
1309
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__partner_id
|
|
1683
1310
|
#: model:ir.model.fields,field_description:contract.field_contract_line__partner_id
|
|
1684
1311
|
#: model:ir.model.fields,field_description:contract.field_contract_template__partner_id
|
|
@@ -1691,28 +1318,9 @@ msgstr "Partenaire"
|
|
|
1691
1318
|
msgid "Payment Terms"
|
|
1692
1319
|
msgstr "Conditions de paiement"
|
|
1693
1320
|
|
|
1694
|
-
#. module: contract
|
|
1695
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1696
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
1697
|
-
msgid "Plan Start"
|
|
1698
|
-
msgstr "Date de début de l'abonnement"
|
|
1699
|
-
|
|
1700
|
-
#. module: contract
|
|
1701
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_plan_successor_allowed
|
|
1702
|
-
msgid "Plan successor allowed?"
|
|
1703
|
-
msgstr "Successeur de l'abonnement permis ?"
|
|
1704
|
-
|
|
1705
|
-
#. module: contract
|
|
1706
|
-
#. odoo-python
|
|
1707
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
1708
|
-
#, python-format
|
|
1709
|
-
msgid "Plan successor not allowed for this line"
|
|
1710
|
-
msgstr "Successeur de l'abonnement non autorisé sur cette ligne"
|
|
1711
|
-
|
|
1712
1321
|
#. module: contract
|
|
1713
1322
|
#. odoo-python
|
|
1714
1323
|
#: code:addons/contract/models/contract.py:0
|
|
1715
|
-
#, python-format
|
|
1716
1324
|
msgid ""
|
|
1717
1325
|
"Please define a %(contract_type)s journal for the company '%(company)s'."
|
|
1718
1326
|
msgstr ""
|
|
@@ -1723,34 +1331,23 @@ msgid "Portal Access URL"
|
|
|
1723
1331
|
msgstr ""
|
|
1724
1332
|
|
|
1725
1333
|
#. module: contract
|
|
1726
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_invoicing_type__post-paid
|
|
1727
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_invoicing_type__post-paid
|
|
1728
1334
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_invoicing_type__post-paid
|
|
1729
1335
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_invoicing_type__post-paid
|
|
1730
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1731
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_invoicing_type__post-paid
|
|
1336
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_invoicing_type__post-paid
|
|
1732
1337
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_invoicing_type__post-paid
|
|
1733
1338
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_invoicing_type__post-paid
|
|
1734
1339
|
msgid "Post-paid"
|
|
1735
1340
|
msgstr "Postpayé"
|
|
1736
1341
|
|
|
1737
1342
|
#. module: contract
|
|
1738
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_invoicing_type__pre-paid
|
|
1739
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_invoicing_type__pre-paid
|
|
1740
1343
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_invoicing_type__pre-paid
|
|
1741
1344
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_invoicing_type__pre-paid
|
|
1742
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1743
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_invoicing_type__pre-paid
|
|
1345
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_invoicing_type__pre-paid
|
|
1744
1346
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_invoicing_type__pre-paid
|
|
1745
1347
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_invoicing_type__pre-paid
|
|
1746
1348
|
msgid "Pre-paid"
|
|
1747
1349
|
msgstr "Prépayé"
|
|
1748
1350
|
|
|
1749
|
-
#. module: contract
|
|
1750
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__predecessor_contract_line_id
|
|
1751
|
-
msgid "Predecessor Contract Line"
|
|
1752
|
-
msgstr "Ligne de contrat précédentes"
|
|
1753
|
-
|
|
1754
1351
|
#. module: contract
|
|
1755
1352
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1756
1353
|
msgid "Preview"
|
|
@@ -1762,7 +1359,6 @@ msgid "Price unit"
|
|
|
1762
1359
|
msgstr "Prix Unit."
|
|
1763
1360
|
|
|
1764
1361
|
#. module: contract
|
|
1765
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__pricelist_id
|
|
1766
1362
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__pricelist_id
|
|
1767
1363
|
#: model:ir.model.fields,field_description:contract.field_contract_template__pricelist_id
|
|
1768
1364
|
#: model_terms:ir.ui.view,arch_db:contract.contract_template_search_view
|
|
@@ -1770,7 +1366,6 @@ msgid "Pricelist"
|
|
|
1770
1366
|
msgstr "Liste de prix"
|
|
1771
1367
|
|
|
1772
1368
|
#. module: contract
|
|
1773
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__product_id
|
|
1774
1369
|
#: model:ir.model.fields,field_description:contract.field_contract_line__product_id
|
|
1775
1370
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__product_id
|
|
1776
1371
|
msgid "Product"
|
|
@@ -1784,7 +1379,11 @@ msgid "Purchase Contracts"
|
|
|
1784
1379
|
msgstr "Contrats d'achat"
|
|
1785
1380
|
|
|
1786
1381
|
#. module: contract
|
|
1787
|
-
#:
|
|
1382
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1383
|
+
msgid "Put some note here..."
|
|
1384
|
+
msgstr ""
|
|
1385
|
+
|
|
1386
|
+
#. module: contract
|
|
1788
1387
|
#: model:ir.model.fields,field_description:contract.field_contract_line__quantity
|
|
1789
1388
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__quantity
|
|
1790
1389
|
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
|
@@ -1792,12 +1391,9 @@ msgid "Quantity"
|
|
|
1792
1391
|
msgstr "Quantité"
|
|
1793
1392
|
|
|
1794
1393
|
#. module: contract
|
|
1795
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__quarterly
|
|
1796
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__quarterly
|
|
1797
1394
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__quarterly
|
|
1798
1395
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__quarterly
|
|
1799
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1800
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__quarterly
|
|
1396
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__quarterly
|
|
1801
1397
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__quarterly
|
|
1802
1398
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__quarterly
|
|
1803
1399
|
msgid "Quarter(s)"
|
|
@@ -1809,35 +1405,33 @@ msgid "Ratings"
|
|
|
1809
1405
|
msgstr ""
|
|
1810
1406
|
|
|
1811
1407
|
#. module: contract
|
|
1812
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__recurring_rule_type
|
|
1813
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__recurring_rule_type
|
|
1814
1408
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__recurring_rule_type
|
|
1815
1409
|
#: model:ir.model.fields,field_description:contract.field_contract_line__recurring_rule_type
|
|
1816
|
-
#: model:ir.model.fields,field_description:contract.
|
|
1817
|
-
#: model:ir.model.fields,field_description:contract.field_contract_recurrency_mixin__recurring_rule_type
|
|
1410
|
+
#: model:ir.model.fields,field_description:contract.field_contract_recurring_mixin__recurring_rule_type
|
|
1818
1411
|
#: model:ir.model.fields,field_description:contract.field_contract_template__recurring_rule_type
|
|
1819
1412
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__recurring_rule_type
|
|
1413
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_line_form_view
|
|
1820
1414
|
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
|
1821
1415
|
msgid "Recurrence"
|
|
1822
1416
|
msgstr "Récurrence"
|
|
1823
1417
|
|
|
1824
1418
|
#. module: contract
|
|
1825
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract__line_recurrence
|
|
1826
1419
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__line_recurrence
|
|
1827
1420
|
#: model:ir.model.fields,field_description:contract.field_contract_template__line_recurrence
|
|
1828
1421
|
msgid "Recurrence at line level?"
|
|
1829
1422
|
msgstr "Récurrence au niveau de la ligne ?"
|
|
1830
1423
|
|
|
1831
|
-
#. module: contract
|
|
1832
|
-
#: model:ir.model,name:contract.model_contract_recurrency_mixin
|
|
1833
|
-
msgid "Recurrency mixin for contract models"
|
|
1834
|
-
msgstr ""
|
|
1835
|
-
|
|
1836
1424
|
#. module: contract
|
|
1837
1425
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1838
1426
|
msgid "Recurring Invoices"
|
|
1839
1427
|
msgstr "Factures récurrentes"
|
|
1840
1428
|
|
|
1429
|
+
#. module: contract
|
|
1430
|
+
#: model:ir.model.fields,field_description:contract.field_contract_line__is_recurring_note
|
|
1431
|
+
#: model:ir.model.fields,field_description:contract.field_contract_template_line__is_recurring_note
|
|
1432
|
+
msgid "Recurring Note"
|
|
1433
|
+
msgstr ""
|
|
1434
|
+
|
|
1841
1435
|
#. module: contract
|
|
1842
1436
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1843
1437
|
msgid "Recurring Type"
|
|
@@ -1848,48 +1442,9 @@ msgstr ""
|
|
|
1848
1442
|
#: code:addons/contract/controllers/main.py:0
|
|
1849
1443
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__code
|
|
1850
1444
|
#: model_terms:ir.ui.view,arch_db:contract.portal_my_contracts
|
|
1851
|
-
#, python-format
|
|
1852
1445
|
msgid "Reference"
|
|
1853
1446
|
msgstr "Référence"
|
|
1854
1447
|
|
|
1855
|
-
#. module: contract
|
|
1856
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1857
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
1858
|
-
msgid "Renew"
|
|
1859
|
-
msgstr "Renouveler"
|
|
1860
|
-
|
|
1861
|
-
#. module: contract
|
|
1862
|
-
#: model:ir.actions.server,name:contract.contract_line_cron_for_renew_ir_actions_server
|
|
1863
|
-
msgid "Renew Contract lines"
|
|
1864
|
-
msgstr "Renouveler les lignes de contrat"
|
|
1865
|
-
|
|
1866
|
-
#. module: contract
|
|
1867
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__auto_renew_interval
|
|
1868
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__auto_renew_interval
|
|
1869
|
-
#: model:ir.model.fields,field_description:contract.field_contract_template_line__auto_renew_interval
|
|
1870
|
-
msgid "Renew Every"
|
|
1871
|
-
msgstr "Renouveler chaque"
|
|
1872
|
-
|
|
1873
|
-
#. module: contract
|
|
1874
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__auto_renew_interval
|
|
1875
|
-
#: model:ir.model.fields,help:contract.field_contract_line__auto_renew_interval
|
|
1876
|
-
#: model:ir.model.fields,help:contract.field_contract_template_line__auto_renew_interval
|
|
1877
|
-
msgid "Renew every (Days/Week/Month/Year)"
|
|
1878
|
-
msgstr "Répéter chaque (Jour/Semaine/Mois/Année)"
|
|
1879
|
-
|
|
1880
|
-
#. module: contract
|
|
1881
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__auto_renew_rule_type
|
|
1882
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__auto_renew_rule_type
|
|
1883
|
-
#: model:ir.model.fields,field_description:contract.field_contract_template_line__auto_renew_rule_type
|
|
1884
|
-
msgid "Renewal type"
|
|
1885
|
-
msgstr "Type de renouvellement"
|
|
1886
|
-
|
|
1887
|
-
#. module: contract
|
|
1888
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__terminate_comment_required
|
|
1889
|
-
#: model:ir.model.fields,field_description:contract.field_contract_terminate_reason__terminate_comment_required
|
|
1890
|
-
msgid "Require a termination comment"
|
|
1891
|
-
msgstr "Commentaire de résiliation requis"
|
|
1892
|
-
|
|
1893
1448
|
#. module: contract
|
|
1894
1449
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__user_id
|
|
1895
1450
|
msgid "Responsible"
|
|
@@ -1908,10 +1463,9 @@ msgid "Sale Contracts"
|
|
|
1908
1463
|
msgstr "Contrats de vente"
|
|
1909
1464
|
|
|
1910
1465
|
#. module: contract
|
|
1911
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__display_type__line_section
|
|
1912
1466
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__display_type__line_section
|
|
1913
1467
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__display_type__line_section
|
|
1914
|
-
#: model_terms:ir.ui.view,arch_db:contract.
|
|
1468
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_line_form_view
|
|
1915
1469
|
msgid "Section"
|
|
1916
1470
|
msgstr "Section"
|
|
1917
1471
|
|
|
@@ -1921,12 +1475,9 @@ msgid "Security Token"
|
|
|
1921
1475
|
msgstr ""
|
|
1922
1476
|
|
|
1923
1477
|
#. module: contract
|
|
1924
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__semesterly
|
|
1925
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__semesterly
|
|
1926
1478
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__semesterly
|
|
1927
1479
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__semesterly
|
|
1928
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
1929
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__semesterly
|
|
1480
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__semesterly
|
|
1930
1481
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__semesterly
|
|
1931
1482
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__semesterly
|
|
1932
1483
|
msgid "Semester(s)"
|
|
@@ -1945,24 +1496,15 @@ msgstr "Envoyé"
|
|
|
1945
1496
|
#. module: contract
|
|
1946
1497
|
#. odoo-python
|
|
1947
1498
|
#: code:addons/contract/models/contract_line.py:0
|
|
1948
|
-
#, python-format
|
|
1949
1499
|
msgid "September"
|
|
1950
1500
|
msgstr ""
|
|
1951
1501
|
|
|
1952
1502
|
#. module: contract
|
|
1953
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__sequence
|
|
1954
1503
|
#: model:ir.model.fields,field_description:contract.field_contract_line__sequence
|
|
1955
1504
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__sequence
|
|
1956
1505
|
msgid "Sequence"
|
|
1957
1506
|
msgstr "Séquence"
|
|
1958
1507
|
|
|
1959
|
-
#. module: contract
|
|
1960
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__sequence
|
|
1961
|
-
#: model:ir.model.fields,help:contract.field_contract_line__sequence
|
|
1962
|
-
#: model:ir.model.fields,help:contract.field_contract_template_line__sequence
|
|
1963
|
-
msgid "Sequence of the contract line when displaying contracts"
|
|
1964
|
-
msgstr "Séquence d'affichage de la ligne du contrat"
|
|
1965
|
-
|
|
1966
1508
|
#. module: contract
|
|
1967
1509
|
#: model_terms:ir.ui.view,arch_db:contract.view_partner_form
|
|
1968
1510
|
msgid "Show the purchase contracts for this partner"
|
|
@@ -1974,38 +1516,15 @@ msgid "Show the sale contracts for this partner"
|
|
|
1974
1516
|
msgstr "Afficher les contrats de vente de ce partenaire"
|
|
1975
1517
|
|
|
1976
1518
|
#. module: contract
|
|
1977
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__specific_price
|
|
1978
1519
|
#: model:ir.model.fields,field_description:contract.field_contract_line__specific_price
|
|
1979
1520
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__specific_price
|
|
1980
1521
|
msgid "Specific Price"
|
|
1981
1522
|
msgstr "Prix spécifique"
|
|
1982
1523
|
|
|
1983
1524
|
#. module: contract
|
|
1984
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__recurring_rule_type
|
|
1985
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__recurring_rule_type
|
|
1986
|
-
#: model:ir.model.fields,help:contract.field_contract_contract__recurring_rule_type
|
|
1987
|
-
#: model:ir.model.fields,help:contract.field_contract_line__recurring_rule_type
|
|
1988
|
-
#: model:ir.model.fields,help:contract.field_contract_recurrency_basic_mixin__recurring_rule_type
|
|
1989
|
-
#: model:ir.model.fields,help:contract.field_contract_recurrency_mixin__recurring_rule_type
|
|
1990
|
-
#: model:ir.model.fields,help:contract.field_contract_template__recurring_rule_type
|
|
1991
|
-
#: model:ir.model.fields,help:contract.field_contract_template_line__recurring_rule_type
|
|
1992
|
-
msgid "Specify Interval for automatic invoice generation."
|
|
1993
|
-
msgstr "Spécifier un intervalle pour la création automatique des factures."
|
|
1994
|
-
|
|
1995
|
-
#. module: contract
|
|
1996
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__auto_renew_rule_type
|
|
1997
|
-
#: model:ir.model.fields,help:contract.field_contract_line__auto_renew_rule_type
|
|
1998
|
-
#: model:ir.model.fields,help:contract.field_contract_template_line__auto_renew_rule_type
|
|
1999
|
-
msgid "Specify Interval for automatic renewal."
|
|
2000
|
-
msgstr "Spécifier l'intervalle pour le renouvellement automatique."
|
|
2001
|
-
|
|
2002
|
-
#. module: contract
|
|
2003
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract__recurring_invoicing_type
|
|
2004
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__recurring_invoicing_type
|
|
2005
1525
|
#: model:ir.model.fields,help:contract.field_contract_contract__recurring_invoicing_type
|
|
2006
1526
|
#: model:ir.model.fields,help:contract.field_contract_line__recurring_invoicing_type
|
|
2007
|
-
#: model:ir.model.fields,help:contract.
|
|
2008
|
-
#: model:ir.model.fields,help:contract.field_contract_recurrency_mixin__recurring_invoicing_type
|
|
1527
|
+
#: model:ir.model.fields,help:contract.field_contract_recurring_mixin__recurring_invoicing_type
|
|
2009
1528
|
#: model:ir.model.fields,help:contract.field_contract_template__recurring_invoicing_type
|
|
2010
1529
|
#: model:ir.model.fields,help:contract.field_contract_template_line__recurring_invoicing_type
|
|
2011
1530
|
msgid ""
|
|
@@ -2016,9 +1535,13 @@ msgstr ""
|
|
|
2016
1535
|
"(postpaiement) de la période d'abonnement."
|
|
2017
1536
|
|
|
2018
1537
|
#. module: contract
|
|
2019
|
-
#: model:ir.model.fields,
|
|
2020
|
-
|
|
2021
|
-
|
|
1538
|
+
#: model:ir.model.fields,help:contract.field_contract_contract__recurring_rule_type
|
|
1539
|
+
#: model:ir.model.fields,help:contract.field_contract_line__recurring_rule_type
|
|
1540
|
+
#: model:ir.model.fields,help:contract.field_contract_recurring_mixin__recurring_rule_type
|
|
1541
|
+
#: model:ir.model.fields,help:contract.field_contract_template__recurring_rule_type
|
|
1542
|
+
#: model:ir.model.fields,help:contract.field_contract_template_line__recurring_rule_type
|
|
1543
|
+
msgid "Specify interval for automatic invoice generation."
|
|
1544
|
+
msgstr ""
|
|
2022
1545
|
|
|
2023
1546
|
#. module: contract
|
|
2024
1547
|
#: model:ir.model.fields,help:contract.field_contract_contract__activity_state
|
|
@@ -2034,48 +1557,6 @@ msgstr ""
|
|
|
2034
1557
|
"Planifiée : Activités futures."
|
|
2035
1558
|
|
|
2036
1559
|
#. module: contract
|
|
2037
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2038
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
2039
|
-
msgid "Stop"
|
|
2040
|
-
msgstr "Interrompre"
|
|
2041
|
-
|
|
2042
|
-
#. module: contract
|
|
2043
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
|
|
2044
|
-
msgid "Stop Date"
|
|
2045
|
-
msgstr "Date d'interruption"
|
|
2046
|
-
|
|
2047
|
-
#. module: contract
|
|
2048
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2049
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
2050
|
-
msgid "Stop Plan Successor"
|
|
2051
|
-
msgstr "Interrompre et planifier un successeur"
|
|
2052
|
-
|
|
2053
|
-
#. module: contract
|
|
2054
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_stop_allowed
|
|
2055
|
-
msgid "Stop allowed?"
|
|
2056
|
-
msgstr "Interruption autorisée ?"
|
|
2057
|
-
|
|
2058
|
-
#. module: contract
|
|
2059
|
-
#. odoo-python
|
|
2060
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
2061
|
-
#, python-format
|
|
2062
|
-
msgid "Stop not allowed for this line"
|
|
2063
|
-
msgstr "Interruption non autorisée pour cette ligne"
|
|
2064
|
-
|
|
2065
|
-
#. module: contract
|
|
2066
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_stop_plan_successor_allowed
|
|
2067
|
-
msgid "Stop/Plan successor allowed?"
|
|
2068
|
-
msgstr "Interruption / Planifier un successeur autorisé ?"
|
|
2069
|
-
|
|
2070
|
-
#. module: contract
|
|
2071
|
-
#. odoo-python
|
|
2072
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
2073
|
-
#, python-format
|
|
2074
|
-
msgid "Stop/Plan successor not allowed for this line"
|
|
2075
|
-
msgstr "Interruption / Planifier un successeur non autorisé sur cette ligne"
|
|
2076
|
-
|
|
2077
|
-
#. module: contract
|
|
2078
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__price_subtotal
|
|
2079
1560
|
#: model:ir.model.fields,field_description:contract.field_contract_line__price_subtotal
|
|
2080
1561
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__price_subtotal
|
|
2081
1562
|
#: model_terms:ir.ui.view,arch_db:contract.portal_contract_page
|
|
@@ -2083,12 +1564,6 @@ msgid "Sub Total"
|
|
|
2083
1564
|
msgstr "Sous-total"
|
|
2084
1565
|
|
|
2085
1566
|
#. module: contract
|
|
2086
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__successor_contract_line_id
|
|
2087
|
-
msgid "Successor Contract Line"
|
|
2088
|
-
msgstr "Ligne de contrat successeur"
|
|
2089
|
-
|
|
2090
|
-
#. module: contract
|
|
2091
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__contract_type__purchase
|
|
2092
1567
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__contract_type__purchase
|
|
2093
1568
|
#: model:ir.model.fields.selection,name:contract.selection__contract_manually_create_invoice__contract_type__purchase
|
|
2094
1569
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__contract_type__purchase
|
|
@@ -2112,182 +1587,39 @@ msgstr ""
|
|
|
2112
1587
|
msgid "Supplier Contracts"
|
|
2113
1588
|
msgstr "Contrats d'achats"
|
|
2114
1589
|
|
|
2115
|
-
#. module: contract
|
|
2116
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_plan_successor_form_view
|
|
2117
|
-
msgid "Suspension End Date"
|
|
2118
|
-
msgstr "Date de fin de la suspension"
|
|
2119
|
-
|
|
2120
|
-
#. module: contract
|
|
2121
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_plan_successor_form_view
|
|
2122
|
-
msgid "Suspension Start Date"
|
|
2123
|
-
msgstr "Date de début de la suspension"
|
|
2124
|
-
|
|
2125
1590
|
#. module: contract
|
|
2126
1591
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__tag_ids
|
|
2127
1592
|
msgid "Tags"
|
|
2128
1593
|
msgstr "Étiquettes"
|
|
2129
1594
|
|
|
2130
1595
|
#. module: contract
|
|
2131
|
-
#: model:ir.model.fields,help:contract.field_contract_abstract_contract_line__display_type
|
|
2132
1596
|
#: model:ir.model.fields,help:contract.field_contract_line__display_type
|
|
2133
1597
|
#: model:ir.model.fields,help:contract.field_contract_template_line__display_type
|
|
2134
|
-
msgid "Technical field for UX
|
|
1598
|
+
msgid "Technical field for UX purposes."
|
|
2135
1599
|
msgstr ""
|
|
2136
1600
|
|
|
2137
|
-
#. module: contract
|
|
2138
|
-
#. odoo-python
|
|
2139
|
-
#: code:addons/contract/models/contract.py:0
|
|
2140
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2141
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_terminate_form_view
|
|
2142
|
-
#, python-format
|
|
2143
|
-
msgid "Terminate Contract"
|
|
2144
|
-
msgstr "Résilier le contrat"
|
|
2145
|
-
|
|
2146
|
-
#. module: contract
|
|
2147
|
-
#: model:ir.model,name:contract.model_contract_contract_terminate
|
|
2148
|
-
msgid "Terminate Contract Wizard"
|
|
2149
|
-
msgstr "Assitant de résiliation de contrat"
|
|
2150
|
-
|
|
2151
|
-
#. module: contract
|
|
2152
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__terminate_with_last_date_invoiced
|
|
2153
|
-
msgid "Terminate lines with last date invoiced"
|
|
2154
|
-
msgstr ""
|
|
2155
|
-
|
|
2156
|
-
#. module: contract
|
|
2157
|
-
#: model:ir.model.fields,help:contract.field_contract_contract_terminate__terminate_with_last_date_invoiced
|
|
2158
|
-
msgid ""
|
|
2159
|
-
"Terminate the contract lines with the last invoiced date if they cannot be "
|
|
2160
|
-
"terminated with the date reported in the wizard."
|
|
2161
|
-
msgstr ""
|
|
2162
|
-
|
|
2163
|
-
#. module: contract
|
|
2164
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract__is_terminated
|
|
2165
|
-
msgid "Terminated"
|
|
2166
|
-
msgstr "Résilié"
|
|
2167
|
-
|
|
2168
|
-
#. module: contract
|
|
2169
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract__terminate_comment
|
|
2170
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__terminate_comment
|
|
2171
|
-
msgid "Termination Comment"
|
|
2172
|
-
msgstr "Commentaire de résiliation"
|
|
2173
|
-
|
|
2174
|
-
#. module: contract
|
|
2175
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract__terminate_date
|
|
2176
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__terminate_date
|
|
2177
|
-
msgid "Termination Date"
|
|
2178
|
-
msgstr "Date de résiliation"
|
|
2179
|
-
|
|
2180
|
-
#. module: contract
|
|
2181
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__termination_notice_interval
|
|
2182
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__termination_notice_interval
|
|
2183
|
-
#: model:ir.model.fields,field_description:contract.field_contract_template_line__termination_notice_interval
|
|
2184
|
-
msgid "Termination Notice Before"
|
|
2185
|
-
msgstr "Avis de résiliation avant"
|
|
2186
|
-
|
|
2187
|
-
#. module: contract
|
|
2188
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__termination_notice_date
|
|
2189
|
-
msgid "Termination Notice Date"
|
|
2190
|
-
msgstr ""
|
|
2191
|
-
|
|
2192
|
-
#. module: contract
|
|
2193
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__termination_notice_rule_type
|
|
2194
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__termination_notice_rule_type
|
|
2195
|
-
#: model:ir.model.fields,field_description:contract.field_contract_template_line__termination_notice_rule_type
|
|
2196
|
-
msgid "Termination Notice type"
|
|
2197
|
-
msgstr "Type d'avis d'échéance"
|
|
2198
|
-
|
|
2199
|
-
#. module: contract
|
|
2200
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract__terminate_reason_id
|
|
2201
|
-
#: model:ir.model.fields,field_description:contract.field_contract_contract_terminate__terminate_reason_id
|
|
2202
|
-
msgid "Termination Reason"
|
|
2203
|
-
msgstr "Raison de la résiliation"
|
|
2204
|
-
|
|
2205
|
-
#. module: contract
|
|
2206
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2207
|
-
msgid "This contract was terminated for the reason"
|
|
2208
|
-
msgstr "Ce contrat a été résilié pour la raison"
|
|
2209
|
-
|
|
2210
|
-
#. module: contract
|
|
2211
|
-
#: model:ir.model.fields,help:contract.field_contract_line__manual_renew_needed
|
|
2212
|
-
#: model:ir.model.fields,help:contract.field_contract_line_wizard__manual_renew_needed
|
|
2213
|
-
msgid ""
|
|
2214
|
-
"This flag is used to make a difference between a definitive stopand "
|
|
2215
|
-
"temporary one for which a user is not able to plan asuccessor in advance"
|
|
2216
|
-
msgstr ""
|
|
2217
|
-
"Cet indicateur est utilisé pour différencier une interruption définitive et "
|
|
2218
|
-
"une suspension pour laquelle l'utilisatreur n'est pas en mesure de planifier "
|
|
2219
|
-
"un successeut à l'avance"
|
|
2220
|
-
|
|
2221
|
-
#. module: contract
|
|
2222
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__state__to-renew
|
|
2223
|
-
msgid "To renew"
|
|
2224
|
-
msgstr "À renouveler"
|
|
2225
|
-
|
|
2226
1601
|
#. module: contract
|
|
2227
1602
|
#: model:ir.model.fields,help:contract.field_contract_contract__activity_exception_decoration
|
|
2228
1603
|
msgid "Type of the exception activity on record."
|
|
2229
1604
|
msgstr ""
|
|
2230
1605
|
|
|
2231
1606
|
#. module: contract
|
|
2232
|
-
#: model:ir.model.fields,field_description:contract.field_contract_line__is_un_cancel_allowed
|
|
2233
|
-
msgid "Un-Cancel allowed?"
|
|
2234
|
-
msgstr "Annulation de l'annulation permise ?"
|
|
2235
|
-
|
|
2236
|
-
#. module: contract
|
|
2237
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2238
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_tree_view
|
|
2239
|
-
msgid "Un-cancel"
|
|
2240
|
-
msgstr "Annuler l'annulation"
|
|
2241
|
-
|
|
2242
|
-
#. module: contract
|
|
2243
|
-
#. odoo-python
|
|
2244
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
2245
|
-
#, python-format
|
|
2246
|
-
msgid "Un-cancel not allowed for this line"
|
|
2247
|
-
msgstr "Annulation de l'annulation non autorisée pour cette ligne"
|
|
2248
|
-
|
|
2249
|
-
#. module: contract
|
|
2250
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__price_unit
|
|
2251
1607
|
#: model:ir.model.fields,field_description:contract.field_contract_line__price_unit
|
|
2252
1608
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__price_unit
|
|
2253
1609
|
msgid "Unit Price"
|
|
2254
1610
|
msgstr "Prix Unitaire"
|
|
2255
1611
|
|
|
2256
1612
|
#. module: contract
|
|
2257
|
-
#: model:ir.model.fields,field_description:contract.field_contract_abstract_contract_line__uom_id
|
|
2258
1613
|
#: model:ir.model.fields,field_description:contract.field_contract_line__uom_id
|
|
2259
1614
|
#: model:ir.model.fields,field_description:contract.field_contract_template_line__uom_id
|
|
2260
1615
|
msgid "Unit of Measure"
|
|
2261
1616
|
msgstr "Unité de mesure"
|
|
2262
1617
|
|
|
2263
|
-
#. module: contract
|
|
2264
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__state__upcoming
|
|
2265
|
-
msgid "Upcoming"
|
|
2266
|
-
msgstr "À venir"
|
|
2267
|
-
|
|
2268
|
-
#. module: contract
|
|
2269
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__state__upcoming-close
|
|
2270
|
-
msgid "Upcoming Close"
|
|
2271
|
-
msgstr "Interruption à venir"
|
|
2272
|
-
|
|
2273
|
-
#. module: contract
|
|
2274
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2275
|
-
msgid "Update Termination Details"
|
|
2276
|
-
msgstr "Mettre à jour les détails de résiliation"
|
|
2277
|
-
|
|
2278
1618
|
#. module: contract
|
|
2279
1619
|
#: model_terms:ir.ui.view,arch_db:contract.report_contract_document
|
|
2280
1620
|
msgid "VAT:"
|
|
2281
1621
|
msgstr "TVA :"
|
|
2282
1622
|
|
|
2283
|
-
#. module: contract
|
|
2284
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_plan_successor_form_view
|
|
2285
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_form_view
|
|
2286
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_stop_plan_successor_form_view
|
|
2287
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_line_wizard_uncancel_form_view
|
|
2288
|
-
msgid "Validate"
|
|
2289
|
-
msgstr "Valider"
|
|
2290
|
-
|
|
2291
1623
|
#. module: contract
|
|
2292
1624
|
#: model:ir.model.fields,field_description:contract.field_contract_contract__website_message_ids
|
|
2293
1625
|
msgid "Website Messages"
|
|
@@ -2299,32 +1631,27 @@ msgid "Website communication history"
|
|
|
2299
1631
|
msgstr "Historique de la communication du site web"
|
|
2300
1632
|
|
|
2301
1633
|
#. module: contract
|
|
2302
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__weekly
|
|
2303
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__auto_renew_rule_type__weekly
|
|
2304
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__weekly
|
|
2305
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__termination_notice_rule_type__weekly
|
|
2306
1634
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__weekly
|
|
2307
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__auto_renew_rule_type__weekly
|
|
2308
1635
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__weekly
|
|
2309
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
2310
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_basic_mixin__recurring_rule_type__weekly
|
|
2311
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__weekly
|
|
1636
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__weekly
|
|
2312
1637
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__weekly
|
|
2313
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__auto_renew_rule_type__weekly
|
|
2314
1638
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__weekly
|
|
2315
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__termination_notice_rule_type__weekly
|
|
2316
1639
|
msgid "Week(s)"
|
|
2317
1640
|
msgstr "Semaine(s)"
|
|
2318
1641
|
|
|
2319
1642
|
#. module: contract
|
|
2320
|
-
#: model:ir.model.fields
|
|
1643
|
+
#: model:ir.model.fields,help:contract.field_contract_line__note_invoicing_mode
|
|
1644
|
+
#: model:ir.model.fields,help:contract.field_contract_template_line__note_invoicing_mode
|
|
1645
|
+
msgid "When to invoice this note line relative to others."
|
|
1646
|
+
msgstr ""
|
|
1647
|
+
|
|
1648
|
+
#. module: contract
|
|
2321
1649
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__note_invoicing_mode__with_next_line
|
|
2322
1650
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__note_invoicing_mode__with_next_line
|
|
2323
1651
|
msgid "With next line"
|
|
2324
1652
|
msgstr "Avec la ligne suivante"
|
|
2325
1653
|
|
|
2326
1654
|
#. module: contract
|
|
2327
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__note_invoicing_mode__with_previous_line
|
|
2328
1655
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__note_invoicing_mode__with_previous_line
|
|
2329
1656
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__note_invoicing_mode__with_previous_line
|
|
2330
1657
|
msgid "With previous line"
|
|
@@ -2336,39 +1663,17 @@ msgid "With running contracts"
|
|
|
2336
1663
|
msgstr "Avec contrats en cours"
|
|
2337
1664
|
|
|
2338
1665
|
#. module: contract
|
|
2339
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract__recurring_rule_type__yearly
|
|
2340
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__auto_renew_rule_type__yearly
|
|
2341
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_abstract_contract_line__recurring_rule_type__yearly
|
|
2342
1666
|
#: model:ir.model.fields.selection,name:contract.selection__contract_contract__recurring_rule_type__yearly
|
|
2343
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_line__auto_renew_rule_type__yearly
|
|
2344
1667
|
#: model:ir.model.fields.selection,name:contract.selection__contract_line__recurring_rule_type__yearly
|
|
2345
|
-
#: model:ir.model.fields.selection,name:contract.
|
|
2346
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_recurrency_mixin__recurring_rule_type__yearly
|
|
1668
|
+
#: model:ir.model.fields.selection,name:contract.selection__contract_recurring_mixin__recurring_rule_type__yearly
|
|
2347
1669
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template__recurring_rule_type__yearly
|
|
2348
|
-
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__auto_renew_rule_type__yearly
|
|
2349
1670
|
#: model:ir.model.fields.selection,name:contract.selection__contract_template_line__recurring_rule_type__yearly
|
|
2350
1671
|
msgid "Year(s)"
|
|
2351
1672
|
msgstr "Année(s)"
|
|
2352
1673
|
|
|
2353
|
-
#. module: contract
|
|
2354
|
-
#. odoo-python
|
|
2355
|
-
#: code:addons/contract/models/contract.py:0
|
|
2356
|
-
#, python-format
|
|
2357
|
-
msgid "You are not allowed to terminate contracts."
|
|
2358
|
-
msgstr "Vous n'êtes pas autorisé à résilier des contrats."
|
|
2359
|
-
|
|
2360
1674
|
#. module: contract
|
|
2361
1675
|
#. odoo-python
|
|
2362
1676
|
#: code:addons/contract/models/contract_line.py:0
|
|
2363
|
-
#, python-format
|
|
2364
|
-
msgid "You can't delay a contract line invoiced at least one time."
|
|
2365
|
-
msgstr ""
|
|
2366
|
-
"Vous ne pouvez pas retarder une ligne de contrat facturer au moins une fois."
|
|
2367
|
-
|
|
2368
|
-
#. module: contract
|
|
2369
|
-
#. odoo-python
|
|
2370
|
-
#: code:addons/contract/models/contract_line.py:0
|
|
2371
|
-
#, python-format
|
|
2372
1677
|
msgid ""
|
|
2373
1678
|
"You can't have a date of next invoice anterior to the start of the contract "
|
|
2374
1679
|
"line '%s'"
|
|
@@ -2379,7 +1684,6 @@ msgstr ""
|
|
|
2379
1684
|
#. module: contract
|
|
2380
1685
|
#. odoo-python
|
|
2381
1686
|
#: code:addons/contract/models/contract_line.py:0
|
|
2382
|
-
#, python-format
|
|
2383
1687
|
msgid ""
|
|
2384
1688
|
"You can't have the end date before the date of last invoice for the contract "
|
|
2385
1689
|
"line '%s'"
|
|
@@ -2390,7 +1694,6 @@ msgstr ""
|
|
|
2390
1694
|
#. module: contract
|
|
2391
1695
|
#. odoo-python
|
|
2392
1696
|
#: code:addons/contract/models/contract_line.py:0
|
|
2393
|
-
#, python-format
|
|
2394
1697
|
msgid ""
|
|
2395
1698
|
"You can't have the next invoice date before the date of last invoice for the "
|
|
2396
1699
|
"contract line '%s'"
|
|
@@ -2401,7 +1704,6 @@ msgstr ""
|
|
|
2401
1704
|
#. module: contract
|
|
2402
1705
|
#. odoo-python
|
|
2403
1706
|
#: code:addons/contract/models/contract_line.py:0
|
|
2404
|
-
#, python-format
|
|
2405
1707
|
msgid ""
|
|
2406
1708
|
"You can't have the start date after the date of last invoice for the "
|
|
2407
1709
|
"contract line '%s'"
|
|
@@ -2412,7 +1714,6 @@ msgstr ""
|
|
|
2412
1714
|
#. module: contract
|
|
2413
1715
|
#. odoo-python
|
|
2414
1716
|
#: code:addons/contract/models/contract_line.py:0
|
|
2415
|
-
#, python-format
|
|
2416
1717
|
msgid "You must supply a date of next invoice for contract line '%s'"
|
|
2417
1718
|
msgstr ""
|
|
2418
1719
|
"Vous devez indiquer la date de prochaine facturation pour le contrat '%s'"
|
|
@@ -2420,20 +1721,15 @@ msgstr ""
|
|
|
2420
1721
|
#. module: contract
|
|
2421
1722
|
#. odoo-python
|
|
2422
1723
|
#: code:addons/contract/models/contract.py:0
|
|
2423
|
-
#, python-format
|
|
2424
1724
|
msgid "by contract"
|
|
2425
1725
|
msgstr ""
|
|
2426
1726
|
|
|
2427
1727
|
#. module: contract
|
|
2428
1728
|
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
1729
|
+
#: model_terms:ir.ui.view,arch_db:contract.contract_template_form_view
|
|
2429
1730
|
msgid "e.g. Contract XYZ"
|
|
2430
1731
|
msgstr "par ex. Contrat XYZ"
|
|
2431
1732
|
|
|
2432
|
-
#. module: contract
|
|
2433
|
-
#: model_terms:ir.ui.view,arch_db:contract.contract_contract_form_view
|
|
2434
|
-
msgid "on"
|
|
2435
|
-
msgstr "le"
|
|
2436
|
-
|
|
2437
1733
|
#. module: contract
|
|
2438
1734
|
#: model:mail.template,subject:contract.email_contract_template
|
|
2439
1735
|
msgid "{{ object.company_id.name }} Contract (Ref {{ object.name or 'n/a' }})"
|
|
@@ -2446,6 +1742,309 @@ msgid ""
|
|
|
2446
1742
|
"Modifications"
|
|
2447
1743
|
msgstr ""
|
|
2448
1744
|
|
|
1745
|
+
#~ msgid "<strong>#START#</strong>: Start date of the invoiced period"
|
|
1746
|
+
#~ msgstr ""
|
|
1747
|
+
#~ "<strong>#START#</strong>: Date de début de la période de facturation"
|
|
1748
|
+
|
|
1749
|
+
#, python-format
|
|
1750
|
+
#~ msgid "A canceled contract line can't be set to auto-renew"
|
|
1751
|
+
#~ msgstr ""
|
|
1752
|
+
#~ "Une ligne de contrat annulée ne peut pas être renouvelée automatiquement"
|
|
1753
|
+
|
|
1754
|
+
#, python-format
|
|
1755
|
+
#~ msgid "A contract line with a successor can't be set to auto-renew"
|
|
1756
|
+
#~ msgstr ""
|
|
1757
|
+
#~ "Une ligne de contrat avec un successeur ne peut pas être configurée pour "
|
|
1758
|
+
#~ "un renouvellement automatique"
|
|
1759
|
+
|
|
1760
|
+
#, python-format
|
|
1761
|
+
#~ msgid "A contract line with a successor must have a end date"
|
|
1762
|
+
#~ msgstr ""
|
|
1763
|
+
#~ "Une ligne de contrat vouée à être succédée doit avoir une date de fin"
|
|
1764
|
+
|
|
1765
|
+
#~ msgid "Abstract Recurring Contract"
|
|
1766
|
+
#~ msgstr "Base pour les contrats récurrents"
|
|
1767
|
+
|
|
1768
|
+
#~ msgid "Abstract Recurring Contract Line"
|
|
1769
|
+
#~ msgstr "Base pour les lignes de contrats récurrents"
|
|
1770
|
+
|
|
1771
|
+
#, python-format
|
|
1772
|
+
#~ msgid "An auto-renew line must have a end date"
|
|
1773
|
+
#~ msgstr "Une ligne auto-renouvelable doit avoir une date de fin"
|
|
1774
|
+
|
|
1775
|
+
#~ msgid "Are you sure you want to cancel this line"
|
|
1776
|
+
#~ msgstr "Étes-vous certain de vouloir annuler cette ligne ?"
|
|
1777
|
+
|
|
1778
|
+
#~ msgid "Are you sure you want to re-activate this contract?"
|
|
1779
|
+
#~ msgstr "Êtes-vous certain de vouloir réactiver ce contrat ?"
|
|
1780
|
+
|
|
1781
|
+
#~ msgid "Are you sure you want to terminate this contract?"
|
|
1782
|
+
#~ msgstr "Êtes-vous certani de vouloir résilier ce contrat ?"
|
|
1783
|
+
|
|
1784
|
+
#~ msgid "Auto Renew"
|
|
1785
|
+
#~ msgstr "Auto-renouvellement"
|
|
1786
|
+
|
|
1787
|
+
#~ msgid "Cancel Contract Termination"
|
|
1788
|
+
#~ msgstr "Annuler la résiliation du contrat"
|
|
1789
|
+
|
|
1790
|
+
#~ msgid "Cancel allowed?"
|
|
1791
|
+
#~ msgstr "Annulation autorisée ?"
|
|
1792
|
+
|
|
1793
|
+
#, python-format
|
|
1794
|
+
#~ msgid "Cancel not allowed for this line"
|
|
1795
|
+
#~ msgstr "Annulation non autorisée pour cette ligne"
|
|
1796
|
+
|
|
1797
|
+
#~ msgid "Closed"
|
|
1798
|
+
#~ msgstr "Terminée"
|
|
1799
|
+
|
|
1800
|
+
#~ msgid "Companies"
|
|
1801
|
+
#~ msgstr "Sociétés"
|
|
1802
|
+
|
|
1803
|
+
#~ msgid "Config Settings"
|
|
1804
|
+
#~ msgstr "Configuration"
|
|
1805
|
+
|
|
1806
|
+
#~ msgid "Contract Contract Terminate"
|
|
1807
|
+
#~ msgstr "Résilier le contrat"
|
|
1808
|
+
|
|
1809
|
+
#~ msgid "Contract Line Wizard"
|
|
1810
|
+
#~ msgstr "Assistant ligne de contrat"
|
|
1811
|
+
|
|
1812
|
+
#~ msgid "Contract Line origin of this one."
|
|
1813
|
+
#~ msgstr "Source de cette ligne de contrat."
|
|
1814
|
+
|
|
1815
|
+
#~ msgid "Contract Template Lines"
|
|
1816
|
+
#~ msgstr "Lignes de modèles de contrat"
|
|
1817
|
+
|
|
1818
|
+
#~ msgid "Contract Termination Reason"
|
|
1819
|
+
#~ msgstr "Raison de résiliation de contrat"
|
|
1820
|
+
|
|
1821
|
+
#, python-format
|
|
1822
|
+
#~ msgid "Contract line and its predecessor overlapped"
|
|
1823
|
+
#~ msgstr "La ligne de contrat et son prédecesseur se chevauchent"
|
|
1824
|
+
|
|
1825
|
+
#, python-format
|
|
1826
|
+
#~ msgid "Contract line and its successor overlapped"
|
|
1827
|
+
#~ msgstr "La ligne de contrat et son successeur se chevauchent"
|
|
1828
|
+
|
|
1829
|
+
#, python-format
|
|
1830
|
+
#~ msgid "Contract line must be canceled before delete"
|
|
1831
|
+
#~ msgstr "La ligne de contrat doit être annulée avant d'être supprimée"
|
|
1832
|
+
|
|
1833
|
+
#~ msgid "Contract: Can Terminate Contracts"
|
|
1834
|
+
#~ msgstr "Contrat : Peut résilier des contrats"
|
|
1835
|
+
|
|
1836
|
+
#~ msgid "Create New Line At Contract Line Renew"
|
|
1837
|
+
#~ msgstr "Créer une nouvelle ligne au renouvellement de la ligne"
|
|
1838
|
+
|
|
1839
|
+
#~ msgid ""
|
|
1840
|
+
#~ "Defines when the Note is invoiced:\n"
|
|
1841
|
+
#~ "- With previous line: If the previous line can be invoiced.\n"
|
|
1842
|
+
#~ "- With next line: If the next line can be invoiced.\n"
|
|
1843
|
+
#~ "- Custom: Depending on the recurrence to be define."
|
|
1844
|
+
#~ msgstr ""
|
|
1845
|
+
#~ "Définit quand la note est facturée :\n"
|
|
1846
|
+
#~ "- Avec la ligne précédente : Si la ligne précédente peut être facturée.\n"
|
|
1847
|
+
#~ "- Avec la ligne suivante : Si la ligne suivante peut être facturée.\n"
|
|
1848
|
+
#~ "- Personnalisé : En fonction de la récurrence à définir."
|
|
1849
|
+
|
|
1850
|
+
#~ msgid ""
|
|
1851
|
+
#~ "Discount that is applied in generated invoices. It should be less or "
|
|
1852
|
+
#~ "equal to 100"
|
|
1853
|
+
#~ msgstr ""
|
|
1854
|
+
#~ "Remise appliquée dans la facture générée. Elle doit être inférieur ou "
|
|
1855
|
+
#~ "égale à 100"
|
|
1856
|
+
|
|
1857
|
+
#~ msgid ""
|
|
1858
|
+
#~ "If checked, a new line will be generated at contract line renew and "
|
|
1859
|
+
#~ "linked to the original one as successor. The default behavior is to "
|
|
1860
|
+
#~ "extend the end date of the contract by a new subscription period"
|
|
1861
|
+
#~ msgstr ""
|
|
1862
|
+
#~ "Si coché, une nouvelle ligne sera générée lors du renouvellement de la "
|
|
1863
|
+
#~ "ligne du contrat et liée à l'originale comme son successeur. Le "
|
|
1864
|
+
#~ "comportement par défaut est d'étendre la date de fin du contrat par une "
|
|
1865
|
+
#~ "nouvelle période d'abonnement"
|
|
1866
|
+
|
|
1867
|
+
#~ msgid ""
|
|
1868
|
+
#~ "If this is marked, the price will be obtained automatically applying the "
|
|
1869
|
+
#~ "pricelist to the product. If not, you will be able to introduce a manual "
|
|
1870
|
+
#~ "price"
|
|
1871
|
+
#~ msgstr ""
|
|
1872
|
+
#~ "Si coché, le prix sera obtenu automatiquement à partir de la liste de "
|
|
1873
|
+
#~ "prix des articles. Dans le cas contraire, il vous est possible d'en "
|
|
1874
|
+
#~ "saisir un manuellement"
|
|
1875
|
+
|
|
1876
|
+
#~ msgid ""
|
|
1877
|
+
#~ "In case of restart after suspension, this field contain the new contract "
|
|
1878
|
+
#~ "line created."
|
|
1879
|
+
#~ msgstr ""
|
|
1880
|
+
#~ "Dans le cas d'un redémarrage après suspension, ce champ contient la "
|
|
1881
|
+
#~ "nouvelle ligne de contrat créée."
|
|
1882
|
+
|
|
1883
|
+
#~ msgid "In-progress"
|
|
1884
|
+
#~ msgstr "En cours"
|
|
1885
|
+
|
|
1886
|
+
#~ msgid "Is suspension without end date"
|
|
1887
|
+
#~ msgstr "Supsension sans date de fin"
|
|
1888
|
+
|
|
1889
|
+
#~ msgid ""
|
|
1890
|
+
#~ "Mark this check if you want to control recurrrence at line level instead "
|
|
1891
|
+
#~ "of all together for the whole contract."
|
|
1892
|
+
#~ msgstr ""
|
|
1893
|
+
#~ "Cochez cette case si vous souhaitez contrôler la récurrence au niveau de "
|
|
1894
|
+
#~ "la ligne plutôt que pour l'ensemble du contrat."
|
|
1895
|
+
|
|
1896
|
+
#~ msgid "Next Invoice Date"
|
|
1897
|
+
#~ msgstr "Date de la prochaine facture"
|
|
1898
|
+
|
|
1899
|
+
#~ msgid "Plan Start"
|
|
1900
|
+
#~ msgstr "Date de début de l'abonnement"
|
|
1901
|
+
|
|
1902
|
+
#~ msgid "Plan successor allowed?"
|
|
1903
|
+
#~ msgstr "Successeur de l'abonnement permis ?"
|
|
1904
|
+
|
|
1905
|
+
#, python-format
|
|
1906
|
+
#~ msgid "Plan successor not allowed for this line"
|
|
1907
|
+
#~ msgstr "Successeur de l'abonnement non autorisé sur cette ligne"
|
|
1908
|
+
|
|
1909
|
+
#~ msgid "Predecessor Contract Line"
|
|
1910
|
+
#~ msgstr "Ligne de contrat précédentes"
|
|
1911
|
+
|
|
1912
|
+
#~ msgid "Renew"
|
|
1913
|
+
#~ msgstr "Renouveler"
|
|
1914
|
+
|
|
1915
|
+
#~ msgid "Renew Contract lines"
|
|
1916
|
+
#~ msgstr "Renouveler les lignes de contrat"
|
|
1917
|
+
|
|
1918
|
+
#~ msgid "Renew Every"
|
|
1919
|
+
#~ msgstr "Renouveler chaque"
|
|
1920
|
+
|
|
1921
|
+
#~ msgid "Renew every (Days/Week/Month/Year)"
|
|
1922
|
+
#~ msgstr "Répéter chaque (Jour/Semaine/Mois/Année)"
|
|
1923
|
+
|
|
1924
|
+
#~ msgid "Renewal type"
|
|
1925
|
+
#~ msgstr "Type de renouvellement"
|
|
1926
|
+
|
|
1927
|
+
#~ msgid "Require a termination comment"
|
|
1928
|
+
#~ msgstr "Commentaire de résiliation requis"
|
|
1929
|
+
|
|
1930
|
+
#~ msgid "Sequence of the contract line when displaying contracts"
|
|
1931
|
+
#~ msgstr "Séquence d'affichage de la ligne du contrat"
|
|
1932
|
+
|
|
1933
|
+
#~ msgid "Specify Interval for automatic invoice generation."
|
|
1934
|
+
#~ msgstr "Spécifier un intervalle pour la création automatique des factures."
|
|
1935
|
+
|
|
1936
|
+
#~ msgid "Specify Interval for automatic renewal."
|
|
1937
|
+
#~ msgstr "Spécifier l'intervalle pour le renouvellement automatique."
|
|
1938
|
+
|
|
1939
|
+
#~ msgid "State"
|
|
1940
|
+
#~ msgstr "État"
|
|
1941
|
+
|
|
1942
|
+
#~ msgid "Stop"
|
|
1943
|
+
#~ msgstr "Interrompre"
|
|
1944
|
+
|
|
1945
|
+
#~ msgid "Stop Date"
|
|
1946
|
+
#~ msgstr "Date d'interruption"
|
|
1947
|
+
|
|
1948
|
+
#~ msgid "Stop Plan Successor"
|
|
1949
|
+
#~ msgstr "Interrompre et planifier un successeur"
|
|
1950
|
+
|
|
1951
|
+
#~ msgid "Stop allowed?"
|
|
1952
|
+
#~ msgstr "Interruption autorisée ?"
|
|
1953
|
+
|
|
1954
|
+
#, python-format
|
|
1955
|
+
#~ msgid "Stop not allowed for this line"
|
|
1956
|
+
#~ msgstr "Interruption non autorisée pour cette ligne"
|
|
1957
|
+
|
|
1958
|
+
#~ msgid "Stop/Plan successor allowed?"
|
|
1959
|
+
#~ msgstr "Interruption / Planifier un successeur autorisé ?"
|
|
1960
|
+
|
|
1961
|
+
#, python-format
|
|
1962
|
+
#~ msgid "Stop/Plan successor not allowed for this line"
|
|
1963
|
+
#~ msgstr "Interruption / Planifier un successeur non autorisé sur cette ligne"
|
|
1964
|
+
|
|
1965
|
+
#~ msgid "Successor Contract Line"
|
|
1966
|
+
#~ msgstr "Ligne de contrat successeur"
|
|
1967
|
+
|
|
1968
|
+
#~ msgid "Suspension End Date"
|
|
1969
|
+
#~ msgstr "Date de fin de la suspension"
|
|
1970
|
+
|
|
1971
|
+
#~ msgid "Suspension Start Date"
|
|
1972
|
+
#~ msgstr "Date de début de la suspension"
|
|
1973
|
+
|
|
1974
|
+
#, python-format
|
|
1975
|
+
#~ msgid "Terminate Contract"
|
|
1976
|
+
#~ msgstr "Résilier le contrat"
|
|
1977
|
+
|
|
1978
|
+
#~ msgid "Terminate Contract Wizard"
|
|
1979
|
+
#~ msgstr "Assitant de résiliation de contrat"
|
|
1980
|
+
|
|
1981
|
+
#~ msgid "Terminated"
|
|
1982
|
+
#~ msgstr "Résilié"
|
|
1983
|
+
|
|
1984
|
+
#~ msgid "Termination Comment"
|
|
1985
|
+
#~ msgstr "Commentaire de résiliation"
|
|
1986
|
+
|
|
1987
|
+
#~ msgid "Termination Date"
|
|
1988
|
+
#~ msgstr "Date de résiliation"
|
|
1989
|
+
|
|
1990
|
+
#~ msgid "Termination Notice Before"
|
|
1991
|
+
#~ msgstr "Avis de résiliation avant"
|
|
1992
|
+
|
|
1993
|
+
#~ msgid "Termination Notice type"
|
|
1994
|
+
#~ msgstr "Type d'avis d'échéance"
|
|
1995
|
+
|
|
1996
|
+
#~ msgid "Termination Reason"
|
|
1997
|
+
#~ msgstr "Raison de la résiliation"
|
|
1998
|
+
|
|
1999
|
+
#~ msgid "This contract was terminated for the reason"
|
|
2000
|
+
#~ msgstr "Ce contrat a été résilié pour la raison"
|
|
2001
|
+
|
|
2002
|
+
#~ msgid ""
|
|
2003
|
+
#~ "This flag is used to make a difference between a definitive stopand "
|
|
2004
|
+
#~ "temporary one for which a user is not able to plan asuccessor in advance"
|
|
2005
|
+
#~ msgstr ""
|
|
2006
|
+
#~ "Cet indicateur est utilisé pour différencier une interruption définitive "
|
|
2007
|
+
#~ "et une suspension pour laquelle l'utilisatreur n'est pas en mesure de "
|
|
2008
|
+
#~ "planifier un successeut à l'avance"
|
|
2009
|
+
|
|
2010
|
+
#~ msgid "To renew"
|
|
2011
|
+
#~ msgstr "À renouveler"
|
|
2012
|
+
|
|
2013
|
+
#~ msgid "Un-Cancel allowed?"
|
|
2014
|
+
#~ msgstr "Annulation de l'annulation permise ?"
|
|
2015
|
+
|
|
2016
|
+
#~ msgid "Un-cancel"
|
|
2017
|
+
#~ msgstr "Annuler l'annulation"
|
|
2018
|
+
|
|
2019
|
+
#, python-format
|
|
2020
|
+
#~ msgid "Un-cancel not allowed for this line"
|
|
2021
|
+
#~ msgstr "Annulation de l'annulation non autorisée pour cette ligne"
|
|
2022
|
+
|
|
2023
|
+
#~ msgid "Upcoming"
|
|
2024
|
+
#~ msgstr "À venir"
|
|
2025
|
+
|
|
2026
|
+
#~ msgid "Upcoming Close"
|
|
2027
|
+
#~ msgstr "Interruption à venir"
|
|
2028
|
+
|
|
2029
|
+
#~ msgid "Update Termination Details"
|
|
2030
|
+
#~ msgstr "Mettre à jour les détails de résiliation"
|
|
2031
|
+
|
|
2032
|
+
#~ msgid "Validate"
|
|
2033
|
+
#~ msgstr "Valider"
|
|
2034
|
+
|
|
2035
|
+
#, python-format
|
|
2036
|
+
#~ msgid "You are not allowed to terminate contracts."
|
|
2037
|
+
#~ msgstr "Vous n'êtes pas autorisé à résilier des contrats."
|
|
2038
|
+
|
|
2039
|
+
#, python-format
|
|
2040
|
+
#~ msgid "You can't delay a contract line invoiced at least one time."
|
|
2041
|
+
#~ msgstr ""
|
|
2042
|
+
#~ "Vous ne pouvez pas retarder une ligne de contrat facturer au moins une "
|
|
2043
|
+
#~ "fois."
|
|
2044
|
+
|
|
2045
|
+
#~ msgid "on"
|
|
2046
|
+
#~ msgstr "le"
|
|
2047
|
+
|
|
2449
2048
|
#~ msgid ""
|
|
2450
2049
|
#~ "<span attrs=\"{'invisible': [('contract_to_invoice_count', '>', "
|
|
2451
2050
|
#~ "1)]}\">\n"
|