odoo-addon-mis-builder 16.0.5.1.4__py3-none-any.whl → 16.0.5.1.4.3__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.
@@ -393,6 +393,13 @@ msgstr "La colonna %s con movimenti di riga deve avere data da: a:."
393
393
  msgid "Columns"
394
394
  msgstr "Colonne"
395
395
 
396
+ #. module: mis_builder
397
+ #. odoo-python
398
+ #: code:addons/mis_builder/models/kpimatrix.py:0
399
+ #, python-format
400
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
401
+ msgstr ""
402
+
396
403
  #. module: mis_builder
397
404
  #. odoo-python
398
405
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -405,13 +412,6 @@ msgstr "Colonne da confrontare devono essere dello stesso report %s"
405
412
  msgid "Columns to sum"
406
413
  msgstr "Colonne da sommare"
407
414
 
408
- #. module: mis_builder
409
- #. odoo-python
410
- #: code:addons/mis_builder/models/kpimatrix.py:0
411
- #, python-format
412
- msgid "Columns {} and {} are not comparable"
413
- msgstr "Le colonne {} e {} non sono confrontabili"
414
-
415
415
  #. module: mis_builder
416
416
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
417
417
  msgid "Companies for which data will be searched."
@@ -782,8 +782,8 @@ msgstr "Da (calcolato)"
782
782
  #. odoo-python
783
783
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
784
784
  #, python-format
785
- msgid "Generated on {} at {}"
786
- msgstr "Generato il {} al {}"
785
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
786
+ msgstr ""
787
787
 
788
788
  #. module: mis_builder
789
789
  #: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
@@ -872,10 +872,10 @@ msgstr "KPI"
872
872
  #: code:addons/mis_builder/models/mis_report.py:0
873
873
  #, python-format
874
874
  msgid ""
875
- "KPI \"{}\" has type {} while a tuple was expected.\n"
875
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
876
876
  "\n"
877
877
  "This can be fixed by either:\n"
878
- "\t- Changing the KPI value to a tuple of length {}\n"
878
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
879
879
  "or\n"
880
880
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
881
881
  "sub-KPI."
@@ -886,8 +886,8 @@ msgstr ""
886
886
  #: code:addons/mis_builder/models/mis_report.py:0
887
887
  #, python-format
888
888
  msgid ""
889
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
890
- "expected."
889
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
890
+ "length%(expected_length)s is expected."
891
891
  msgstr ""
892
892
 
893
893
  #. module: mis_builder
@@ -1802,6 +1802,14 @@ msgstr ""
1802
1802
  msgid "xx-small"
1803
1803
  msgstr ""
1804
1804
 
1805
+ #, python-format
1806
+ #~ msgid "Columns {} and {} are not comparable"
1807
+ #~ msgstr "Le colonne {} e {} non sono confrontabili"
1808
+
1809
+ #, python-format
1810
+ #~ msgid "Generated on {} at {}"
1811
+ #~ msgstr "Generato il {} al {}"
1812
+
1805
1813
  #, python-format
1806
1814
  #~ msgid "Can not update a multi kpi from the kpi line"
1807
1815
  #~ msgstr "Non è possibile aggiornare un multi KPI dalla riga KPI"
@@ -406,6 +406,13 @@ msgstr "Kolom %s met Actuele waardes moet van/tot data hebben."
406
406
  msgid "Columns"
407
407
  msgstr "Kolommen"
408
408
 
409
+ #. module: mis_builder
410
+ #. odoo-python
411
+ #: code:addons/mis_builder/models/kpimatrix.py:0
412
+ #, python-format
413
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
414
+ msgstr ""
415
+
409
416
  #. module: mis_builder
410
417
  #. odoo-python
411
418
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -418,13 +425,6 @@ msgstr "Te vergelijken kolommen moeten tot hetzelfde rapport in %s behoren"
418
425
  msgid "Columns to sum"
419
426
  msgstr "Op te sommen kolommen"
420
427
 
421
- #. module: mis_builder
422
- #. odoo-python
423
- #: code:addons/mis_builder/models/kpimatrix.py:0
424
- #, python-format
425
- msgid "Columns {} and {} are not comparable"
426
- msgstr "Kolommen {} en {} zijn niet vergelijkbaar"
427
-
428
428
  #. module: mis_builder
429
429
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
430
430
  msgid "Companies for which data will be searched."
@@ -803,7 +803,7 @@ msgstr ""
803
803
  #. odoo-python
804
804
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
805
805
  #, python-format
806
- msgid "Generated on {} at {}"
806
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
807
807
  msgstr ""
808
808
 
809
809
  #. module: mis_builder
@@ -893,10 +893,10 @@ msgstr "KPI"
893
893
  #: code:addons/mis_builder/models/mis_report.py:0
894
894
  #, python-format
895
895
  msgid ""
896
- "KPI \"{}\" has type {} while a tuple was expected.\n"
896
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
897
897
  "\n"
898
898
  "This can be fixed by either:\n"
899
- "\t- Changing the KPI value to a tuple of length {}\n"
899
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
900
900
  "or\n"
901
901
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
902
902
  "sub-KPI."
@@ -907,8 +907,8 @@ msgstr ""
907
907
  #: code:addons/mis_builder/models/mis_report.py:0
908
908
  #, python-format
909
909
  msgid ""
910
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
911
- "expected."
910
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
911
+ "length%(expected_length)s is expected."
912
912
  msgstr ""
913
913
 
914
914
  #. module: mis_builder
