Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] mis_builder #607

Merged
merged 16 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^mis_builder/|
^mis_builder_budget/|
^mis_builder_demo/|
# END NOT INSTALLABLE ADDONS
Expand Down
907 changes: 484 additions & 423 deletions mis_builder/README.rst

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mis_builder/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "MIS Builder",
"version": "16.0.5.1.5",
"version": "17.0.1.0.0",
"category": "Reporting",
"summary": """
Build 'Management Information System' Reports and Dashboards
Expand Down Expand Up @@ -38,7 +38,7 @@
],
},
"qweb": ["static/src/xml/mis_report_widget.xml"],
"installable": False,
"installable": True,
"application": True,
"license": "AGPL-3",
"development_status": "Production/Stable",
Expand Down
7 changes: 0 additions & 7 deletions mis_builder/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1917,15 +1917,12 @@ msgstr "xx-grand"
msgid "xx-small"
msgstr "xx-petit"

#, python-format
#~ msgid "Columns {} and {} are not comparable"
#~ msgstr "Les colonnes {} et {} ne sont pas comparables"

#, python-format
#~ msgid "Generated on {} at {}"
#~ msgstr "Généré le {} à {}"

#, python-format
#~ msgid ""
#~ "KPI \"{}\" has type {} while a tuple was expected.\n"
#~ "\n"
Expand All @@ -1943,15 +1940,13 @@ msgstr "xx-petit"
#~ "\t- Changer le KPI en mode 'multi' et donner une valeur pour chaque sous-"
#~ "KPI."

#, python-format
#~ msgid ""
#~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} "
#~ "is expected."
#~ msgstr ""
#~ "Le KPI \"{}\" est une liste de valeurs de longueur {} alors qu'une liste "
#~ "de valeurs de longueur {} est attendue."

#, python-format
#~ msgid "Can not update a multi kpi from the kpi line"
#~ msgstr ""
#~ "Vous ne pouvez pas mettre à  jour un kpi multi depuis la ligne de kpi"
Expand All @@ -1977,11 +1972,9 @@ msgstr "xx-petit"
#~ msgid "Style expression"
#~ msgstr "Expression du style"

#, python-format
#~ msgid "Unexpected accumulation method %s for %s."
#~ msgstr "Méthode d'accumulation inattendue %s pour %s."

#, python-format
#~ msgid "from %s to %s"
#~ msgstr "de %s à  %s"

Expand Down
Loading
Loading