odoo-addon-mis-builder 16.0.5.1.8__py3-none-any.whl → 16.0.5.1.9.1__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/mis_builder/README.rst +9 -1
- odoo/addons/mis_builder/__manifest__.py +1 -1
- odoo/addons/mis_builder/i18n/it.po +80 -5
- odoo/addons/mis_builder/models/aep.py +1 -1
- odoo/addons/mis_builder/models/expression_evaluator.py +1 -1
- odoo/addons/mis_builder/models/kpimatrix.py +2 -5
- odoo/addons/mis_builder/readme/HISTORY.rst +8 -0
- odoo/addons/mis_builder/static/description/index.html +116 -108
- {odoo_addon_mis_builder-16.0.5.1.8.dist-info → odoo_addon_mis_builder-16.0.5.1.9.1.dist-info}/METADATA +10 -2
- {odoo_addon_mis_builder-16.0.5.1.8.dist-info → odoo_addon_mis_builder-16.0.5.1.9.1.dist-info}/RECORD +12 -12
- {odoo_addon_mis_builder-16.0.5.1.8.dist-info → odoo_addon_mis_builder-16.0.5.1.9.1.dist-info}/WHEEL +0 -0
- {odoo_addon_mis_builder-16.0.5.1.8.dist-info → odoo_addon_mis_builder-16.0.5.1.9.1.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:
|
10
|
+
!! source digest: sha256:a3bce2b0c8cf7b32a0a827b8e5a50bb39fea7acaa9784549c3a25217226624aa
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -100,6 +100,14 @@ be found on GitHub.
|
|
100
100
|
Changelog
|
101
101
|
=========
|
102
102
|
|
103
|
+
16.0.5.1.9 (2024-02-09)
|
104
|
+
~~~~~~~~~~~~~~~~~~~~~~~
|
105
|
+
|
106
|
+
**Bugfixes**
|
107
|
+
|
108
|
+
- Restore compatibility with python 3.9 (`#590 <https://github.com/OCA/mis-builder/issues/590>`_)
|
109
|
+
|
110
|
+
|
103
111
|
16.0.5.1.8 (2024-02-08)
|
104
112
|
~~~~~~~~~~~~~~~~~~~~~~~
|
105
113
|
|
@@ -6,8 +6,8 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 10.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date:
|
10
|
-
"Last-Translator:
|
9
|
+
"PO-Revision-Date: 2024-02-19 10:34+0000\n"
|
10
|
+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
11
11
|
"Language-Team: none\n"
|
12
12
|
"Language: it\n"
|
13
13
|
"MIME-Version: 1.0\n"
|
@@ -37,6 +37,15 @@ msgid ""
|
|
37
37
|
"receivable accounts over\n"
|
38
38
|
" the period."
|
39
39
|
msgstr ""
|
40
|
+
"<code>\n"
|
41
|
+
" balp[('user_type_id', '=',\n"
|
42
|
+
" ref('account.\n"
|
43
|
+
" data_account_type_receivable')."
|
44
|
+
"id)][]\n"
|
45
|
+
" </code>\n"
|
46
|
+
" : variazione del bilancio di tutti i "
|
47
|
+
"crediti\n"
|
48
|
+
" nel periodo."
|
40
49
|
|
41
50
|
#. module: mis_builder
|
42
51
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -48,6 +57,12 @@ msgid ""
|
|
48
57
|
" : balance of move lines related to "
|
49
58
|
"tax grid 56."
|
50
59
|
msgstr ""
|
60
|
+
"<code>\n"
|
61
|
+
" balp[][('tax_line_id.tag_ids', "
|
62
|
+
"'=', ref('l10n_be.tax_tag_56').id)]\n"
|
63
|
+
" </code>\n"
|
64
|
+
" : bilancio righe movimento relative "
|
65
|
+
"alla griglia imposta 56."
|
51
66
|
|
52
67
|
#. module: mis_builder
|
53
68
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -61,6 +76,14 @@ msgid ""
|
|
61
76
|
"and journal BNK1 during\n"
|
62
77
|
" the period."
|
63
78
|
msgstr ""
|
79
|
+
"<code>\n"
|
80
|
+
" debp[55%][('journal_id.code', "
|
81
|
+
"'=',\n"
|
82
|
+
" 'BNK1')]\n"
|
83
|
+
" </code>\n"
|
84
|
+
" : somma di tutti i debiti nei conti "
|
85
|
+
"55 e registro BNK1\n"
|
86
|
+
" nel periodo."
|
64
87
|
|
65
88
|
#. module: mis_builder
|
66
89
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -68,6 +91,8 @@ msgid ""
|
|
68
91
|
"<code>AccountingNone</code> : a null value that behaves as 0 in\n"
|
69
92
|
" arithmetic operations."
|
70
93
|
msgstr ""
|
94
|
+
"<code>AccountingNone</code> : un valore nullo vale come 0\n"
|
95
|
+
" nelle operazioni aritmetiche."
|
71
96
|
|
72
97
|
#. module: mis_builder
|
73
98
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -77,6 +102,10 @@ msgid ""
|
|
77
102
|
"balance, debit, credit,\n"
|
78
103
|
" positive balance, negative balance."
|
79
104
|
msgstr ""
|
105
|
+
"<code>bal</code>, <code>crd</code>, <code>deb</code>, <code>\n"
|
106
|
+
" pbal</code>, <code>nbal</code> : "
|
107
|
+
"bilancio, debito, credito,\n"
|
108
|
+
" bilancio positivo, bilancio negativo."
|
80
109
|
|
81
110
|
#. module: mis_builder
|
82
111
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -85,6 +114,9 @@ msgid ""
|
|
85
114
|
" the period (it is the same as "
|
86
115
|
"<code>balp[70]</code>."
|
87
116
|
msgstr ""
|
117
|
+
"<code>bal[70]</code> : variazioni de di bilancio del conto 70\n"
|
118
|
+
" nel periodo (è lo stesso di "
|
119
|
+
"<code>balp[70]</code>."
|
88
120
|
|
89
121
|
#. module: mis_builder
|
90
122
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -92,11 +124,13 @@ msgid ""
|
|
92
124
|
"<code>bale[1%]</code> : balance of accounts starting with 1 at\n"
|
93
125
|
" end of period."
|
94
126
|
msgstr ""
|
127
|
+
"<code>bale[1%]</code> : bilancio dei conti che iniziano con 1\n"
|
128
|
+
" alla fine del periodo."
|
95
129
|
|
96
130
|
#. module: mis_builder
|
97
131
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
98
132
|
msgid "<code>bali[70,60]</code> : initial balance of accounts 70 and 60."
|
99
|
-
msgstr ""
|
133
|
+
msgstr "<code>bali[70,60]</code> : bilancio iniziale dei conti tra 70 e 60."
|
100
134
|
|
101
135
|
#. module: mis_builder
|
102
136
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -107,6 +141,11 @@ msgid ""
|
|
107
141
|
"loss of previous fiscal\n"
|
108
142
|
" years."
|
109
143
|
msgstr ""
|
144
|
+
"<code>balu[]</code> : (<code>u</code> per non allocati) è una espressione "
|
145
|
+
"speciale\n"
|
146
|
+
" che visualizza i ricavi/perdite non "
|
147
|
+
"allocati dell'anno fiscale\n"
|
148
|
+
" precedente."
|
110
149
|
|
111
150
|
#. module: mis_builder
|
112
151
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -114,6 +153,8 @@ msgid ""
|
|
114
153
|
"<code>crdp[40%]</code> : sum of all credits on accounts starting\n"
|
115
154
|
" with 40 during the period."
|
116
155
|
msgstr ""
|
156
|
+
"<code>crdp[40%]</code> : comma di tutti i crediti nei conti che iniziano\n"
|
157
|
+
" con 40 nel periodo."
|
117
158
|
|
118
159
|
#. module: mis_builder
|
119
160
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -122,6 +163,8 @@ msgid ""
|
|
122
163
|
"the\n"
|
123
164
|
" period."
|
124
165
|
msgstr ""
|
166
|
+
"<code>date_from</code>, <code>date_to</code> : date iniziale e finale del\n"
|
167
|
+
" periodo."
|
125
168
|
|
126
169
|
#. module: mis_builder
|
127
170
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -129,6 +172,8 @@ msgid ""
|
|
129
172
|
"<code>datetime</code>, <code>datetime</code>, <code>dateutil</code> : the "
|
130
173
|
"python modules."
|
131
174
|
msgstr ""
|
175
|
+
"<code>datetime</code>, <code>datetime</code>, <code>dateutil</code> : i "
|
176
|
+
"moduli Python."
|
132
177
|
|
133
178
|
#. module: mis_builder
|
134
179
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -137,6 +182,9 @@ msgid ""
|
|
137
182
|
"the period,\n"
|
138
183
|
" initial balance, ending balance"
|
139
184
|
msgstr ""
|
185
|
+
"<code>p</code>, <code>i</code>, <code>e</code> : rispettivamente la "
|
186
|
+
"variazione nel periodo,\n"
|
187
|
+
" bilancio iniziale, bilancio finale"
|
140
188
|
|
141
189
|
#. module: mis_builder
|
142
190
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -145,6 +193,9 @@ msgid ""
|
|
145
193
|
" starting with 55 whose ending "
|
146
194
|
"balance is positive."
|
147
195
|
msgstr ""
|
196
|
+
"<code>pbale[55%]</code> : somma di tutti i bilanci finalei dei conti\n"
|
197
|
+
" che iniziano con 55 e hanno bilancio "
|
198
|
+
"finale positivo."
|
148
199
|
|
149
200
|
#. module: mis_builder
|
150
201
|
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
|
@@ -155,11 +206,16 @@ msgid ""
|
|
155
206
|
"expected, very\n"
|
156
207
|
" similar to the python builtins."
|
157
208
|
msgstr ""
|
209
|
+
"<code>sum</code>, <code>min</code>,\n"
|
210
|
+
" <code>max</code>, <code>len</code>,\n"
|
211
|
+
" <code>avg</code> : si comporta come "
|
212
|
+
"atteso, molto\n"
|
213
|
+
" simile ai metodi integrati Python."
|
158
214
|
|
159
215
|
#. module: mis_builder
|
160
216
|
#: model_terms:ir.ui.view,arch_db:mis_builder.report_mis_report_instance
|
161
217
|
msgid "<span>-</span>"
|
162
|
-
msgstr ""
|
218
|
+
msgstr "<span>-</span>"
|
163
219
|
|
164
220
|
#. module: mis_builder
|
165
221
|
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period__source_aml_model_id
|
@@ -167,6 +223,8 @@ msgid ""
|
|
167
223
|
"A 'move line like' model, ie having at least debit, credit, date, account_id "
|
168
224
|
"and company_id fields."
|
169
225
|
msgstr ""
|
226
|
+
"Un modello 'simile alla riga movimento', cioè che ha almeno i campi debit, "
|
227
|
+
"credit, date, account_id e company_id."
|
170
228
|
|
171
229
|
#. module: mis_builder
|
172
230
|
#: model:ir.model.fields,help:mis_builder.field_mis_report__move_lines_source
|
@@ -175,6 +233,9 @@ msgid ""
|
|
175
233
|
"A 'move line like' model, ie having at least debit, credit, date, account_id "
|
176
234
|
"and company_id fields. This model is the data source for column Actuals."
|
177
235
|
msgstr ""
|
236
|
+
"Un modello 'simile alla riga movimento', cioè con almeno i campi debit, "
|
237
|
+
"credit, date, account_id e company_id. Questo modello è l'origine dati per "
|
238
|
+
"la colonna Corrente."
|
178
239
|
|
179
240
|
#. module: mis_builder
|
180
241
|
#. odoo-python
|
@@ -188,6 +249,8 @@ msgstr ""
|
|
188
249
|
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance_period__analytic_domain
|
189
250
|
msgid "A domain to additionally filter move lines considered in this column."
|
190
251
|
msgstr ""
|
252
|
+
"Un dominio per ulteriori filtri delle righe movimento considerato nella "
|
253
|
+
"colonna."
|
191
254
|
|
192
255
|
#. module: mis_builder
|
193
256
|
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__analytic_domain
|
@@ -197,11 +260,15 @@ msgid ""
|
|
197
260
|
"as budgets by account, make sure to use only fields that are available in "
|
198
261
|
"all move line sources."
|
199
262
|
msgstr ""
|
263
|
+
"Un dominio per un filtro addizionale considerato nel resoconto. Precuazione: "
|
264
|
+
"quando si usano origini diverse di righe movimento in colonne diverse, come "
|
265
|
+
"budget per conto, assicurarsi di utilizzare solo campi che sono disponibili "
|
266
|
+
"in tutte le sorgenti di righe movimento."
|
200
267
|
|
201
268
|
#. module: mis_builder
|
202
269
|
#: model:ir.model.fields,field_description:mis_builder.field_mis_report__account_model
|
203
270
|
msgid "Account Model"
|
204
|
-
msgstr ""
|
271
|
+
msgstr "Modello contabile"
|
205
272
|
|
206
273
|
#. module: mis_builder
|
207
274
|
#: model:ir.model.fields,field_description:mis_builder.field_mis_report_kpi__accumulation_method
|
@@ -216,6 +283,9 @@ msgid ""
|
|
216
283
|
"Actual (alternative) models used in columns must have the same account model "
|
217
284
|
"in the Account field and must be the same defined in the report template: %s"
|
218
285
|
msgstr ""
|
286
|
+
"Modelli correnti (alternativi) utilizzati nelle colonne devono avere lo "
|
287
|
+
"stesso modello conto nel campo Conto e deve essere lo stesso definito nel "
|
288
|
+
"modello resoconto: %s"
|
219
289
|
|
220
290
|
#. module: mis_builder
|
221
291
|
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_instance_period__source__actuals
|
@@ -236,6 +306,11 @@ msgid ""
|
|
236
306
|
"Sum columns: summation (+/-) of other columns.\n"
|
237
307
|
"Compare to column: compare to other column.\n"
|
238
308
|
msgstr ""
|
309
|
+
"Correnti: dati correnti, dalla contabilità e altre estrazioni.\n"
|
310
|
+
"Correnti (alternativo): dati correnti da origini alternative (es. una vista "
|
311
|
+
"database che fornisce simile a righe movimento conto).\n"
|
312
|
+
"Somma colonne: comma (+/-) delle colonne.\n"
|
313
|
+
"Confronto con colonna: confronta con un altra colonna.\n"
|
239
314
|
|
240
315
|
#. module: mis_builder
|
241
316
|
#: model:ir.model,name:mis_builder.model_prorata_read_group_mixin
|
@@ -543,4 +543,4 @@ class AccountingExpressionProcessor:
|
|
543
543
|
# TODO shoud we include here the accounts of type "unaffected"
|
544
544
|
# or leave that to the caller?
|
545
545
|
bals = cls._get_balances(cls.MODE_UNALLOCATED, companies, date, date)
|
546
|
-
return tuple(map(sum, zip(*bals.values()
|
546
|
+
return tuple(map(sum, zip(*bals.values()))) # noqa: B905
|
@@ -58,7 +58,7 @@ class ExpressionEvaluator:
|
|
58
58
|
vals = []
|
59
59
|
drilldown_args = []
|
60
60
|
name_error = False
|
61
|
-
for expr, replaced_expr in zip(exprs, replaced_exprs
|
61
|
+
for expr, replaced_expr in zip(exprs, replaced_exprs): # noqa: B905
|
62
62
|
val = mis_safe_eval(replaced_expr, locals_dict)
|
63
63
|
vals.append(val)
|
64
64
|
if replaced_expr != expr:
|
@@ -234,9 +234,7 @@ class KpiMatrix:
|
|
234
234
|
cell_tuple = []
|
235
235
|
assert len(vals) == col.colspan
|
236
236
|
assert len(drilldown_args) == col.colspan
|
237
|
-
for val, drilldown_arg, subcol in zip(
|
238
|
-
vals, drilldown_args, col.iter_subcols(), strict=True
|
239
|
-
):
|
237
|
+
for val, drilldown_arg, subcol in zip(vals, drilldown_args, col.iter_subcols()): # noqa: B905
|
240
238
|
if isinstance(val, DataError):
|
241
239
|
val_rendered = val.name
|
242
240
|
val_comment = val.msg
|
@@ -347,11 +345,10 @@ class KpiMatrix:
|
|
347
345
|
if not common_subkpis or cell.subcol.subkpi in common_subkpis
|
348
346
|
]
|
349
347
|
comparison_cell_tuple = []
|
350
|
-
for val, base_val, comparison_subcol in zip(
|
348
|
+
for val, base_val, comparison_subcol in zip( # noqa: B905
|
351
349
|
vals,
|
352
350
|
base_vals,
|
353
351
|
comparison_col.iter_subcols(),
|
354
|
-
strict=True,
|
355
352
|
):
|
356
353
|
# TODO FIXME average factors
|
357
354
|
comparison = self._style_model.compare_and_render(
|
@@ -366,7 +366,7 @@ ul.auto-toc {
|
|
366
366
|
!! This file is generated by oca-gen-addon-readme !!
|
367
367
|
!! changes will be overwritten. !!
|
368
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
369
|
-
!! source digest: sha256:
|
369
|
+
!! source digest: sha256:a3bce2b0c8cf7b32a0a827b8e5a50bb39fea7acaa9784549c3a25217226624aa
|
370
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
371
371
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/mis-builder/tree/16.0/mis_builder"><img alt="OCA/mis-builder" src="https://img.shields.io/badge/github-OCA%2Fmis--builder-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/mis-builder&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
372
372
|
<p>This module allows you to build Management Information Systems dashboards.
|
@@ -382,46 +382,47 @@ can be added to Odoo dashboards.</p>
|
|
382
382
|
<li><a class="reference internal" href="#development" id="toc-entry-3">Development</a></li>
|
383
383
|
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-4">Known issues / Roadmap</a></li>
|
384
384
|
<li><a class="reference internal" href="#changelog" id="toc-entry-5">Changelog</a><ul>
|
385
|
-
<li><a class="reference internal" href="#section-1" id="toc-entry-6">16.0.5.1.
|
386
|
-
<li><a class="reference internal" href="#section-2" id="toc-entry-7">16.0.5.1.
|
387
|
-
<li><a class="reference internal" href="#section-3" id="toc-entry-8">16.0.5.
|
388
|
-
<li><a class="reference internal" href="#section-4" id="toc-entry-9">
|
389
|
-
<li><a class="reference internal" href="#section-5" id="toc-entry-10">15.0.4.0.
|
390
|
-
<li><a class="reference internal" href="#section-6" id="toc-entry-11">15.0.4.0.
|
391
|
-
<li><a class="reference internal" href="#section-7" id="toc-entry-12">
|
392
|
-
<li><a class="reference internal" href="#section-8" id="toc-entry-13">14.0.
|
393
|
-
<li><a class="reference internal" href="#section-9" id="toc-entry-14">14.0.3.6.
|
394
|
-
<li><a class="reference internal" href="#section-10" id="toc-entry-15">14.0.3.6.
|
395
|
-
<li><a class="reference internal" href="#section-11" id="toc-entry-16">14.0.3.6.
|
396
|
-
<li><a class="reference internal" href="#section-12" id="toc-entry-17">
|
397
|
-
<li><a class="reference internal" href="#section-13" id="toc-entry-18">13.0.3.6.
|
398
|
-
<li><a class="reference internal" href="#section-14" id="toc-entry-19">13.0.3.6.
|
399
|
-
<li><a class="reference internal" href="#section-15" id="toc-entry-20">13.0.3.6.
|
400
|
-
<li><a class="reference internal" href="#section-16" id="toc-entry-21">13.0.3.
|
401
|
-
<li><a class="reference internal" href="#section-17" id="toc-entry-22">
|
402
|
-
<li><a class="reference internal" href="#section-18" id="toc-entry-23">12.0.3.
|
403
|
-
<li><a class="reference internal" href="#section-19" id="toc-entry-24">12.0.3.
|
404
|
-
<li><a class="reference internal" href="#section-20" id="toc-entry-25">
|
405
|
-
<li><a class="reference internal" href="#section-21" id="toc-entry-26">11.0.3.2.
|
406
|
-
<li><a class="reference internal" href="#section-22" id="toc-entry-27">
|
407
|
-
<li><a class="reference internal" href="#section-23" id="toc-entry-28">
|
408
|
-
<li><a class="reference internal" href="#section-24" id="toc-entry-29">
|
409
|
-
<li><a class="reference internal" href="#section-25" id="toc-entry-30">10.0.3.
|
410
|
-
<li><a class="reference internal" href="#section-26" id="toc-entry-31">10.0.3.0.
|
411
|
-
<li><a class="reference internal" href="#section-27" id="toc-entry-32">10.0.3.0.
|
412
|
-
<li><a class="reference internal" href="#
|
413
|
-
<li><a class="reference internal" href="#
|
414
|
-
<li><a class="reference internal" href="#section-29" id="toc-entry-35">9.0.2.0.
|
415
|
-
<li><a class="reference internal" href="#section-30" id="toc-entry-36">9.0.2.0.
|
416
|
-
<li><a class="reference internal" href="#section-31" id="toc-entry-37">
|
417
|
-
<li><a class="reference internal" href="#section-32" id="toc-entry-38">8.0.0.
|
385
|
+
<li><a class="reference internal" href="#section-1" id="toc-entry-6">16.0.5.1.9 (2024-02-09)</a></li>
|
386
|
+
<li><a class="reference internal" href="#section-2" id="toc-entry-7">16.0.5.1.8 (2024-02-08)</a></li>
|
387
|
+
<li><a class="reference internal" href="#section-3" id="toc-entry-8">16.0.5.1.0 (2023-04-04)</a></li>
|
388
|
+
<li><a class="reference internal" href="#section-4" id="toc-entry-9">16.0.5.0.0 (2023-04-01)</a></li>
|
389
|
+
<li><a class="reference internal" href="#section-5" id="toc-entry-10">15.0.4.0.5 (2022-07-19)</a></li>
|
390
|
+
<li><a class="reference internal" href="#section-6" id="toc-entry-11">15.0.4.0.4 (2022-07-19)</a></li>
|
391
|
+
<li><a class="reference internal" href="#section-7" id="toc-entry-12">15.0.4.0.2 (2022-02-16)</a></li>
|
392
|
+
<li><a class="reference internal" href="#section-8" id="toc-entry-13">14.0.4.0.0 (2022-01-08)</a></li>
|
393
|
+
<li><a class="reference internal" href="#section-9" id="toc-entry-14">14.0.3.6.7 (2021-06-02)</a></li>
|
394
|
+
<li><a class="reference internal" href="#section-10" id="toc-entry-15">14.0.3.6.6 (2021-04-23)</a></li>
|
395
|
+
<li><a class="reference internal" href="#section-11" id="toc-entry-16">14.0.3.6.5 (2021-04-23)</a></li>
|
396
|
+
<li><a class="reference internal" href="#section-12" id="toc-entry-17">14.0.3.6.4 (2021-04-06)</a></li>
|
397
|
+
<li><a class="reference internal" href="#section-13" id="toc-entry-18">13.0.3.6.3 (2020-08-28)</a></li>
|
398
|
+
<li><a class="reference internal" href="#section-14" id="toc-entry-19">13.0.3.6.2 (2020-04-22)</a></li>
|
399
|
+
<li><a class="reference internal" href="#section-15" id="toc-entry-20">13.0.3.6.1 (2020-04-22)</a></li>
|
400
|
+
<li><a class="reference internal" href="#section-16" id="toc-entry-21">13.0.3.6.0 (2020-03-28)</a></li>
|
401
|
+
<li><a class="reference internal" href="#section-17" id="toc-entry-22">13.0.3.5.0 (2020-01-??)</a></li>
|
402
|
+
<li><a class="reference internal" href="#section-18" id="toc-entry-23">12.0.3.5.0 (2019-10-26)</a></li>
|
403
|
+
<li><a class="reference internal" href="#section-19" id="toc-entry-24">12.0.3.4.0 (2019-07-09)</a></li>
|
404
|
+
<li><a class="reference internal" href="#section-20" id="toc-entry-25">12.0.3.3.0 (2019-01-26)</a></li>
|
405
|
+
<li><a class="reference internal" href="#section-21" id="toc-entry-26">11.0.3.2.2 (2018-06-30)</a></li>
|
406
|
+
<li><a class="reference internal" href="#section-22" id="toc-entry-27">11.0.3.2.1 (2018-05-29)</a></li>
|
407
|
+
<li><a class="reference internal" href="#section-23" id="toc-entry-28">10.0.3.2.0 (2018-05-02)</a></li>
|
408
|
+
<li><a class="reference internal" href="#section-24" id="toc-entry-29">11.0.3.1.2 (2018-02-04)</a></li>
|
409
|
+
<li><a class="reference internal" href="#section-25" id="toc-entry-30">10.0.3.1.1 (2017-11-14)</a></li>
|
410
|
+
<li><a class="reference internal" href="#section-26" id="toc-entry-31">10.0.3.0.4 (2017-10-14)</a></li>
|
411
|
+
<li><a class="reference internal" href="#section-27" id="toc-entry-32">10.0.3.0.3 (2017-10-03)</a></li>
|
412
|
+
<li><a class="reference internal" href="#section-28" id="toc-entry-33">10.0.3.0.2 (2017-10-01)</a></li>
|
413
|
+
<li><a class="reference internal" href="#unreleased" id="toc-entry-34">10.0.2.0.3 (unreleased)</a></li>
|
414
|
+
<li><a class="reference internal" href="#section-29" id="toc-entry-35">9.0.2.0.2 (2016-09-27)</a></li>
|
415
|
+
<li><a class="reference internal" href="#section-30" id="toc-entry-36">9.0.2.0.1 (2016-05-26)</a></li>
|
416
|
+
<li><a class="reference internal" href="#section-31" id="toc-entry-37">9.0.2.0.0 (2016-05-24)</a></li>
|
417
|
+
<li><a class="reference internal" href="#section-32" id="toc-entry-38">8.0.1.0.0 (2016-04-27)</a></li>
|
418
|
+
<li><a class="reference internal" href="#section-33" id="toc-entry-39">8.0.0.2.0</a></li>
|
418
419
|
</ul>
|
419
420
|
</li>
|
420
|
-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-
|
421
|
-
<li><a class="reference internal" href="#credits" id="toc-entry-
|
422
|
-
<li><a class="reference internal" href="#authors" id="toc-entry-
|
423
|
-
<li><a class="reference internal" href="#contributors" id="toc-entry-
|
424
|
-
<li><a class="reference internal" href="#maintainers" id="toc-entry-
|
421
|
+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-40">Bug Tracker</a></li>
|
422
|
+
<li><a class="reference internal" href="#credits" id="toc-entry-41">Credits</a><ul>
|
423
|
+
<li><a class="reference internal" href="#authors" id="toc-entry-42">Authors</a></li>
|
424
|
+
<li><a class="reference internal" href="#contributors" id="toc-entry-43">Contributors</a></li>
|
425
|
+
<li><a class="reference internal" href="#maintainers" id="toc-entry-44">Maintainers</a></li>
|
425
426
|
</ul>
|
426
427
|
</li>
|
427
428
|
</ul>
|
@@ -480,21 +481,28 @@ be found on GitHub.</p>
|
|
480
481
|
<div class="section" id="changelog">
|
481
482
|
<h1><a class="toc-backref" href="#toc-entry-5">Changelog</a></h1>
|
482
483
|
<div class="section" id="section-1">
|
483
|
-
<h2><a class="toc-backref" href="#toc-entry-6">16.0.5.1.
|
484
|
+
<h2><a class="toc-backref" href="#toc-entry-6">16.0.5.1.9 (2024-02-09)</a></h2>
|
484
485
|
<p><strong>Bugfixes</strong></p>
|
485
486
|
<ul class="simple">
|
486
|
-
<li>
|
487
|
+
<li>Restore compatibility with python 3.9 (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/590">#590</a>)</li>
|
487
488
|
</ul>
|
488
489
|
</div>
|
489
490
|
<div class="section" id="section-2">
|
490
|
-
<h2><a class="toc-backref" href="#toc-entry-7">16.0.5.1.
|
491
|
+
<h2><a class="toc-backref" href="#toc-entry-7">16.0.5.1.8 (2024-02-08)</a></h2>
|
492
|
+
<p><strong>Bugfixes</strong></p>
|
493
|
+
<ul class="simple">
|
494
|
+
<li>Resolve a permission issue when creating report periods with a user without admin rights. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/596">#596</a>)</li>
|
495
|
+
</ul>
|
496
|
+
</div>
|
497
|
+
<div class="section" id="section-3">
|
498
|
+
<h2><a class="toc-backref" href="#toc-entry-8">16.0.5.1.0 (2023-04-04)</a></h2>
|
491
499
|
<p><strong>Features</strong></p>
|
492
500
|
<ul class="simple">
|
493
501
|
<li>Improve UX by adding the option to edit the pivot date directly on the view.</li>
|
494
502
|
</ul>
|
495
503
|
</div>
|
496
|
-
<div class="section" id="section-
|
497
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
504
|
+
<div class="section" id="section-4">
|
505
|
+
<h2><a class="toc-backref" href="#toc-entry-9">16.0.5.0.0 (2023-04-01)</a></h2>
|
498
506
|
<p><strong>Features</strong></p>
|
499
507
|
<ul class="simple">
|
500
508
|
<li>Migration to 16.0<ul>
|
@@ -529,29 +537,29 @@ the report configuration form.</li>
|
|
529
537
|
<li>Fix access error when previewing or printing report. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/415">#415</a>)</li>
|
530
538
|
</ul>
|
531
539
|
</div>
|
532
|
-
<div class="section" id="section-
|
533
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
540
|
+
<div class="section" id="section-5">
|
541
|
+
<h2><a class="toc-backref" href="#toc-entry-10">15.0.4.0.5 (2022-07-19)</a></h2>
|
534
542
|
<p><strong>Bugfixes</strong></p>
|
535
543
|
<ul class="simple">
|
536
544
|
<li>Support users without timezone. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/388">#388</a>)</li>
|
537
545
|
</ul>
|
538
546
|
</div>
|
539
|
-
<div class="section" id="section-
|
540
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
547
|
+
<div class="section" id="section-6">
|
548
|
+
<h2><a class="toc-backref" href="#toc-entry-11">15.0.4.0.4 (2022-07-19)</a></h2>
|
541
549
|
<p><strong>Bugfixes</strong></p>
|
542
550
|
<ul class="simple">
|
543
551
|
<li>Allow deleting a report that has subreports. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/431">#431</a>)</li>
|
544
552
|
</ul>
|
545
553
|
</div>
|
546
|
-
<div class="section" id="section-
|
547
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
554
|
+
<div class="section" id="section-7">
|
555
|
+
<h2><a class="toc-backref" href="#toc-entry-12">15.0.4.0.2 (2022-02-16)</a></h2>
|
548
556
|
<p><strong>Bugfixes</strong></p>
|
549
557
|
<ul class="simple">
|
550
558
|
<li>Fix access right issue when clicking the “Save” button on a MIS Report Instance form. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/410">#410</a>)</li>
|
551
559
|
</ul>
|
552
560
|
</div>
|
553
|
-
<div class="section" id="section-
|
554
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
561
|
+
<div class="section" id="section-8">
|
562
|
+
<h2><a class="toc-backref" href="#toc-entry-13">14.0.4.0.0 (2022-01-08)</a></h2>
|
555
563
|
<p><strong>Features</strong></p>
|
556
564
|
<ul class="simple">
|
557
565
|
<li>Remove various field size limits. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/332">#332</a>)</li>
|
@@ -576,8 +584,8 @@ change to use <tt class="docutils literal">parent_state</tt>, we now remove this
|
|
576
584
|
</li>
|
577
585
|
</ul>
|
578
586
|
</div>
|
579
|
-
<div class="section" id="section-
|
580
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
587
|
+
<div class="section" id="section-9">
|
588
|
+
<h2><a class="toc-backref" href="#toc-entry-14">14.0.3.6.7 (2021-06-02)</a></h2>
|
581
589
|
<p><strong>Bugfixes</strong></p>
|
582
590
|
<ul class="simple">
|
583
591
|
<li>When on a MIS Report Instance, if you wanted to generate a new line of type comparison, you couldn’t currently select any existing period to compare.
|
@@ -585,15 +593,15 @@ This happened because the field domain was searching in a NewId context, thus no
|
|
585
593
|
Changing the domain and making it use a computed field with a search for the _origin record solves the problem. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/361">#361</a>)</li>
|
586
594
|
</ul>
|
587
595
|
</div>
|
588
|
-
<div class="section" id="section-
|
589
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
596
|
+
<div class="section" id="section-10">
|
597
|
+
<h2><a class="toc-backref" href="#toc-entry-15">14.0.3.6.6 (2021-04-23)</a></h2>
|
590
598
|
<p><strong>Bugfixes</strong></p>
|
591
599
|
<ul class="simple">
|
592
600
|
<li>Fix drilldown action name when the account model has been customized. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/350">#350</a>)</li>
|
593
601
|
</ul>
|
594
602
|
</div>
|
595
|
-
<div class="section" id="section-
|
596
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
603
|
+
<div class="section" id="section-11">
|
604
|
+
<h2><a class="toc-backref" href="#toc-entry-16">14.0.3.6.5 (2021-04-23)</a></h2>
|
597
605
|
<p><strong>Bugfixes</strong></p>
|
598
606
|
<ul class="simple">
|
599
607
|
<li>While duplicating a MIS report instance, comparison columns are ignored because
|
@@ -601,8 +609,8 @@ they would raise an error otherwise, as they keep the old source_cmpcol_from_id
|
|
601
609
|
and source_cmpcol_to_id from the original record. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/343">#343</a>)</li>
|
602
610
|
</ul>
|
603
611
|
</div>
|
604
|
-
<div class="section" id="section-
|
605
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
612
|
+
<div class="section" id="section-12">
|
613
|
+
<h2><a class="toc-backref" href="#toc-entry-17">14.0.3.6.4 (2021-04-06)</a></h2>
|
606
614
|
<p><strong>Features</strong></p>
|
607
615
|
<ul class="simple">
|
608
616
|
<li>The drilldown action name displayed on the breadcrumb has been revised.
|
@@ -612,8 +620,8 @@ of the kpi’s technical definition. (<a class="reference external" href="https:
|
|
612
620
|
view. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/320">#320</a>)</li>
|
613
621
|
</ul>
|
614
622
|
</div>
|
615
|
-
<div class="section" id="section-
|
616
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
623
|
+
<div class="section" id="section-13">
|
624
|
+
<h2><a class="toc-backref" href="#toc-entry-18">13.0.3.6.3 (2020-08-28)</a></h2>
|
617
625
|
<p><strong>Bugfixes</strong></p>
|
618
626
|
<ul class="simple">
|
619
627
|
<li>Having a “Compare columns” added on a KPI with an associated style using a
|
@@ -625,23 +633,23 @@ when exporting to XLSX. (<a class="reference external" href="https://github.com/
|
|
625
633
|
<li><a class="reference external" href="https://github.com/OCA/mis-builder/issues/280">#280</a>, <a class="reference external" href="https://github.com/OCA/mis-builder/issues/296">#296</a></li>
|
626
634
|
</ul>
|
627
635
|
</div>
|
628
|
-
<div class="section" id="section-
|
629
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
636
|
+
<div class="section" id="section-14">
|
637
|
+
<h2><a class="toc-backref" href="#toc-entry-19">13.0.3.6.2 (2020-04-22)</a></h2>
|
630
638
|
<p><strong>Bugfixes</strong></p>
|
631
639
|
<ul class="simple">
|
632
640
|
<li>The “Settings” button is now displayed for users with the “Show full accounting features” right when previewing a report. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/281">#281</a>)</li>
|
633
641
|
</ul>
|
634
642
|
</div>
|
635
|
-
<div class="section" id="section-
|
636
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
643
|
+
<div class="section" id="section-15">
|
644
|
+
<h2><a class="toc-backref" href="#toc-entry-20">13.0.3.6.1 (2020-04-22)</a></h2>
|
637
645
|
<p><strong>Bugfixes</strong></p>
|
638
646
|
<ul class="simple">
|
639
647
|
<li>Fix <tt class="docutils literal">TypeError: 'module' object is not iterable</tt> when using
|
640
648
|
budgets by account. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/276">#276</a>)</li>
|
641
649
|
</ul>
|
642
650
|
</div>
|
643
|
-
<div class="section" id="section-
|
644
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
651
|
+
<div class="section" id="section-16">
|
652
|
+
<h2><a class="toc-backref" href="#toc-entry-21">13.0.3.6.0 (2020-03-28)</a></h2>
|
645
653
|
<p><strong>Features</strong></p>
|
646
654
|
<ul class="simple">
|
647
655
|
<li>Add column-level filters on analytic account and analytic tags.
|
@@ -656,12 +664,12 @@ Sheet” to create new KPI’s for the ratios (e.g. balance_sheet.current_assets
|
|
656
664
|
balance_sheet.total_assets). (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/155">#155</a>)</li>
|
657
665
|
</ul>
|
658
666
|
</div>
|
659
|
-
<div class="section" id="section-
|
660
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
667
|
+
<div class="section" id="section-17">
|
668
|
+
<h2><a class="toc-backref" href="#toc-entry-22">13.0.3.5.0 (2020-01-??)</a></h2>
|
661
669
|
<p>Migration to odoo 13.0.</p>
|
662
670
|
</div>
|
663
|
-
<div class="section" id="section-
|
664
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
671
|
+
<div class="section" id="section-18">
|
672
|
+
<h2><a class="toc-backref" href="#toc-entry-23">12.0.3.5.0 (2019-10-26)</a></h2>
|
665
673
|
<p><strong>Features</strong></p>
|
666
674
|
<ul class="simple">
|
667
675
|
<li>The <tt class="docutils literal">account_id</tt> field of the model selected in ‘Move lines source’
|
@@ -691,8 +699,8 @@ style. (<a class="reference external" href="https://github.com/oca/mis-builder/i
|
|
691
699
|
<li>In Excel export, keep the percentage point suffix (pp) instead of replacing it with %. (<a class="reference external" href="https://github.com/oca/mis-builder/issues/220">#220</a>)</li>
|
692
700
|
</ul>
|
693
701
|
</div>
|
694
|
-
<div class="section" id="section-
|
695
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
702
|
+
<div class="section" id="section-19">
|
703
|
+
<h2><a class="toc-backref" href="#toc-entry-24">12.0.3.4.0 (2019-07-09)</a></h2>
|
696
704
|
<p><strong>Features</strong></p>
|
697
705
|
<ul class="simple">
|
698
706
|
<li>New year-to-date mode for defining periods. (<a class="reference external" href="https://github.com/oca/mis-builder/issues/165">#165</a>)</li>
|
@@ -710,8 +718,8 @@ non-multi expressions yield tuples of incorrect lenght. (<a class="reference ext
|
|
710
718
|
<li>Fix rendering of percentage types in Excel export. (<a class="reference external" href="https://github.com/oca/mis-builder/issues/192">#192</a>)</li>
|
711
719
|
</ul>
|
712
720
|
</div>
|
713
|
-
<div class="section" id="section-
|
714
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
721
|
+
<div class="section" id="section-20">
|
722
|
+
<h2><a class="toc-backref" href="#toc-entry-25">12.0.3.3.0 (2019-01-26)</a></h2>
|
715
723
|
<p><strong>Features</strong></p>
|
716
724
|
<p><em>Dynamic analytic filters in report preview are not yet available in 11,
|
717
725
|
this requires an update to the JS widget that proved difficult to implement
|
@@ -751,8 +759,8 @@ is checked, as for all other syle elements. (<cite>#121 <https://github.com/O
|
|
751
759
|
<p>If you use <tt class="docutils literal">Actuals (alternative)</tt> data source in combination with analytic
|
752
760
|
filters, the underlying model must now have an <tt class="docutils literal">analytic_account_id</tt> field.</p>
|
753
761
|
</div>
|
754
|
-
<div class="section" id="section-
|
755
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
762
|
+
<div class="section" id="section-21">
|
763
|
+
<h2><a class="toc-backref" href="#toc-entry-26">11.0.3.2.2 (2018-06-30)</a></h2>
|
756
764
|
<ul class="simple">
|
757
765
|
<li>[FIX] Fix bug in company_default_get call returning
|
758
766
|
id instead of recordset
|
@@ -763,16 +771,16 @@ need to be displayed).
|
|
763
771
|
(<a class="reference external" href="https://github.com/OCA/mis-builder/issues/46">#46</a>)</li>
|
764
772
|
</ul>
|
765
773
|
</div>
|
766
|
-
<div class="section" id="section-
|
767
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
774
|
+
<div class="section" id="section-22">
|
775
|
+
<h2><a class="toc-backref" href="#toc-entry-27">11.0.3.2.1 (2018-05-29)</a></h2>
|
768
776
|
<ul class="simple">
|
769
777
|
<li>[FIX] Missing comparison operator for AccountingNone
|
770
778
|
leading to errors in pbal computations
|
771
779
|
(<a class="reference external" href="https://github.com/OCA/mis-builder/issue/93">#93</a>)</li>
|
772
780
|
</ul>
|
773
781
|
</div>
|
774
|
-
<div class="section" id="section-
|
775
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
782
|
+
<div class="section" id="section-23">
|
783
|
+
<h2><a class="toc-backref" href="#toc-entry-28">10.0.3.2.0 (2018-05-02)</a></h2>
|
776
784
|
<ul class="simple">
|
777
785
|
<li>[FIX] make subkpi ordering deterministic
|
778
786
|
(<a class="reference external" href="https://github.com/OCA/mis-builder/issues/71">#71</a>)</li>
|
@@ -786,13 +794,13 @@ resp positive balances)
|
|
786
794
|
(<a class="reference external" href="https://github.com/OCA/mis-builder/issues/86">#86</a>)</li>
|
787
795
|
</ul>
|
788
796
|
</div>
|
789
|
-
<div class="section" id="section-
|
790
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
797
|
+
<div class="section" id="section-24">
|
798
|
+
<h2><a class="toc-backref" href="#toc-entry-29">11.0.3.1.2 (2018-02-04)</a></h2>
|
791
799
|
<p>Migration to Odoo 11. No new feature.
|
792
800
|
(<a class="reference external" href="https://github.com/OCA/mis-builder/pull/67">#67</a>)</p>
|
793
801
|
</div>
|
794
|
-
<div class="section" id="section-
|
795
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
802
|
+
<div class="section" id="section-25">
|
803
|
+
<h2><a class="toc-backref" href="#toc-entry-30">10.0.3.1.1 (2017-11-14)</a></h2>
|
796
804
|
<p>New features:</p>
|
797
805
|
<ul class="simple">
|
798
806
|
<li>[ADD] month and year relative periods, easier to use than
|
@@ -829,24 +837,24 @@ created (not yet saved) report instances.
|
|
829
837
|
<li>Alternative move line data sources must have a company_id field.</li>
|
830
838
|
</ul>
|
831
839
|
</div>
|
832
|
-
<div class="section" id="section-
|
833
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
840
|
+
<div class="section" id="section-26">
|
841
|
+
<h2><a class="toc-backref" href="#toc-entry-31">10.0.3.0.4 (2017-10-14)</a></h2>
|
834
842
|
<p>Bug fix:</p>
|
835
843
|
<ul class="simple">
|
836
844
|
<li>[FIX] issue with initial balance rounding.
|
837
845
|
<a class="reference external" href="https://github.com/OCA/mis-builder/issues/30">#30</a></li>
|
838
846
|
</ul>
|
839
847
|
</div>
|
840
|
-
<div class="section" id="section-
|
841
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
848
|
+
<div class="section" id="section-27">
|
849
|
+
<h2><a class="toc-backref" href="#toc-entry-32">10.0.3.0.3 (2017-10-03)</a></h2>
|
842
850
|
<p>Bug fix:</p>
|
843
851
|
<ul class="simple">
|
844
852
|
<li>[FIX] fix error saving KPI on newly created reports.
|
845
853
|
<a class="reference external" href="https://github.com/OCA/mis-builder/issues/18">#18</a></li>
|
846
854
|
</ul>
|
847
855
|
</div>
|
848
|
-
<div class="section" id="section-
|
849
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
856
|
+
<div class="section" id="section-28">
|
857
|
+
<h2><a class="toc-backref" href="#toc-entry-33">10.0.3.0.2 (2017-10-01)</a></h2>
|
850
858
|
<p>New features:</p>
|
851
859
|
<ul class="simple">
|
852
860
|
<li>[ADD] Alternative move line source per report column.
|
@@ -890,7 +898,7 @@ expressions were used in a KPI</li>
|
|
890
898
|
</ul>
|
891
899
|
</div>
|
892
900
|
<div class="section" id="unreleased">
|
893
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
901
|
+
<h2><a class="toc-backref" href="#toc-entry-34">10.0.2.0.3 (unreleased)</a></h2>
|
894
902
|
<ul class="simple">
|
895
903
|
<li>[IMP] more robust behaviour in presence of missing expressions</li>
|
896
904
|
<li>[FIX] indent style</li>
|
@@ -902,23 +910,23 @@ reports with no objects</li>
|
|
902
910
|
<li>[IMP] provide full access to mis builder style for group Adviser.</li>
|
903
911
|
</ul>
|
904
912
|
</div>
|
905
|
-
<div class="section" id="section-
|
906
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
913
|
+
<div class="section" id="section-29">
|
914
|
+
<h2><a class="toc-backref" href="#toc-entry-35">9.0.2.0.2 (2016-09-27)</a></h2>
|
907
915
|
<ul class="simple">
|
908
916
|
<li>[IMP] Add refresh button in mis report preview.</li>
|
909
917
|
<li>[IMP] Widget code changes to allow to add fields in the widget more easily.</li>
|
910
918
|
</ul>
|
911
919
|
</div>
|
912
|
-
<div class="section" id="section-
|
913
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
920
|
+
<div class="section" id="section-30">
|
921
|
+
<h2><a class="toc-backref" href="#toc-entry-36">9.0.2.0.1 (2016-05-26)</a></h2>
|
914
922
|
<ul class="simple">
|
915
923
|
<li>[IMP] remove unused argument in declare_and_compute_period()
|
916
924
|
for a cleaner API. This is a breaking API changing merged in
|
917
925
|
urgency before it is used by other modules.</li>
|
918
926
|
</ul>
|
919
927
|
</div>
|
920
|
-
<div class="section" id="section-
|
921
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
928
|
+
<div class="section" id="section-31">
|
929
|
+
<h2><a class="toc-backref" href="#toc-entry-37">9.0.2.0.0 (2016-05-24)</a></h2>
|
922
930
|
<p>Part of the work for this release has been done at the Sorrento sprint
|
923
931
|
April 26-29, 2016. The rest (ie a major refactoring) has been done in
|
924
932
|
the weeks after.</p>
|
@@ -965,8 +973,8 @@ flexible alternative to fiscal periods</li>
|
|
965
973
|
consolidation accounts have been removed</li>
|
966
974
|
</ul>
|
967
975
|
</div>
|
968
|
-
<div class="section" id="section-
|
969
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
976
|
+
<div class="section" id="section-32">
|
977
|
+
<h2><a class="toc-backref" href="#toc-entry-38">8.0.1.0.0 (2016-04-27)</a></h2>
|
970
978
|
<ul class="simple">
|
971
979
|
<li>The copy of a MIS Report Instance now copies period.
|
972
980
|
<a class="reference external" href="https://github.com/OCA/account-financial-reporting/pull/181">https://github.com/OCA/account-financial-reporting/pull/181</a></li>
|
@@ -990,13 +998,13 @@ the widget to open the door to analytic filtering in the previews.
|
|
990
998
|
<a class="reference external" href="https://github.com/OCA/account-financial-reporting/pull/131">https://github.com/OCA/account-financial-reporting/pull/131</a></li>
|
991
999
|
</ul>
|
992
1000
|
</div>
|
993
|
-
<div class="section" id="section-
|
994
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
1001
|
+
<div class="section" id="section-33">
|
1002
|
+
<h2><a class="toc-backref" href="#toc-entry-39">8.0.0.2.0</a></h2>
|
995
1003
|
<p>Pre-history. Or rather, you need to look at the git log.</p>
|
996
1004
|
</div>
|
997
1005
|
</div>
|
998
1006
|
<div class="section" id="bug-tracker">
|
999
|
-
<h1><a class="toc-backref" href="#toc-entry-
|
1007
|
+
<h1><a class="toc-backref" href="#toc-entry-40">Bug Tracker</a></h1>
|
1000
1008
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/mis-builder/issues">GitHub Issues</a>.
|
1001
1009
|
In case of trouble, please check there if your issue has already been reported.
|
1002
1010
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
@@ -1004,15 +1012,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
1004
1012
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
1005
1013
|
</div>
|
1006
1014
|
<div class="section" id="credits">
|
1007
|
-
<h1><a class="toc-backref" href="#toc-entry-
|
1015
|
+
<h1><a class="toc-backref" href="#toc-entry-41">Credits</a></h1>
|
1008
1016
|
<div class="section" id="authors">
|
1009
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
1017
|
+
<h2><a class="toc-backref" href="#toc-entry-42">Authors</a></h2>
|
1010
1018
|
<ul class="simple">
|
1011
1019
|
<li>ACSONE SA/NV</li>
|
1012
1020
|
</ul>
|
1013
1021
|
</div>
|
1014
1022
|
<div class="section" id="contributors">
|
1015
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
1023
|
+
<h2><a class="toc-backref" href="#toc-entry-43">Contributors</a></h2>
|
1016
1024
|
<ul class="simple">
|
1017
1025
|
<li>Stéphane Bidoul <<a class="reference external" href="mailto:stephane.bidoul@acsone.eu">stephane.bidoul@acsone.eu</a>></li>
|
1018
1026
|
<li>Laetitia Gangloff <<a class="reference external" href="mailto:laetitia.gangloff@acsone.eu">laetitia.gangloff@acsone.eu</a>></li>
|
@@ -1044,7 +1052,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
1044
1052
|
</ul>
|
1045
1053
|
</div>
|
1046
1054
|
<div class="section" id="maintainers">
|
1047
|
-
<h2><a class="toc-backref" href="#toc-entry-
|
1055
|
+
<h2><a class="toc-backref" href="#toc-entry-44">Maintainers</a></h2>
|
1048
1056
|
<p>This module is maintained by the OCA.</p>
|
1049
1057
|
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
1050
1058
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-mis_builder
|
3
|
-
Version: 16.0.5.1.
|
3
|
+
Version: 16.0.5.1.9.1
|
4
4
|
Requires-Python: >=3.10
|
5
5
|
Requires-Dist: odoo-addon-date_range>=16.0dev,<16.1dev
|
6
6
|
Requires-Dist: odoo-addon-report_xlsx>=16.0dev,<16.1dev
|
@@ -25,7 +25,7 @@ MIS Builder
|
|
25
25
|
!! This file is generated by oca-gen-addon-readme !!
|
26
26
|
!! changes will be overwritten. !!
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
|
-
!! source digest: sha256:
|
28
|
+
!! source digest: sha256:a3bce2b0c8cf7b32a0a827b8e5a50bb39fea7acaa9784549c3a25217226624aa
|
29
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
30
30
|
|
31
31
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -118,6 +118,14 @@ be found on GitHub.
|
|
118
118
|
Changelog
|
119
119
|
=========
|
120
120
|
|
121
|
+
16.0.5.1.9 (2024-02-09)
|
122
|
+
~~~~~~~~~~~~~~~~~~~~~~~
|
123
|
+
|
124
|
+
**Bugfixes**
|
125
|
+
|
126
|
+
- Restore compatibility with python 3.9 (`#590 <https://github.com/OCA/mis-builder/issues/590>`_)
|
127
|
+
|
128
|
+
|
121
129
|
16.0.5.1.8 (2024-02-08)
|
122
130
|
~~~~~~~~~~~~~~~~~~~~~~~
|
123
131
|
|
{odoo_addon_mis_builder-16.0.5.1.8.dist-info → odoo_addon_mis_builder-16.0.5.1.9.1.dist-info}/RECORD
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/mis_builder/README.rst,sha256=
|
1
|
+
odoo/addons/mis_builder/README.rst,sha256=lJHFYoQB7z-4zx2nuGpJoRszrvDTZyolKAlKIqVRHkE,29747
|
2
2
|
odoo/addons/mis_builder/__init__.py,sha256=-8wG-57WxKfMMA5_TFzpubBcfthcsAP5vjTkhXKf7ds,185
|
3
|
-
odoo/addons/mis_builder/__manifest__.py,sha256=
|
3
|
+
odoo/addons/mis_builder/__manifest__.py,sha256=ndlEUYGHYc-RA1gmfc8rIuzm8SB57PNKoqfsnVxR9zs,1556
|
4
4
|
odoo/addons/mis_builder/datas/ir_cron.xml,sha256=H5nnz-4CqZPVveJdRoJ_DrBOOsihK4XwOjWcSMYv68A,558
|
5
5
|
odoo/addons/mis_builder/i18n/ca.po,sha256=_hw-pIoOudeREKA5F6I3ZzNFoi5ScbAjt-n8w-K0-TI,89958
|
6
6
|
odoo/addons/mis_builder/i18n/de.po,sha256=N_3JJJ-4ofgF3CyPVcRmBu--FS9OlNcauLwrzB1R7Ok,65267
|
@@ -9,7 +9,7 @@ odoo/addons/mis_builder/i18n/el_GR.po,sha256=oF8Tp0eGUdothdcwpOr4B1zsP_IaGjKo3Wh
|
|
9
9
|
odoo/addons/mis_builder/i18n/es.po,sha256=Xa_UQEBXkHapuBf8iQeKTD4JyAAGgKzeov7N5OS5JDk,86444
|
10
10
|
odoo/addons/mis_builder/i18n/fr.po,sha256=sAyyFTSgSrmKC2zKio4tfheVWKi7VWaZeUEUYiJGctU,82586
|
11
11
|
odoo/addons/mis_builder/i18n/hr.po,sha256=t7Z4FbdbdkDXRFKqhVNz2dNnabwv1725hJoG8VMrAvE,67345
|
12
|
-
odoo/addons/mis_builder/i18n/it.po,sha256=
|
12
|
+
odoo/addons/mis_builder/i18n/it.po,sha256=bykJwcwI47pqFZP6wNB3899XXKyjxmzzIF1VK57KzNQ,72414
|
13
13
|
odoo/addons/mis_builder/i18n/mis_builder.pot,sha256=-pF8toPMa87vKcacFbgFT6QWneZqXhyhn36wGK8VGO4,62113
|
14
14
|
odoo/addons/mis_builder/i18n/nl.po,sha256=2xbRSRD-PZAQZC54RwlKQUIBFsGdGdfsfbb_EWqg2Nw,74688
|
15
15
|
odoo/addons/mis_builder/i18n/nl_NL.po,sha256=d3RKauD0_rcouw1Na_BOAdceBniIXRG414iGfkgTbGo,74780
|
@@ -22,11 +22,11 @@ odoo/addons/mis_builder/migrations/8.0.2.0.0/post-migration.py,sha256=2ajXbej7u7
|
|
22
22
|
odoo/addons/mis_builder/migrations/8.0.2.0.0/pre-migration.py,sha256=YvwydfULu5ls4ZtNyu6efxp_1niQftqx1ujdgofZCTg,521
|
23
23
|
odoo/addons/mis_builder/models/__init__.py,sha256=_h9tbt-H0JjtHL6kI7-wiEnd5u2qkP855DevyjxLBbI,331
|
24
24
|
odoo/addons/mis_builder/models/accounting_none.py,sha256=6EE6x4slUbyP2TVnHpilsWu8XqWhGZMt79uBOmNLcVs,4156
|
25
|
-
odoo/addons/mis_builder/models/aep.py,sha256=
|
25
|
+
odoo/addons/mis_builder/models/aep.py,sha256=hl7pG2SMt3ACSkcTZvHOL7gkNwJ1dAw5nonTadOVKpI,22493
|
26
26
|
odoo/addons/mis_builder/models/aggregate.py,sha256=jLULkhMPh4FBJ9T8Al2Qf9uUwBjhS5t8W2J2tRrYQAA,2860
|
27
27
|
odoo/addons/mis_builder/models/data_error.py,sha256=ltTIrFCbsxYXmdPTVFVJj3ejZxyc83NEsIFQs2s3-L0,442
|
28
|
-
odoo/addons/mis_builder/models/expression_evaluator.py,sha256=
|
29
|
-
odoo/addons/mis_builder/models/kpimatrix.py,sha256=
|
28
|
+
odoo/addons/mis_builder/models/expression_evaluator.py,sha256=honBPA9VOg0q_BOPuB8CkMA_wcoMUMxDbB-ULnjRpb4,2459
|
29
|
+
odoo/addons/mis_builder/models/kpimatrix.py,sha256=otTvqqvLOINVL1jbudn2PhvWwURDtmsoNN5TzM0hIwI,19812
|
30
30
|
odoo/addons/mis_builder/models/mis_kpi_data.py,sha256=5lEEXn-j-xBmToJsluitpETQwrtRq5mfcFCv0xaXboM,4185
|
31
31
|
odoo/addons/mis_builder/models/mis_report.py,sha256=Aet1YOlpadf3Cu9XoAnx8GI0kDa5UktI0U_mnj44jZ8,37775
|
32
32
|
odoo/addons/mis_builder/models/mis_report_instance.py,sha256=t6O99caseV_lJudII1hOJZZl4wQeJnLNCkgR4iE1p_c,35987
|
@@ -38,7 +38,7 @@ odoo/addons/mis_builder/models/simple_array.py,sha256=wEgxZexbMs1mYirZJEVep0-8cG
|
|
38
38
|
odoo/addons/mis_builder/readme/CONTRIBUTORS.rst,sha256=7VxtbAoyovqhPNEnVmNgZZn1kYhOIx_xObwOi5ip0cg,1165
|
39
39
|
odoo/addons/mis_builder/readme/DESCRIPTION.rst,sha256=ZqIH3paFxS34iEZVgIQZQtgGrPTyy6A2qp4jVLarTaw,334
|
40
40
|
odoo/addons/mis_builder/readme/DEVELOP.rst,sha256=BrYTBvhwrBED55wQnsdu5IQQo3nWeKMKNlCL3iz847E,462
|
41
|
-
odoo/addons/mis_builder/readme/HISTORY.rst,sha256
|
41
|
+
odoo/addons/mis_builder/readme/HISTORY.rst,sha256=-WoEWB0eP46xA-yb0ppvo02qKKw1v0e5hGy2A1LpVuM,23066
|
42
42
|
odoo/addons/mis_builder/readme/INSTALL.rst,sha256=_qgJjGs9tzDA7eSPV4Aut67__XpKxeDHosX8a8jF71Y,287
|
43
43
|
odoo/addons/mis_builder/readme/ROADMAP.rst,sha256=GlRO36ywZrQ_WikxLGkuXznjwEJtnlJ27ISnLNeqinI,237
|
44
44
|
odoo/addons/mis_builder/readme/USAGE.rst,sha256=6LM-M2rlOhx92yghymhJuteAsmxpURqeeNwRQmDYoEU,1124
|
@@ -54,7 +54,7 @@ odoo/addons/mis_builder/static/description/ex_report_preview.png,sha256=NKBRn70E
|
|
54
54
|
odoo/addons/mis_builder/static/description/ex_report_settings.png,sha256=T7j_3DUUtdZ6XKsAvJ3uKsK_-GtRl0sRPD68ZOa6ebA,103790
|
55
55
|
odoo/addons/mis_builder/static/description/ex_report_template.png,sha256=c8KgzyGD5QiZNCmxaVR4u3h1K0TJN50uXZWoNsieN8A,100278
|
56
56
|
odoo/addons/mis_builder/static/description/icon.png,sha256=0OCahdqDvaS_CHV97ZCbajW0_AcBLVVvja_EJA2mC6s,4770
|
57
|
-
odoo/addons/mis_builder/static/description/index.html,sha256=
|
57
|
+
odoo/addons/mis_builder/static/description/index.html,sha256=Ty8Ot9OPg3uZ_Xozp6qh0tomC7k-zq9D2UCdUX95joE,55881
|
58
58
|
odoo/addons/mis_builder/static/src/components/mis_report_widget.css,sha256=ew7iozGAv9ue3KPf_8qA_AhHlNGis7pJu8A7tc6CO4Y,1198
|
59
59
|
odoo/addons/mis_builder/static/src/components/mis_report_widget.esm.js,sha256=UzKMeuffo1BT5VmOi0Um9xtplbvdjcrc-_KOkZrTc_A,5528
|
60
60
|
odoo/addons/mis_builder/static/src/components/mis_report_widget.xml,sha256=eKbIbOWmsc_qdT_zYuFdqxZIYpf6JEQGTcXE0vcLax4,5679
|
@@ -82,7 +82,7 @@ odoo/addons/mis_builder/views/mis_report_style.xml,sha256=HRsXhEZZYbuZg7qJyfhdnE
|
|
82
82
|
odoo/addons/mis_builder/wizard/__init__.py,sha256=qlc_LcwA6U3Wgv-qC9uacPjZXV3jShrV_RBiuKCBNPA,158
|
83
83
|
odoo/addons/mis_builder/wizard/mis_builder_dashboard.py,sha256=DIas3iie9fb2WzJ2eGcrVc7y64IuRyxSG7tJrcV-53g,3404
|
84
84
|
odoo/addons/mis_builder/wizard/mis_builder_dashboard.xml,sha256=ArG86hdyRWm531nK0hYU-j1N87yXtpDVpSuKTmOB47I,1440
|
85
|
-
odoo_addon_mis_builder-16.0.5.1.
|
86
|
-
odoo_addon_mis_builder-16.0.5.1.
|
87
|
-
odoo_addon_mis_builder-16.0.5.1.
|
88
|
-
odoo_addon_mis_builder-16.0.5.1.
|
85
|
+
odoo_addon_mis_builder-16.0.5.1.9.1.dist-info/METADATA,sha256=7FEdG-vXOVmoBo7Gjx-kmpzLxjr6xQpWehohmHeKGwA,30463
|
86
|
+
odoo_addon_mis_builder-16.0.5.1.9.1.dist-info/WHEEL,sha256=0WPb27lpWF0K4Majm_kVmkl1QxJZxoKxO5GGil8gPB4,81
|
87
|
+
odoo_addon_mis_builder-16.0.5.1.9.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
88
|
+
odoo_addon_mis_builder-16.0.5.1.9.1.dist-info/RECORD,,
|
{odoo_addon_mis_builder-16.0.5.1.8.dist-info → odoo_addon_mis_builder-16.0.5.1.9.1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|