@@ -1838,6 +1838,10 @@ msgstr "XXL"
1838
1838
  msgid "xx-small"
1839
1839
  msgstr "XXS"
1840
1840
 
1841
+ #, python-format
1842
+ #~ msgid "Columns {} and {} are not comparable"
1843
+ #~ msgstr "Kolommen {} en {} zijn niet vergelijkbaar"
1844
+
1841
1845
  #, python-format
1842
1846
  #~ msgid "Can not update a multi kpi from the kpi line"
1843
1847
  #~ msgstr "Kan een multi-kpi niet bijwerken vanaf de kpi-regel"
@@ -409,6 +409,13 @@ msgstr "Kolom %s met Actuele waardes moet van/tot data hebben."
409
409
  msgid "Columns"
410
410
  msgstr "Kolommen"
411
411
 
412
+ #. module: mis_builder
413
+ #. odoo-python
414
+ #: code:addons/mis_builder/models/kpimatrix.py:0
415
+ #, python-format
416
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
417
+ msgstr ""
418
+
412
419
  #. module: mis_builder
413
420
  #. odoo-python
414
421
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -421,13 +428,6 @@ msgstr "Te vergelijken kolommen moeten tot hetzelfde rapport in %s behoren"
421
428
  msgid "Columns to sum"
422
429
  msgstr "Op te sommen kolommen"
423
430
 
424
- #. module: mis_builder
425
- #. odoo-python
426
- #: code:addons/mis_builder/models/kpimatrix.py:0
427
- #, python-format
428
- msgid "Columns {} and {} are not comparable"
429
- msgstr "Kolommen {} en {} zijn niet vergelijkbaar"
430
-
431
431
  #. module: mis_builder
432
432
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
433
433
  msgid "Companies for which data will be searched."
@@ -806,7 +806,7 @@ msgstr ""
806
806
  #. odoo-python
807
807
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
808
808
  #, python-format
809
- msgid "Generated on {} at {}"
809
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
810
810
  msgstr ""
811
811
 
812
812
  #. module: mis_builder
@@ -896,10 +896,10 @@ msgstr "KPI"
896
896
  #: code:addons/mis_builder/models/mis_report.py:0
897
897
  #, python-format
898
898
  msgid ""
899
- "KPI \"{}\" has type {} while a tuple was expected.\n"
899
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
900
900
  "\n"
901
901
  "This can be fixed by either:\n"
902
- "\t- Changing the KPI value to a tuple of length {}\n"
902
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
903
903
  "or\n"
904
904
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
905
905
  "sub-KPI."
@@ -910,8 +910,8 @@ msgstr ""
910
910
  #: code:addons/mis_builder/models/mis_report.py:0
911
911
  #, python-format
912
912
  msgid ""
913
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
914
- "expected."
913
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
914
+ "length%(expected_length)s is expected."
915
915
  msgstr ""
916
916
 
917
917
  #. module: mis_builder
@@ -1841,6 +1841,10 @@ msgstr "XXL"
1841
1841
  msgid "xx-small"
1842
1842
  msgstr "XXS"
1843
1843
 
1844
+ #, python-format
1845
+ #~ msgid "Columns {} and {} are not comparable"
1846
+ #~ msgstr "Kolommen {} en {} zijn niet vergelijkbaar"
1847
+
1844
1848
  #, python-format
1845
1849
  #~ msgid "Can not update a multi kpi from the kpi line"
1846
1850
  #~ msgstr "Kan een multi-kpi niet bijwerken vanaf de kpi-regel"
@@ -394,6 +394,13 @@ msgstr ""
394
394
  msgid "Columns"
395
395
  msgstr ""
396
396
 
397
+ #. module: mis_builder
398
+ #. odoo-python
399
+ #: code:addons/mis_builder/models/kpimatrix.py:0
400
+ #, python-format
401
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
402
+ msgstr ""
403
+
397
404
  #. module: mis_builder
398
405
  #. odoo-python
399
406
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -406,13 +413,6 @@ msgstr ""
406
413
  msgid "Columns to sum"
407
414
  msgstr ""
408
415
 
409
- #. module: mis_builder
410
- #. odoo-python
411
- #: code:addons/mis_builder/models/kpimatrix.py:0
412
- #, python-format
413
- msgid "Columns {} and {} are not comparable"
414
- msgstr ""
415
-
416
416
  #. module: mis_builder
417
417
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
418
418
  msgid "Companies for which data will be searched."
@@ -777,7 +777,7 @@ msgstr ""
777
777
  #. odoo-python
778
778
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
779
779
  #, python-format
780
- msgid "Generated on {} at {}"
780
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
781
781
  msgstr ""
782
782
 
783
783
  #. module: mis_builder
@@ -865,10 +865,10 @@ msgstr ""
865
865
  #: code:addons/mis_builder/models/mis_report.py:0
866
866
  #, python-format
867
867
  msgid ""
868
- "KPI \"{}\" has type {} while a tuple was expected.\n"
868
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
869
869
  "\n"
870
870
  "This can be fixed by either:\n"
871
- "\t- Changing the KPI value to a tuple of length {}\n"
871
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
872
872
  "or\n"
873
873
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
874
874
  "sub-KPI."
@@ -879,8 +879,8 @@ msgstr ""
879
879
  #: code:addons/mis_builder/models/mis_report.py:0
880
880
  #, python-format
881
881
  msgid ""
882
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
883
- "expected."
882
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
883
+ "length%(expected_length)s is expected."
884
884
  msgstr ""
885
885
 
886
886
  #. module: mis_builder