odoo-addon-mis-builder 16.0.5.1.3.7__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.
Files changed (26) hide show
  1. odoo/addons/mis_builder/README.rst +1 -1
  2. odoo/addons/mis_builder/__manifest__.py +1 -1
  3. odoo/addons/mis_builder/i18n/ca.po +46 -21
  4. odoo/addons/mis_builder/i18n/de.po +12 -12
  5. odoo/addons/mis_builder/i18n/el.po +12 -12
  6. odoo/addons/mis_builder/i18n/el_GR.po +12 -12
  7. odoo/addons/mis_builder/i18n/es.po +47 -21
  8. odoo/addons/mis_builder/i18n/fr.po +47 -21
  9. odoo/addons/mis_builder/i18n/fr_FR.po +16 -12
  10. odoo/addons/mis_builder/i18n/hr.po +12 -12
  11. odoo/addons/mis_builder/i18n/it.po +21 -13
  12. odoo/addons/mis_builder/i18n/mis_builder.pot +12 -12
  13. odoo/addons/mis_builder/i18n/nl.po +16 -12
  14. odoo/addons/mis_builder/i18n/nl_NL.po +16 -12
  15. odoo/addons/mis_builder/i18n/pt.po +12 -12
  16. odoo/addons/mis_builder/i18n/pt_BR.po +111 -82
  17. odoo/addons/mis_builder/i18n/sv.po +12 -12
  18. odoo/addons/mis_builder/i18n/tr.po +12 -12
  19. odoo/addons/mis_builder/models/kpimatrix.py +4 -3
  20. odoo/addons/mis_builder/models/mis_report.py +14 -8
  21. odoo/addons/mis_builder/report/mis_report_instance_xlsx.py +4 -2
  22. odoo/addons/mis_builder/static/description/index.html +1 -1
  23. {odoo_addon_mis_builder-16.0.5.1.3.7.dist-info → odoo_addon_mis_builder-16.0.5.1.4.3.dist-info}/METADATA +2 -2
  24. {odoo_addon_mis_builder-16.0.5.1.3.7.dist-info → odoo_addon_mis_builder-16.0.5.1.4.3.dist-info}/RECORD +26 -26
  25. {odoo_addon_mis_builder-16.0.5.1.3.7.dist-info → odoo_addon_mis_builder-16.0.5.1.4.3.dist-info}/WHEEL +0 -0
  26. {odoo_addon_mis_builder-16.0.5.1.3.7.dist-info → odoo_addon_mis_builder-16.0.5.1.4.3.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ MIS Builder
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:55c4e6f49e74fd4a0ed744c9575d4f2a44a160ad50709e4ecdafd4701722fb27
10
+ !! source digest: sha256:eb6c9529c98a11e43506057c48b144cea84cfa990cc1384dfe7482736cbb7923
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -3,7 +3,7 @@
3
3
 
4
4
  {
5
5
  "name": "MIS Builder",
6
- "version": "16.0.5.1.3",
6
+ "version": "16.0.5.1.4",
7
7
  "category": "Reporting",
8
8
  "summary": """
9
9
  Build 'Management Information System' Reports and Dashboards
@@ -413,6 +413,13 @@ msgstr ""
413
413
  msgid "Columns"
414
414
  msgstr "Columnes"
415
415
 
416
+ #. module: mis_builder
417
+ #. odoo-python
418
+ #: code:addons/mis_builder/models/kpimatrix.py:0
419
+ #, python-format
420
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
421
+ msgstr ""
422
+
416
423
  #. module: mis_builder
417
424
  #. odoo-python
418
425
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -425,13 +432,6 @@ msgstr "Les columnes a comparar han de pertànyer al mateix informe en %s"
425
432
  msgid "Columns to sum"
426
433
  msgstr "Columnes a sumar"
427
434
 
428
- #. module: mis_builder
429
- #. odoo-python
430
- #: code:addons/mis_builder/models/kpimatrix.py:0
431
- #, python-format
432
- msgid "Columns {} and {} are not comparable"
433
- msgstr "Les columnes {} i {} no són comparables"
434
-
435
435
  #. module: mis_builder
436
436
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
437
437
  msgid "Companies for which data will be searched."
@@ -807,8 +807,8 @@ msgstr "Des de (computat)"
807
807
  #. odoo-python
808
808
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
809
809
  #, python-format
810
- msgid "Generated on {} at {}"
811
- msgstr "Generat el dia {} a {}"
810
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
811
+ msgstr ""
812
812
 
813
813
  #. module: mis_builder
814
814
  #: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
@@ -897,31 +897,23 @@ msgstr "KPI"
897
897
  #: code:addons/mis_builder/models/mis_report.py:0
898
898
  #, python-format
899
899
  msgid ""
900
- "KPI \"{}\" has type {} while a tuple was expected.\n"
900
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
901
901
  "\n"
902
902
  "This can be fixed by either:\n"
903
- "\t- Changing the KPI value to a tuple of length {}\n"
903
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
904
904
  "or\n"
905
905
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
906
906
  "sub-KPI."
907
907
  msgstr ""
908
- "El KPI \"{}\" té el tipus {} mentre s'esperava una tupla.\n"
909
- "\n"
910
- "Això es pot solucionar amb:\n"
911
- "- Canviant el valor del KPI per una tupla de longitud {}\n"
912
- "o\n"
913
- "- Canviar el KPI al mode `multi` i donar un valor explícit a cada sub-KPI."
914
908
 
915
909
  #. module: mis_builder
916
910
  #. odoo-python
917
911
  #: code:addons/mis_builder/models/mis_report.py:0
918
912
  #, python-format
919
913
  msgid ""
920
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
921
- "expected."
914
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
915
+ "length%(expected_length)s is expected."
922
916
  msgstr ""
923
- "El KPI \"{}\" es valora com a tupla de longitud {} mentre que s'espera una "
924
- "tupla de longitud {}."
925
917
 
926
918
  #. module: mis_builder
927
919
  #: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data__seq1
@@ -1835,6 +1827,39 @@ msgstr "extra-súper-gran"
1835
1827
  msgid "xx-small"
1836
1828
  msgstr "extra-súper-petita"
1837
1829
 
1830
+ #, python-format
1831
+ #~ msgid "Columns {} and {} are not comparable"
1832
+ #~ msgstr "Les columnes {} i {} no són comparables"
1833
+
1834
+ #, python-format
1835
+ #~ msgid "Generated on {} at {}"
1836
+ #~ msgstr "Generat el dia {} a {}"
1837
+
1838
+ #, python-format
1839
+ #~ msgid ""
1840
+ #~ "KPI \"{}\" has type {} while a tuple was expected.\n"
1841
+ #~ "\n"
1842
+ #~ "This can be fixed by either:\n"
1843
+ #~ "\t- Changing the KPI value to a tuple of length {}\n"
1844
+ #~ "or\n"
1845
+ #~ "\t- Changing the KPI to `multi` mode and giving an explicit value for "
1846
+ #~ "each sub-KPI."
1847
+ #~ msgstr ""
1848
+ #~ "El KPI \"{}\" té el tipus {} mentre s'esperava una tupla.\n"
1849
+ #~ "\n"
1850
+ #~ "Això es pot solucionar amb:\n"
1851
+ #~ "- Canviant el valor del KPI per una tupla de longitud {}\n"
1852
+ #~ "o\n"
1853
+ #~ "- Canviar el KPI al mode `multi` i donar un valor explícit a cada sub-KPI."
1854
+
1855
+ #, python-format
1856
+ #~ msgid ""
1857
+ #~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} "
1858
+ #~ "is expected."
1859
+ #~ msgstr ""
1860
+ #~ "El KPI \"{}\" es valora com a tupla de longitud {} mentre que s'espera "
1861
+ #~ "una tupla de longitud {}."
1862
+
1838
1863
  #, python-format
1839
1864
  #~ msgid "Can not update a multi kpi from the kpi line"
1840
1865
  #~ msgstr "No es pot actualitzar un kpi múltiple des d'una línia de kpi"
@@ -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
@@ -390,6 +390,13 @@ msgstr ""
390
390
  msgid "Columns"
391
391
  msgstr ""
392
392
 
393
+ #. module: mis_builder
394
+ #. odoo-python
395
+ #: code:addons/mis_builder/models/kpimatrix.py:0
396
+ #, python-format
397
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
398
+ msgstr ""
399
+
393
400
  #. module: mis_builder
394
401
  #. odoo-python
395
402
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -402,13 +409,6 @@ msgstr ""
402
409
  msgid "Columns to sum"
403
410
  msgstr ""
404
411
 
405
- #. module: mis_builder
406
- #. odoo-python
407
- #: code:addons/mis_builder/models/kpimatrix.py:0
408
- #, python-format
409
- msgid "Columns {} and {} are not comparable"
410
- msgstr ""
411
-
412
412
  #. module: mis_builder
413
413
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
414
414
  msgid "Companies for which data will be searched."
@@ -773,7 +773,7 @@ msgstr ""
773
773
  #. odoo-python
774
774
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
775
775
  #, python-format
776
- msgid "Generated on {} at {}"
776
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
777
777
  msgstr ""
778
778
 
779
779
  #. module: mis_builder
@@ -861,10 +861,10 @@ msgstr ""
861
861
  #: code:addons/mis_builder/models/mis_report.py:0
862
862
  #, python-format
863
863
  msgid ""
864
- "KPI \"{}\" has type {} while a tuple was expected.\n"
864
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
865
865
  "\n"
866
866
  "This can be fixed by either:\n"
867
- "\t- Changing the KPI value to a tuple of length {}\n"
867
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
868
868
  "or\n"
869
869
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
870
870
  "sub-KPI."
@@ -875,8 +875,8 @@ msgstr ""
875
875
  #: code:addons/mis_builder/models/mis_report.py:0
876
876
  #, python-format
877
877
  msgid ""
878
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
879
- "expected."
878
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
879
+ "length%(expected_length)s is expected."
880
880
  msgstr ""
881
881
 
882
882
  #. module: mis_builder
@@ -390,6 +390,13 @@ msgstr ""
390
390
  msgid "Columns"
391
391
  msgstr ""
392
392
 
393
+ #. module: mis_builder
394
+ #. odoo-python
395
+ #: code:addons/mis_builder/models/kpimatrix.py:0
396
+ #, python-format
397
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
398
+ msgstr ""
399
+
393
400
  #. module: mis_builder
394
401
  #. odoo-python
395
402
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -402,13 +409,6 @@ msgstr ""
402
409
  msgid "Columns to sum"
403
410
  msgstr ""
404
411
 
405
- #. module: mis_builder
406
- #. odoo-python
407
- #: code:addons/mis_builder/models/kpimatrix.py:0
408
- #, python-format
409
- msgid "Columns {} and {} are not comparable"
410
- msgstr ""
411
-
412
412
  #. module: mis_builder
413
413
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
414
414
  msgid "Companies for which data will be searched."
@@ -773,7 +773,7 @@ msgstr ""
773
773
  #. odoo-python
774
774
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
775
775
  #, python-format
776
- msgid "Generated on {} at {}"
776
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
777
777
  msgstr ""
778
778
 
779
779
  #. module: mis_builder
@@ -861,10 +861,10 @@ msgstr ""
861
861
  #: code:addons/mis_builder/models/mis_report.py:0
862
862
  #, python-format
863
863
  msgid ""
864
- "KPI \"{}\" has type {} while a tuple was expected.\n"
864
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
865
865
  "\n"
866
866
  "This can be fixed by either:\n"
867
- "\t- Changing the KPI value to a tuple of length {}\n"
867
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
868
868
  "or\n"
869
869
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
870
870
  "sub-KPI."
@@ -875,8 +875,8 @@ msgstr ""
875
875
  #: code:addons/mis_builder/models/mis_report.py:0
876
876
  #, python-format
877
877
  msgid ""
878
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
879
- "expected."
878
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
879
+ "length%(expected_length)s is expected."
880
880
  msgstr ""
881
881
 
882
882
  #. module: mis_builder
@@ -490,6 +490,13 @@ msgstr "La columna %s con fuente de datos reales debe tener fecha desde/hasta."
490
490
  msgid "Columns"
491
491
  msgstr "Columnas"
492
492
 
493
+ #. module: mis_builder
494
+ #. odoo-python
495
+ #: code:addons/mis_builder/models/kpimatrix.py:0
496
+ #, python-format
497
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
498
+ msgstr ""
499
+
493
500
  #. module: mis_builder
494
501
  #. odoo-python
495
502
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -502,13 +509,6 @@ msgstr "Las columnas a comparar deben pertenecer al mismo informe en %s"
502
509
  msgid "Columns to sum"
503
510
  msgstr "Columnas a sumar"
504
511
 
505
- #. module: mis_builder
506
- #. odoo-python
507
- #: code:addons/mis_builder/models/kpimatrix.py:0
508
- #, python-format
509
- msgid "Columns {} and {} are not comparable"
510
- msgstr "Las columnas {} and {} no son comparables"
511
-
512
512
  #. module: mis_builder
513
513
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
514
514
  msgid "Companies for which data will be searched."
@@ -894,8 +894,8 @@ msgstr "De (calculado)"
894
894
  #. odoo-python
895
895
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
896
896
  #, python-format
897
- msgid "Generated on {} at {}"
898
- msgstr "Generado el {} a las {}"
897
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
898
+ msgstr ""
899
899
 
900
900
  #. module: mis_builder
901
901
  #: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
@@ -984,31 +984,23 @@ msgstr "KPI"
984
984
  #: code:addons/mis_builder/models/mis_report.py:0
985
985
  #, python-format
986
986
  msgid ""
987
- "KPI \"{}\" has type {} while a tuple was expected.\n"
987
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
988
988
  "\n"
989
989
  "This can be fixed by either:\n"
990
- "\t- Changing the KPI value to a tuple of length {}\n"
990
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
991
991
  "or\n"
992
992
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
993
993
  "sub-KPI."
994
994
  msgstr ""
995
- "El KPI \"{}\" tiene el tipo {} mientras se esperaba una tupla.\n"
996
- "\n"
997
- "Esto se puede solucionar mediante:\n"
998
- "- Cambiar el valor de KPI a una tupla de longitud {}\n"
999
- "o\n"
1000
- "- Cambiar el KPI al modo `multi` y dar un valor explícito para cada sub-KPI."
1001
995
 
1002
996
  #. module: mis_builder
1003
997
  #. odoo-python
1004
998
  #: code:addons/mis_builder/models/mis_report.py:0
1005
999
  #, python-format
1006
1000
  msgid ""
1007
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
1008
- "expected."
1001
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
1002
+ "length%(expected_length)s is expected."
1009
1003
  msgstr ""
1010
- "El KPI \"{}\" se valora como una tupla de longitud {} mientras que se espera "
1011
- "una tupla de longitud {}."
1012
1004
 
1013
1005
  #. module: mis_builder
1014
1006
  #: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data__seq1
@@ -1937,6 +1929,40 @@ msgstr "extra-súper-grande"
1937
1929
  msgid "xx-small"
1938
1930
  msgstr "extra-súper-pequeña"
1939
1931
 
1932
+ #, python-format
1933
+ #~ msgid "Columns {} and {} are not comparable"
1934
+ #~ msgstr "Las columnas {} and {} no son comparables"
1935
+
1936
+ #, python-format
1937
+ #~ msgid "Generated on {} at {}"
1938
+ #~ msgstr "Generado el {} a las {}"
1939
+
1940
+ #, python-format
1941
+ #~ msgid ""
1942
+ #~ "KPI \"{}\" has type {} while a tuple was expected.\n"
1943
+ #~ "\n"
1944
+ #~ "This can be fixed by either:\n"
1945
+ #~ "\t- Changing the KPI value to a tuple of length {}\n"
1946
+ #~ "or\n"
1947
+ #~ "\t- Changing the KPI to `multi` mode and giving an explicit value for "
1948
+ #~ "each sub-KPI."
1949
+ #~ msgstr ""
1950
+ #~ "El KPI \"{}\" tiene el tipo {} mientras se esperaba una tupla.\n"
1951
+ #~ "\n"
1952
+ #~ "Esto se puede solucionar mediante:\n"
1953
+ #~ "- Cambiar el valor de KPI a una tupla de longitud {}\n"
1954
+ #~ "o\n"
1955
+ #~ "- Cambiar el KPI al modo `multi` y dar un valor explícito para cada sub-"
1956
+ #~ "KPI."
1957
+
1958
+ #, python-format
1959
+ #~ msgid ""
1960
+ #~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} "
1961
+ #~ "is expected."
1962
+ #~ msgstr ""
1963
+ #~ "El KPI \"{}\" se valora como una tupla de longitud {} mientras que se "
1964
+ #~ "espera una tupla de longitud {}."
1965
+
1940
1966
  #, python-format
1941
1967
  #~ msgid "Can not update a multi kpi from the kpi line"
1942
1968
  #~ msgstr "No se puede actualizar un kpi múltiple desde una línea de kpi"
@@ -477,6 +477,13 @@ msgstr "La colonne %s avec une source de données doit avoir des dates de/à."
477
477
  msgid "Columns"
478
478
  msgstr "Colonnes"
479
479
 
480
+ #. module: mis_builder
481
+ #. odoo-python
482
+ #: code:addons/mis_builder/models/kpimatrix.py:0
483
+ #, python-format
484
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
485
+ msgstr ""
486
+
480
487
  #. module: mis_builder
481
488
  #. odoo-python
482
489
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -489,13 +496,6 @@ msgstr "Les colonnes à  comparer doivent appartenir au même rapport %s"
489
496
  msgid "Columns to sum"
490
497
  msgstr "Colonnes à additionner"
491
498
 
492
- #. module: mis_builder
493
- #. odoo-python
494
- #: code:addons/mis_builder/models/kpimatrix.py:0
495
- #, python-format
496
- msgid "Columns {} and {} are not comparable"
497
- msgstr "Les colonnes {} et {} ne sont pas comparables"
498
-
499
499
  #. module: mis_builder
500
500
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
501
501
  msgid "Companies for which data will be searched."
@@ -879,8 +879,8 @@ msgstr "Du (calculé)"
879
879
  #. odoo-python
880
880
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
881
881
  #, python-format
882
- msgid "Generated on {} at {}"
883
- msgstr "Généré le {} à {}"
882
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
883
+ msgstr ""
884
884
 
885
885
  #. module: mis_builder
886
886
  #: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
@@ -969,31 +969,23 @@ msgstr "KPI"
969
969
  #: code:addons/mis_builder/models/mis_report.py:0
970
970
  #, python-format
971
971
  msgid ""
972
- "KPI \"{}\" has type {} while a tuple was expected.\n"
972
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
973
973
  "\n"
974
974
  "This can be fixed by either:\n"
975
- "\t- Changing the KPI value to a tuple of length {}\n"
975
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
976
976
  "or\n"
977
977
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
978
978
  "sub-KPI."
979
979
  msgstr ""
980
- "Le KPI \"{}\" a le type {} alors qu'une liste de valeurs est attendue.\n"
981
- "\n"
982
- "Ceci peut être corrigé par soit :\n"
983
- "\t- Changer la valeur du KPI pour une liste de valeurs de longueur {}\n"
984
- "ou\n"
985
- "\t- Changer le KPI en mode 'multi' et donner une valeur pour chaque sous-KPI."
986
980
 
987
981
  #. module: mis_builder
988
982
  #. odoo-python
989
983
  #: code:addons/mis_builder/models/mis_report.py:0
990
984
  #, python-format
991
985
  msgid ""
992
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
993
- "expected."
986
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
987
+ "length%(expected_length)s is expected."
994
988
  msgstr ""
995
- "Le KPI \"{}\" est une liste de valeurs de longueur {} alors qu'une liste de "
996
- "valeurs de longueur {} est attendue."
997
989
 
998
990
  #. module: mis_builder
999
991
  #: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data__seq1
@@ -1925,6 +1917,40 @@ msgstr "xx-grand"
1925
1917
  msgid "xx-small"
1926
1918
  msgstr "xx-petit"
1927
1919
 
1920
+ #, python-format
1921
+ #~ msgid "Columns {} and {} are not comparable"
1922
+ #~ msgstr "Les colonnes {} et {} ne sont pas comparables"
1923
+
1924
+ #, python-format
1925
+ #~ msgid "Generated on {} at {}"
1926
+ #~ msgstr "Généré le {} à {}"
1927
+
1928
+ #, python-format
1929
+ #~ msgid ""
1930
+ #~ "KPI \"{}\" has type {} while a tuple was expected.\n"
1931
+ #~ "\n"
1932
+ #~ "This can be fixed by either:\n"
1933
+ #~ "\t- Changing the KPI value to a tuple of length {}\n"
1934
+ #~ "or\n"
1935
+ #~ "\t- Changing the KPI to `multi` mode and giving an explicit value for "
1936
+ #~ "each sub-KPI."
1937
+ #~ msgstr ""
1938
+ #~ "Le KPI \"{}\" a le type {} alors qu'une liste de valeurs est attendue.\n"
1939
+ #~ "\n"
1940
+ #~ "Ceci peut être corrigé par soit :\n"
1941
+ #~ "\t- Changer la valeur du KPI pour une liste de valeurs de longueur {}\n"
1942
+ #~ "ou\n"
1943
+ #~ "\t- Changer le KPI en mode 'multi' et donner une valeur pour chaque sous-"
1944
+ #~ "KPI."
1945
+
1946
+ #, python-format
1947
+ #~ msgid ""
1948
+ #~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} "
1949
+ #~ "is expected."
1950
+ #~ msgstr ""
1951
+ #~ "Le KPI \"{}\" est une liste de valeurs de longueur {} alors qu'une liste "
1952
+ #~ "de valeurs de longueur {} est attendue."
1953
+
1928
1954
  #, python-format
1929
1955
  #~ msgid "Can not update a multi kpi from the kpi line"
1930
1956
  #~ msgstr ""
@@ -477,6 +477,13 @@ msgstr ""
477
477
  msgid "Columns"
478
478
  msgstr "Colonnes"
479
479
 
480
+ #. module: mis_builder
481
+ #. odoo-python
482
+ #: code:addons/mis_builder/models/kpimatrix.py:0
483
+ #, python-format
484
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
485
+ msgstr ""
486
+
480
487
  #. module: mis_builder
481
488
  #. odoo-python
482
489
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -489,13 +496,6 @@ msgstr "Les colonnes à comparer doivent appartenir au même rapport dans %s"
489
496
  msgid "Columns to sum"
490
497
  msgstr "Colonnes à additionner"
491
498
 
492
- #. module: mis_builder
493
- #. odoo-python
494
- #: code:addons/mis_builder/models/kpimatrix.py:0
495
- #, python-format
496
- msgid "Columns {} and {} are not comparable"
497
- msgstr "Les colonnes {} and {} ne sont pas comparables"
498
-
499
499
  #. module: mis_builder
500
500
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
501
501
  msgid "Companies for which data will be searched."
@@ -860,7 +860,7 @@ msgstr ""
860
860
  #. odoo-python
861
861
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
862
862
  #, python-format
863
- msgid "Generated on {} at {}"
863
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
864
864
  msgstr ""
865
865
 
866
866
  #. module: mis_builder
@@ -948,10 +948,10 @@ msgstr ""
948
948
  #: code:addons/mis_builder/models/mis_report.py:0
949
949
  #, python-format
950
950
  msgid ""
951
- "KPI \"{}\" has type {} while a tuple was expected.\n"
951
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
952
952
  "\n"
953
953
  "This can be fixed by either:\n"
954
- "\t- Changing the KPI value to a tuple of length {}\n"
954
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
955
955
  "or\n"
956
956
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
957
957
  "sub-KPI."
@@ -962,8 +962,8 @@ msgstr ""
962
962
  #: code:addons/mis_builder/models/mis_report.py:0
963
963
  #, python-format
964
964
  msgid ""
965
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
966
- "expected."
965
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
966
+ "length%(expected_length)s is expected."
967
967
  msgstr ""
968
968
 
969
969
  #. module: mis_builder
@@ -1872,6 +1872,10 @@ msgstr ""
1872
1872
  msgid "xx-small"
1873
1873
  msgstr ""
1874
1874
 
1875
+ #, python-format
1876
+ #~ msgid "Columns {} and {} are not comparable"
1877
+ #~ msgstr "Les colonnes {} and {} ne sont pas comparables"
1878
+
1875
1879
  #, python-format
1876
1880
  #~ msgid "Can not update a multi kpi from the kpi line"
1877
1881
  #~ msgstr "Vous ne pouvez pas modifier un KPI multi depuis la ligne de KPI"
@@ -404,6 +404,13 @@ msgstr ""
404
404
  msgid "Columns"
405
405
  msgstr ""
406
406
 
407
+ #. module: mis_builder
408
+ #. odoo-python
409
+ #: code:addons/mis_builder/models/kpimatrix.py:0
410
+ #, python-format
411
+ msgid "Columns %(descr)s and %(base_descr) are not comparable"
412
+ msgstr ""
413
+
407
414
  #. module: mis_builder
408
415
  #. odoo-python
409
416
  #: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -416,13 +423,6 @@ msgstr ""
416
423
  msgid "Columns to sum"
417
424
  msgstr ""
418
425
 
419
- #. module: mis_builder
420
- #. odoo-python
421
- #: code:addons/mis_builder/models/kpimatrix.py:0
422
- #, python-format
423
- msgid "Columns {} and {} are not comparable"
424
- msgstr ""
425
-
426
426
  #. module: mis_builder
427
427
  #: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
428
428
  msgid "Companies for which data will be searched."
@@ -787,7 +787,7 @@ msgstr ""
787
787
  #. odoo-python
788
788
  #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
789
789
  #, python-format
790
- msgid "Generated on {} at {}"
790
+ msgid "Generated on %(gen_date)s at %(gen_time)s"
791
791
  msgstr ""
792
792
 
793
793
  #. module: mis_builder
@@ -875,10 +875,10 @@ msgstr ""
875
875
  #: code:addons/mis_builder/models/mis_report.py:0
876
876
  #, python-format
877
877
  msgid ""
878
- "KPI \"{}\" has type {} while a tuple was expected.\n"
878
+ "KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
879
879
  "\n"
880
880
  "This can be fixed by either:\n"
881
- "\t- Changing the KPI value to a tuple of length {}\n"
881
+ "\t- Changing the KPI value to a tuple of length %(length)s\n"
882
882
  "or\n"
883
883
  "\t- Changing the KPI to `multi` mode and giving an explicit value for each "
884
884
  "sub-KPI."
@@ -889,8 +889,8 @@ msgstr ""
889
889
  #: code:addons/mis_builder/models/mis_report.py:0
890
890
  #, python-format
891
891
  msgid ""
892
- "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
893
- "expected."
892
+ "KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
893
+ "length%(expected_length)s is expected."
894
894
  msgstr ""
895
895
 
896
896
  #. module: mis_builder