@@ -21,6 +21,27 @@ msgstr ""
21
21
"Plural-Forms : nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
22
22
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n "
23
23
24
+ #. module: product_contract
25
+ #. odoo-python
26
+ #: code:addons/product_contract/models/sale_order_line.py:0
27
+ #, python-format
28
+ msgid "- Date: {}"
29
+ msgstr ""
30
+
31
+ #. module: product_contract
32
+ #. odoo-python
33
+ #: code:addons/product_contract/models/sale_order_line.py:0
34
+ #, python-format
35
+ msgid "- Invoicing Type: {}"
36
+ msgstr ""
37
+
38
+ #. module: product_contract
39
+ #. odoo-python
40
+ #: code:addons/product_contract/models/sale_order_line.py:0
41
+ #, python-format
42
+ msgid "- Recurrency: {}"
43
+ msgstr ""
44
+
24
45
#. module: product_contract
25
46
#: model_terms:ir.ui.view,arch_db: product_contract.contract_contract_customer_form_view
26
47
msgid "<span class=\" o_stat_text\" >Sale Orders</span>"
@@ -368,6 +389,11 @@ msgstr ""
368
389
msgid "Product Contract Configurator Wizard"
369
390
msgstr ""
370
391
392
+ #. module: product_contract
393
+ #: model:ir.model.fields,field_description: product_contract.field_sale_order_line__product_contract_description
394
+ msgid "Product Contract Description"
395
+ msgstr ""
396
+
371
397
#. module: product_contract
372
398
#: model:ir.model.fields,field_description: product_contract.field_product_contract_configurator__product_uom_qty
373
399
msgid "Quantity"
@@ -598,18 +624,6 @@ msgid ""
598
624
"'%(company_name)s' company."
599
625
msgstr ""
600
626
601
- #. module: product_contract
602
- #. odoo-python
603
- #: code:addons/product_contract/models/sale_order_line.py:0
604
- #, python-format
605
- msgid ""
606
- "{product}:\n"
607
- " - Recurrency: {recurring_rule}\n"
608
- " - Invoicing Type: {invoicing_type}\n"
609
- " - Date: {date_text}\n"
610
- " "
611
- msgstr ""
612
-
613
627
#~ msgid "Product Template"
614
628
#~ msgstr "Predložak proizvoda"
615
629
0 commit comments