odoo-addon-mis-builder 17.0.1.0.4__py3-none-any.whl → 17.0.1.0.5__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 +396 -400
- odoo/addons/mis_builder/__manifest__.py +1 -1
- odoo/addons/mis_builder/i18n/zh_CN.po +2 -2
- odoo/addons/mis_builder/static/description/index.html +46 -50
- odoo/addons/mis_builder/tests/test_data_sources.py +8 -0
- odoo_addon_mis_builder-17.0.1.0.5.dist-info/METADATA +783 -0
- {odoo_addon_mis_builder-17.0.1.0.4.dist-info → odoo_addon_mis_builder-17.0.1.0.5.dist-info}/RECORD +9 -9
- odoo_addon_mis_builder-17.0.1.0.4.dist-info/METADATA +0 -787
- {odoo_addon_mis_builder-17.0.1.0.4.dist-info → odoo_addon_mis_builder-17.0.1.0.5.dist-info}/WHEEL +0 -0
- {odoo_addon_mis_builder-17.0.1.0.4.dist-info → odoo_addon_mis_builder-17.0.1.0.5.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:2273c2689dc3b7d4b710f3bf04904720a8f40fac31802cb6fbdf89b8f2455a6e
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
@@ -46,30 +46,30 @@ Your preferred way to install addons will work with MIS Builder.
|
|
46
46
|
|
47
47
|
An easy way to install it with all its dependencies is using pip:
|
48
48
|
|
49
|
-
-
|
50
|
-
-
|
51
|
-
|
49
|
+
- ``pip install --pre odoo12-addon-mis_builder``
|
50
|
+
- then restart Odoo, update the addons list in your database, and
|
51
|
+
install the MIS Builder application.
|
52
52
|
|
53
53
|
Usage
|
54
54
|
=====
|
55
55
|
|
56
56
|
To configure this module, you need to:
|
57
57
|
|
58
|
-
-
|
59
|
-
|
60
|
-
|
61
|
-
|
58
|
+
- Go to Accounting > Configuration > MIS Reporting > MIS Report
|
59
|
+
Templates where you can create report templates by defining KPI's.
|
60
|
+
KPI's constitute the rows of your reports. Such report templates are
|
61
|
+
time independent.
|
62
62
|
|
63
63
|
|image1|
|
64
64
|
|
65
|
-
-
|
66
|
-
|
67
|
-
|
65
|
+
- Then in Accounting > Reports > MIS Reporting > MIS Reports you can
|
66
|
+
create report instance by binding the templates to time periods, hence
|
67
|
+
defining the columns of your reports.
|
68
68
|
|
69
69
|
|image2|
|
70
70
|
|
71
|
-
-
|
72
|
-
|
71
|
+
- From the MIS Reports view, you can preview the report, add it to and
|
72
|
+
Odoo dashboard, and export it to PDF or Excel.
|
73
73
|
|
74
74
|
|image3|
|
75
75
|
|
@@ -106,227 +106,224 @@ Changelog
|
|
106
106
|
Features
|
107
107
|
~~~~~~~~
|
108
108
|
|
109
|
-
-
|
110
|
-
|
109
|
+
- Add support for branch companies.
|
110
|
+
(`#648 <https://github.com/OCA/mis-builder/issues/648>`__)
|
111
111
|
|
112
112
|
16.0.5.1.9 (2024-02-09)
|
113
113
|
-----------------------
|
114
114
|
|
115
115
|
**Bugfixes**
|
116
116
|
|
117
|
-
-
|
118
|
-
|
117
|
+
- Restore compatibility with python 3.9
|
118
|
+
(`#590 <https://github.com/OCA/mis-builder/issues/590>`__)
|
119
119
|
|
120
120
|
16.0.5.1.8 (2024-02-08)
|
121
121
|
-----------------------
|
122
122
|
|
123
123
|
**Bugfixes**
|
124
124
|
|
125
|
-
-
|
126
|
-
|
127
|
-
|
125
|
+
- Resolve a permission issue when creating report periods with a user
|
126
|
+
without admin rights.
|
127
|
+
(`#596 <https://github.com/OCA/mis-builder/issues/596>`__)
|
128
128
|
|
129
129
|
16.0.5.1.0 (2023-04-04)
|
130
130
|
-----------------------
|
131
131
|
|
132
132
|
**Features**
|
133
133
|
|
134
|
-
-
|
135
|
-
|
134
|
+
- Improve UX by adding the option to edit the pivot date directly on the
|
135
|
+
view.
|
136
136
|
|
137
137
|
16.0.5.0.0 (2023-04-01)
|
138
138
|
-----------------------
|
139
139
|
|
140
140
|
**Features**
|
141
141
|
|
142
|
-
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
``Widget`` tab in the report configuration form.
|
142
|
+
- Migration to 16.0
|
143
|
+
|
144
|
+
- Addition of a generic filter domain on reports and columns.
|
145
|
+
- Addition of a search bar to the widget. The corresponding search
|
146
|
+
view is configurable per report.
|
147
|
+
- Huge improvement of the widget style. This was long overdue.
|
148
|
+
- Make the MIS Report menu accessible to the Billing Administrator
|
149
|
+
group (instead of the hidden Show Full Accounting Features), to
|
150
|
+
align with the access rules and avoid giving a false sense of
|
151
|
+
security. This also makes the menu discoverable to new users.
|
152
|
+
- Removal of analytic fetures because the upstream
|
153
|
+
``analytic_distribution`` mechanism is not compatible; support may
|
154
|
+
be introduced in separate module, depending on use cases.
|
155
|
+
- Abandon the ``mis_report_filters`` context key which had security
|
156
|
+
implication. It is replaced by a ``mis_analytic_domain`` context key
|
157
|
+
which is ANDed with other report-defined filters.
|
158
|
+
(`#472 <https://github.com/OCA/mis-builder/issues/472>`__)
|
159
|
+
- Rename the ``get_filter_descriptions_from_context`` method to
|
160
|
+
``get_filter_descriptions``. This method may be overridden to
|
161
|
+
provide additional subtitles on the PDF or XLS report, representing
|
162
|
+
user-selected filters.
|
163
|
+
- The ``hide_analytic_filters`` has been replaced by
|
164
|
+
``widget_show_filters``.
|
165
|
+
- The visibility of the settings button on the widget is now
|
166
|
+
controlled by a ``show_settings_button``. Before it was visible only
|
167
|
+
for the ``account_user`` group but this was not flexible enough.
|
168
|
+
- The widget configuration settings are now grouped in a dedicated
|
169
|
+
``Widget`` tab in the report configuration form.
|
171
170
|
|
172
171
|
**Bugfixes**
|
173
172
|
|
174
|
-
-
|
175
|
-
|
173
|
+
- Fix access error when previewing or printing report.
|
174
|
+
(`#415 <https://github.com/OCA/mis-builder/issues/415>`__)
|
176
175
|
|
177
176
|
15.0.4.0.5 (2022-07-19)
|
178
177
|
-----------------------
|
179
178
|
|
180
179
|
**Bugfixes**
|
181
180
|
|
182
|
-
-
|
183
|
-
|
181
|
+
- Support users without timezone.
|
182
|
+
(`#388 <https://github.com/OCA/mis-builder/issues/388>`__)
|
184
183
|
|
185
184
|
15.0.4.0.4 (2022-07-19)
|
186
185
|
-----------------------
|
187
186
|
|
188
187
|
**Bugfixes**
|
189
188
|
|
190
|
-
-
|
191
|
-
|
189
|
+
- Allow deleting a report that has subreports.
|
190
|
+
(`#431 <https://github.com/OCA/mis-builder/issues/431>`__)
|
192
191
|
|
193
192
|
15.0.4.0.2 (2022-02-16)
|
194
193
|
-----------------------
|
195
194
|
|
196
195
|
**Bugfixes**
|
197
196
|
|
198
|
-
-
|
199
|
-
|
200
|
-
|
197
|
+
- Fix access right issue when clicking the "Save" button on a MIS Report
|
198
|
+
Instance form.
|
199
|
+
(`#410 <https://github.com/OCA/mis-builder/issues/410>`__)
|
201
200
|
|
202
201
|
14.0.4.0.0 (2022-01-08)
|
203
202
|
-----------------------
|
204
203
|
|
205
204
|
**Features**
|
206
205
|
|
207
|
-
-
|
208
|
-
|
206
|
+
- Remove various field size limits.
|
207
|
+
(`#332 <https://github.com/OCA/mis-builder/issues/332>`__)
|
209
208
|
|
210
209
|
**Bugfixes**
|
211
210
|
|
212
|
-
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
(`#377 <https://github.com/OCA/mis-builder/issues/377>`__)
|
211
|
+
- Support for the Odoo 13+ multi-company model. In multi-company mode,
|
212
|
+
several allowed companies can be declared on MIS Report instances, and
|
213
|
+
the report operates on the intersection of report companies and
|
214
|
+
companies selected in the user context.
|
215
|
+
(`#327 <https://github.com/OCA/mis-builder/issues/327>`__)
|
216
|
+
|
217
|
+
- The ``get_additional_query_filter`` argument of ``evaluate()`` is now
|
218
|
+
propagated correctly.
|
219
|
+
(`#375 <https://github.com/OCA/mis-builder/issues/375>`__)
|
220
|
+
|
221
|
+
- Use the ``parent_state`` field of ``account.move.line`` to filter
|
222
|
+
entries in ``posted`` and ``draft`` state only. Before, when reporting
|
223
|
+
in draft mode, all entries were used (i.e. there was no filter), and
|
224
|
+
that started including the cancelled entries/invoices in Odoo 13.+.
|
225
|
+
|
226
|
+
This change also contains a **breaking change** in the internal API.
|
227
|
+
For quite a while the ``target_move argument`` of AEP and other
|
228
|
+
methods was not used by MIS Builder itself and was kept for backward
|
229
|
+
compatibility. To avoid rippling effects of the necessary change to
|
230
|
+
use ``parent_state``, we now remove this argument.
|
231
|
+
(`#377 <https://github.com/OCA/mis-builder/issues/377>`__)
|
234
232
|
|
235
233
|
14.0.3.6.7 (2021-06-02)
|
236
234
|
-----------------------
|
237
235
|
|
238
236
|
**Bugfixes**
|
239
237
|
|
240
|
-
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
238
|
+
- When on a MIS Report Instance, if you wanted to generate a new line of
|
239
|
+
type comparison, you couldn't currently select any existing period to
|
240
|
+
compare. This happened because the field domain was searching in a
|
241
|
+
NewId context, thus not finding a correct period. Changing the domain
|
242
|
+
and making it use a computed field with a search for the \_origin
|
243
|
+
record solves the problem.
|
244
|
+
(`#361 <https://github.com/OCA/mis-builder/issues/361>`__)
|
247
245
|
|
248
246
|
14.0.3.6.6 (2021-04-23)
|
249
247
|
-----------------------
|
250
248
|
|
251
249
|
**Bugfixes**
|
252
250
|
|
253
|
-
-
|
254
|
-
|
251
|
+
- Fix drilldown action name when the account model has been customized.
|
252
|
+
(`#350 <https://github.com/OCA/mis-builder/issues/350>`__)
|
255
253
|
|
256
254
|
14.0.3.6.5 (2021-04-23)
|
257
255
|
-----------------------
|
258
256
|
|
259
257
|
**Bugfixes**
|
260
258
|
|
261
|
-
-
|
262
|
-
|
263
|
-
|
264
|
-
|
259
|
+
- While duplicating a MIS report instance, comparison columns are
|
260
|
+
ignored because they would raise an error otherwise, as they keep the
|
261
|
+
old source_cmpcol_from_id and source_cmpcol_to_id from the original
|
262
|
+
record. (`#343 <https://github.com/OCA/mis-builder/issues/343>`__)
|
265
263
|
|
266
264
|
14.0.3.6.4 (2021-04-06)
|
267
265
|
-----------------------
|
268
266
|
|
269
267
|
**Features**
|
270
268
|
|
271
|
-
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
-
|
276
|
-
|
277
|
-
|
269
|
+
- The drilldown action name displayed on the breadcrumb has been
|
270
|
+
revised. The kpi description and the account ``display_name`` are
|
271
|
+
shown instead of the kpi's technical definition.
|
272
|
+
(`#304 <https://github.com/OCA/mis-builder/issues/304>`__)
|
273
|
+
- Add analytic group filters on report instance, periods and in the
|
274
|
+
interactive view.
|
275
|
+
(`#320 <https://github.com/OCA/mis-builder/issues/320>`__)
|
278
276
|
|
279
277
|
13.0.3.6.3 (2020-08-28)
|
280
278
|
-----------------------
|
281
279
|
|
282
280
|
**Bugfixes**
|
283
281
|
|
284
|
-
-
|
285
|
-
|
286
|
-
|
287
|
-
|
282
|
+
- Having a "Compare columns" added on a KPI with an associated style
|
283
|
+
using a Factor/Divider did lead to the said factor being applied on
|
284
|
+
the percentages when exporting to XLSX.
|
285
|
+
(`#300 <https://github.com/OCA/mis-builder/issues/300>`__)
|
288
286
|
|
289
287
|
**Misc**
|
290
288
|
|
291
|
-
-
|
292
|
-
|
289
|
+
- `#280 <https://github.com/OCA/mis-builder/issues/280>`__,
|
290
|
+
`#296 <https://github.com/OCA/mis-builder/issues/296>`__
|
293
291
|
|
294
292
|
13.0.3.6.2 (2020-04-22)
|
295
293
|
-----------------------
|
296
294
|
|
297
295
|
**Bugfixes**
|
298
296
|
|
299
|
-
-
|
300
|
-
|
301
|
-
|
297
|
+
- The "Settings" button is now displayed for users with the "Show full
|
298
|
+
accounting features" right when previewing a report.
|
299
|
+
(`#281 <https://github.com/OCA/mis-builder/issues/281>`__)
|
302
300
|
|
303
301
|
13.0.3.6.1 (2020-04-22)
|
304
302
|
-----------------------
|
305
303
|
|
306
304
|
**Bugfixes**
|
307
305
|
|
308
|
-
-
|
309
|
-
|
310
|
-
(`#276 <https://github.com/OCA/mis-builder/issues/276>`__)
|
306
|
+
- Fix ``TypeError: 'module' object is not iterable`` when using budgets
|
307
|
+
by account. (`#276 <https://github.com/OCA/mis-builder/issues/276>`__)
|
311
308
|
|
312
309
|
13.0.3.6.0 (2020-03-28)
|
313
310
|
-----------------------
|
314
311
|
|
315
312
|
**Features**
|
316
313
|
|
317
|
-
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
314
|
+
- Add column-level filters on analytic account and analytic tags. These
|
315
|
+
filters are combined with a AND with the report-level filters and
|
316
|
+
cannot be modified in the preview.
|
317
|
+
(`#138 <https://github.com/OCA/mis-builder/issues/138>`__)
|
318
|
+
- Access to KPI from other reports in KPI expressions, aka subreports.
|
319
|
+
In a report template, one can list named "subreports" (other report
|
320
|
+
templates). When evaluating expressions, you can access KPI's of
|
321
|
+
subreports with a dot-prefix notation. Example: you can define a MIS
|
322
|
+
Report for a "Balance Sheet", and then have another MIS Report
|
323
|
+
"Balance Sheet Ratios" that fetches KPI's from "Balance Sheet" to
|
324
|
+
create new KPI's for the ratios (e.g. balance_sheet.current_assets /
|
325
|
+
balance_sheet.total_assets).
|
326
|
+
(`#155 <https://github.com/OCA/mis-builder/issues/155>`__)
|
330
327
|
|
331
328
|
13.0.3.5.0 (2020-01-??)
|
332
329
|
-----------------------
|
@@ -338,65 +335,65 @@ Migration to odoo 13.0.
|
|
338
335
|
|
339
336
|
**Features**
|
340
337
|
|
341
|
-
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
-
|
350
|
-
|
351
|
-
|
352
|
-
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
-
|
359
|
-
|
338
|
+
- The ``account_id`` field of the model selected in 'Move lines source'
|
339
|
+
in the Period form can now be a Many2one relationship with any model
|
340
|
+
that has a ``code`` field (not only with ``account.account`` model).
|
341
|
+
To this end, the model to be used for Actuals move lines can be
|
342
|
+
configured on the report template. It can be something else than move
|
343
|
+
lines and the only constraint is that its ``account_id`` field has a
|
344
|
+
``code`` field.
|
345
|
+
(`#149 <https://github.com/oca/mis-builder/issues/149>`__)
|
346
|
+
- Add ``source_aml_model_name`` field so extension modules providing
|
347
|
+
alternative data sources can more easily customize their data source.
|
348
|
+
(`#214 <https://github.com/oca/mis-builder/issues/214>`__)
|
349
|
+
- Support analytic tag filters in the backend view and preview widget.
|
350
|
+
Selecting several tags in the filter means filtering on move lines
|
351
|
+
which have *all* these tags set. This is to support the most common
|
352
|
+
use case of using tags for different dimensions. The filter also makes
|
353
|
+
a AND with the analytic account filter.
|
354
|
+
(`#228 <https://github.com/oca/mis-builder/issues/228>`__)
|
355
|
+
- Display company in account details rows in multi-company mode.
|
356
|
+
(`#242 <https://github.com/oca/mis-builder/issues/242>`__)
|
360
357
|
|
361
358
|
**Bugfixes**
|
362
359
|
|
363
|
-
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
-
|
373
|
-
|
374
|
-
|
360
|
+
- Propagate context to xlsx report, so the analytic account filter works
|
361
|
+
when exporting to xslx too. This also requires a fix to
|
362
|
+
``report_xlsx`` (see
|
363
|
+
https://github.com/OCA/reporting-engine/pull/259).
|
364
|
+
(`#178 <https://github.com/oca/mis-builder/issues/178>`__)
|
365
|
+
- In columns of type Sum, preserve styles for KPIs that are not summable
|
366
|
+
(eg percentage values). Before this fix, such cells were displayed
|
367
|
+
without style.
|
368
|
+
(`#219 <https://github.com/oca/mis-builder/issues/219>`__)
|
369
|
+
- In Excel export, keep the percentage point suffix (pp) instead of
|
370
|
+
replacing it with %.
|
371
|
+
(`#220 <https://github.com/oca/mis-builder/issues/220>`__)
|
375
372
|
|
376
373
|
12.0.3.4.0 (2019-07-09)
|
377
374
|
-----------------------
|
378
375
|
|
379
376
|
**Features**
|
380
377
|
|
381
|
-
-
|
382
|
-
|
383
|
-
-
|
384
|
-
|
385
|
-
|
386
|
-
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
-
|
391
|
-
|
392
|
-
-
|
393
|
-
|
394
|
-
|
378
|
+
- New year-to-date mode for defining periods.
|
379
|
+
(`#165 <https://github.com/oca/mis-builder/issues/165>`__)
|
380
|
+
- Add support for move lines with negative debit or credit. Used by some
|
381
|
+
for storno accounting. Not officially supported.
|
382
|
+
(`#175 <https://github.com/oca/mis-builder/issues/175>`__)
|
383
|
+
- In Excel export, use a number format with thousands separator. The
|
384
|
+
specific separator used depends on the Excel configuration (eg
|
385
|
+
regional settings).
|
386
|
+
(`#190 <https://github.com/oca/mis-builder/issues/190>`__)
|
387
|
+
- Add generation date/time at the end of the XLS export.
|
388
|
+
(`#191 <https://github.com/oca/mis-builder/issues/191>`__)
|
389
|
+
- In presence of Sub KPIs, report more informative user errors when
|
390
|
+
non-multi expressions yield tuples of incorrect lenght.
|
391
|
+
(`#196 <https://github.com/oca/mis-builder/issues/196>`__)
|
395
392
|
|
396
393
|
**Bugfixes**
|
397
394
|
|
398
|
-
-
|
399
|
-
|
395
|
+
- Fix rendering of percentage types in Excel export.
|
396
|
+
(`#192 <https://github.com/oca/mis-builder/issues/192>`__)
|
400
397
|
|
401
398
|
12.0.3.3.0 (2019-01-26)
|
402
399
|
-----------------------
|
@@ -407,44 +404,44 @@ Migration to odoo 13.0.
|
|
407
404
|
this requires an update to the JS widget that proved difficult to
|
408
405
|
implement so far. Help welcome.*
|
409
406
|
|
410
|
-
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
-
|
420
|
-
|
421
|
-
-
|
422
|
-
|
423
|
-
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
-
|
430
|
-
|
431
|
-
-
|
432
|
-
|
433
|
-
|
434
|
-
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
-
|
439
|
-
|
440
|
-
|
441
|
-
|
407
|
+
- Analytic account filters. On a report, an analytic account can be
|
408
|
+
selected for filtering. The filter will be applied to move lines
|
409
|
+
queries. A filter box is also available in the widget to let the user
|
410
|
+
select the analytic account during report preview.
|
411
|
+
(`#15 <https://github.com/oca/mis-builder/issues/15>`__)
|
412
|
+
- Control visibility of analytic filter combo box in widget. This is
|
413
|
+
useful to hide the analytic filters on reports where they do not make
|
414
|
+
sense, such as balance sheet reports.
|
415
|
+
(`#42 <https://github.com/oca/mis-builder/issues/42>`__)
|
416
|
+
- Display analytic filters in the header of exported pdf and xls.
|
417
|
+
(`#44 <https://github.com/oca/mis-builder/issues/44>`__)
|
418
|
+
- Replace the last old gtk icons with fontawesome icons.
|
419
|
+
(`#104 <https://github.com/oca/mis-builder/issues/104>`__)
|
420
|
+
- Use active_test=False in AEP queries. This is important for reports
|
421
|
+
involving inactive taxes. This should not negatively effect existing
|
422
|
+
reports, because an accounting report must take into account all
|
423
|
+
existing move lines even if they reference objects such as taxes,
|
424
|
+
journals, accounts types that have been deactivated since their
|
425
|
+
creation. (`#107 <https://github.com/oca/mis-builder/issues/107>`__)
|
426
|
+
- int(), float() and round() support for AccountingNone.
|
427
|
+
(`#108 <https://github.com/oca/mis-builder/issues/108>`__)
|
428
|
+
- Allow referencing subkpis by name by writing kpi_x.subkpi_y in
|
429
|
+
expressions.
|
430
|
+
(`#114 <https://github.com/oca/mis-builder/issues/114>`__)
|
431
|
+
- Add an option to control the display of the start/end dates in the
|
432
|
+
column headers. It is disabled by default (this is a change compared
|
433
|
+
to previous behaviour).
|
434
|
+
(`#118 <https://github.com/oca/mis-builder/issues/118>`__)
|
435
|
+
- Add evaluate method to mis.report. This is a simplified method to
|
436
|
+
evaluate kpis of a report over a time period, without creating a
|
437
|
+
mis.report.instance.
|
438
|
+
(`#123 <https://github.com/oca/mis-builder/issues/123>`__)
|
442
439
|
|
443
440
|
**Bugs**
|
444
441
|
|
445
|
-
-
|
446
|
-
|
447
|
-
|
442
|
+
- In the style form, hide the "Hide always" checkbox when "Hide always
|
443
|
+
inherit" is checked, as for all other syle elements.
|
444
|
+
(`#121 <https://github.com/OCA/mis-builder/pull/121>`__)
|
448
445
|
|
449
446
|
**Upgrading from 3.2 (breaking changes)**
|
450
447
|
|
@@ -455,32 +452,32 @@ analytic filters, the underlying model must now have an
|
|
455
452
|
11.0.3.2.2 (2018-06-30)
|
456
453
|
-----------------------
|
457
454
|
|
458
|
-
-
|
459
|
-
|
460
|
-
-
|
461
|
-
|
462
|
-
|
455
|
+
- [FIX] Fix bug in company_default_get call returning id instead of
|
456
|
+
recordset (`#103 <https://github.com/OCA/mis-builder/pull/103>`__)
|
457
|
+
- [IMP] add "hide always" style property to make hidden KPI's (for KPI
|
458
|
+
that serve as basis for other formulas, but do not need to be
|
459
|
+
displayed). (`#46 <https://github.com/OCA/mis-builder/issues/46>`__)
|
463
460
|
|
464
461
|
11.0.3.2.1 (2018-05-29)
|
465
462
|
-----------------------
|
466
463
|
|
467
|
-
-
|
468
|
-
|
469
|
-
|
464
|
+
- [FIX] Missing comparison operator for AccountingNone leading to errors
|
465
|
+
in pbal computations
|
466
|
+
(`#93 <https://github.com/OCA/mis-builder/issue/93>`__)
|
470
467
|
|
471
468
|
10.0.3.2.0 (2018-05-02)
|
472
469
|
-----------------------
|
473
470
|
|
474
|
-
-
|
475
|
-
|
476
|
-
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
-
|
481
|
-
|
482
|
-
|
483
|
-
|
471
|
+
- [FIX] make subkpi ordering deterministic
|
472
|
+
(`#71 <https://github.com/OCA/mis-builder/issues/71>`__)
|
473
|
+
- [ADD] report instance level option to disable account expansion,
|
474
|
+
enabling the creation of detailed templates while deferring the
|
475
|
+
decision of rendering the details or not to the report instance
|
476
|
+
(`#74 <https://github.com/OCA/mis-builder/issues/74>`__)
|
477
|
+
- [ADD] pbal and nbal accounting expressions, to sum positive and
|
478
|
+
negative balances respectively (ie ignoring accounts with negative,
|
479
|
+
resp positive balances)
|
480
|
+
(`#86 <https://github.com/OCA/mis-builder/issues/86>`__)
|
484
481
|
|
485
482
|
11.0.3.1.2 (2018-02-04)
|
486
483
|
-----------------------
|
@@ -493,125 +490,125 @@ Migration to Odoo 11. No new feature.
|
|
493
490
|
|
494
491
|
New features:
|
495
492
|
|
496
|
-
-
|
497
|
-
|
498
|
-
|
499
|
-
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
-
|
513
|
-
|
514
|
-
|
515
|
-
|
493
|
+
- [ADD] month and year relative periods, easier to use than date ranges
|
494
|
+
for the most common case.
|
495
|
+
(`#2 <https://github.com/OCA/mis-builder/issues/2>`__)
|
496
|
+
- [ADD] multi-company consolidation support, with currency conversion
|
497
|
+
(the conversion rate date is the end of the reporting period)
|
498
|
+
(`#7 <https://github.com/OCA/mis-builder/issues/7>`__,
|
499
|
+
`#3 <https://github.com/OCA/mis-builder/issues/3>`__)
|
500
|
+
- [ADD] provide ref, datetime, dateutil, time, user in the evaluation
|
501
|
+
context of move line domains; among other things, this allows using
|
502
|
+
references to xml ids (such as account types or tax tags) when
|
503
|
+
querying move lines
|
504
|
+
(`#26 <https://github.com/OCA/mis-builder/issues/26>`__).
|
505
|
+
- [ADD] extended account selectors: you can now select accounts using
|
506
|
+
any domain on account.account, not only account codes
|
507
|
+
``balp[('account_type', '=', 'asset_receivable')]``
|
508
|
+
(`#4 <https://github.com/OCA/mis-builder/issues/4>`__).
|
509
|
+
- [IMP] in the report instance configuration form, the filters are now
|
510
|
+
grouped in a notebook page, this improves readability and
|
511
|
+
extensibility
|
512
|
+
(`#39 <https://github.com/OCA/mis-builder/issues/39>`__).
|
516
513
|
|
517
514
|
Bug fixes:
|
518
515
|
|
519
|
-
-
|
520
|
-
|
521
|
-
|
522
|
-
-
|
523
|
-
|
516
|
+
- [FIX] fix error when saving periods in comparison mode on newly
|
517
|
+
created (not yet saved) report instances.
|
518
|
+
`#50 <https://github.com/OCA/mis-builder/pull/50>`__
|
519
|
+
- [FIX] improve display of Base Date report instance view.
|
520
|
+
`#51 <https://github.com/OCA/mis-builder/pull/51>`__
|
524
521
|
|
525
522
|
Upgrading from 3.0 (breaking changes):
|
526
523
|
|
527
|
-
-
|
524
|
+
- Alternative move line data sources must have a company_id field.
|
528
525
|
|
529
526
|
10.0.3.0.4 (2017-10-14)
|
530
527
|
-----------------------
|
531
528
|
|
532
529
|
Bug fix:
|
533
530
|
|
534
|
-
-
|
535
|
-
|
531
|
+
- [FIX] issue with initial balance rounding.
|
532
|
+
`#30 <https://github.com/OCA/mis-builder/issues/30>`__
|
536
533
|
|
537
534
|
10.0.3.0.3 (2017-10-03)
|
538
535
|
-----------------------
|
539
536
|
|
540
537
|
Bug fix:
|
541
538
|
|
542
|
-
-
|
543
|
-
|
539
|
+
- [FIX] fix error saving KPI on newly created reports.
|
540
|
+
`#18 <https://github.com/OCA/mis-builder/issues/18>`__
|
544
541
|
|
545
542
|
10.0.3.0.2 (2017-10-01)
|
546
543
|
-----------------------
|
547
544
|
|
548
545
|
New features:
|
549
546
|
|
550
|
-
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
-
|
556
|
-
|
557
|
-
|
558
|
-
-
|
559
|
-
|
560
|
-
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
-
|
565
|
-
-
|
566
|
-
-
|
567
|
-
|
568
|
-
|
569
|
-
-
|
570
|
-
-
|
571
|
-
-
|
572
|
-
|
547
|
+
- [ADD] Alternative move line source per report column. This makes mis
|
548
|
+
buidler accounting expressions work on any model that has debit,
|
549
|
+
credit, account_id and date fields. Provided you can expose, say,
|
550
|
+
committed purchases, or your budget as a view with debit, credit and
|
551
|
+
account_id, this opens up a lot of possibilities
|
552
|
+
- [ADD] Comparison column source (more flexible than the previous, now
|
553
|
+
deprecated, comparison mechanism). CAVEAT: there is no automated
|
554
|
+
migration to the new mechanism.
|
555
|
+
- [ADD] Sum column source, to create columns that add/subtract other
|
556
|
+
columns.
|
557
|
+
- [ADD] mis.kpi.data abstract model as a basis for manual KPI values
|
558
|
+
supporting automatic ajustment to the reporting time period (the basis
|
559
|
+
for budget item, but could also server other purposes, such as
|
560
|
+
manually entering some KPI values, such as number of employee)
|
561
|
+
- [ADD] mis_builder_budget module providing a new budget data source
|
562
|
+
- [ADD] new "hide empty" style property
|
563
|
+
- [IMP] new AEP method to get accounts involved in an expression (this
|
564
|
+
is useful to find which KPI relate to a given P&L acount, to implement
|
565
|
+
budget control)
|
566
|
+
- [IMP] many UI improvements
|
567
|
+
- [IMP] many code style improvements and some refactoring
|
568
|
+
- [IMP] add the column date_from, date_to in expression evaluation
|
569
|
+
context, as well as time, datetime and dateutil modules
|
573
570
|
|
574
571
|
Main bug fixes:
|
575
572
|
|
576
|
-
-
|
577
|
-
|
578
|
-
-
|
579
|
-
|
580
|
-
-
|
581
|
-
|
582
|
-
-
|
583
|
-
|
584
|
-
-
|
585
|
-
-
|
586
|
-
|
587
|
-
-
|
588
|
-
|
573
|
+
- [FIX] deletion of templates and reports (cascade and retricts)
|
574
|
+
(https://github.com/OCA/account-financial-reporting/issues/281)
|
575
|
+
- [FIX] copy of reports
|
576
|
+
(https://github.com/OCA/account-financial-reporting/issues/282)
|
577
|
+
- [FIX] better error message when periods have wrong/missing dates
|
578
|
+
(https://github.com/OCA/account-financial-reporting/issues/283)
|
579
|
+
- [FIX] xlsx export of string types KPI
|
580
|
+
(https://github.com/OCA/account-financial-reporting/issues/285)
|
581
|
+
- [FIX] sorting of detail by account
|
582
|
+
- [FIX] computation bug in detail by account when multiple accounting
|
583
|
+
expressions were used in a KPI
|
584
|
+
- [FIX] permission issue when adding report to dashboard with non admin
|
585
|
+
user
|
589
586
|
|
590
587
|
10.0.2.0.3 (unreleased)
|
591
588
|
-----------------------
|
592
589
|
|
593
|
-
-
|
594
|
-
-
|
595
|
-
-
|
596
|
-
|
597
|
-
-
|
598
|
-
-
|
599
|
-
-
|
600
|
-
-
|
590
|
+
- [IMP] more robust behaviour in presence of missing expressions
|
591
|
+
- [FIX] indent style
|
592
|
+
- [FIX] local variable 'ctx' referenced before assignment when
|
593
|
+
generating reports with no objects
|
594
|
+
- [IMP] use fontawesome icons
|
595
|
+
- [MIG] migrate to 10.0
|
596
|
+
- [FIX] unicode error when exporting to Excel
|
597
|
+
- [IMP] provide full access to mis builder style for group Adviser.
|
601
598
|
|
602
599
|
9.0.2.0.2 (2016-09-27)
|
603
600
|
----------------------
|
604
601
|
|
605
|
-
-
|
606
|
-
-
|
607
|
-
|
602
|
+
- [IMP] Add refresh button in mis report preview.
|
603
|
+
- [IMP] Widget code changes to allow to add fields in the widget more
|
604
|
+
easily.
|
608
605
|
|
609
606
|
9.0.2.0.1 (2016-05-26)
|
610
607
|
----------------------
|
611
608
|
|
612
|
-
-
|
613
|
-
|
614
|
-
|
609
|
+
- [IMP] remove unused argument in declare_and_compute_period() for a
|
610
|
+
cleaner API. This is a breaking API changing merged in urgency before
|
611
|
+
it is used by other modules.
|
615
612
|
|
616
613
|
9.0.2.0.0 (2016-05-24)
|
617
614
|
----------------------
|
@@ -620,72 +617,71 @@ Part of the work for this release has been done at the Sorrento sprint
|
|
620
617
|
April 26-29, 2016. The rest (ie a major refactoring) has been done in
|
621
618
|
the weeks after.
|
622
619
|
|
623
|
-
-
|
624
|
-
|
625
|
-
-
|
626
|
-
|
627
|
-
-
|
628
|
-
-
|
629
|
-
|
630
|
-
-
|
631
|
-
|
632
|
-
-
|
633
|
-
|
634
|
-
|
635
|
-
-
|
636
|
-
|
637
|
-
|
638
|
-
-
|
639
|
-
|
640
|
-
|
641
|
-
-
|
642
|
-
|
643
|
-
-
|
644
|
-
|
645
|
-
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
-
|
650
|
-
|
651
|
-
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
-
|
656
|
-
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
consolidation accounts have been removed
|
620
|
+
- [IMP] hide button box in edit mode on the report instance settings
|
621
|
+
form
|
622
|
+
- [FIX] Fix sum aggregation of non-stored fields
|
623
|
+
(https://github.com/OCA/account-financial-reporting/issues/178)
|
624
|
+
- [IMP] There is now a default style at the report level
|
625
|
+
- [CHG] Number display properties (rounding, prefix, suffix, factor) are
|
626
|
+
now defined in styles
|
627
|
+
- [CHG] Percentage difference are rounded to 1 digit instead of the
|
628
|
+
kpi's rounding, as the KPI rounding does not make sense in this case
|
629
|
+
- [CHG] The divider suffix (k, M, etc) is not inserted automatically
|
630
|
+
anymore because it is inconsistent when working with prefixes; you
|
631
|
+
need to add it manually in the suffix
|
632
|
+
- [IMP] AccountingExpressionProcessor now supports 'balu' expressions to
|
633
|
+
obtain the unallocated profit/loss of previous fiscal years;
|
634
|
+
get_unallocated_pl is the corresponding convenience method
|
635
|
+
- [IMP] AccountingExpressionProcessor now has easy methods to obtain
|
636
|
+
balances by account: get_balances_initial, get_balances_end,
|
637
|
+
get_balances_variation
|
638
|
+
- [IMP] there is now an auto-expand feature to automatically display a
|
639
|
+
detail by account for selected kpis
|
640
|
+
- [IMP] the kpi and period lists are now manipulated through forms
|
641
|
+
instead of directly in the tree views
|
642
|
+
- [IMP] it is now possible to create a report through a wizard, such
|
643
|
+
reports are deemed temporary and available through a "Last Reports
|
644
|
+
Generated" menu, they are garbaged collected automatically, unless
|
645
|
+
saved permanently, which can be done using a Save button
|
646
|
+
- [IMP] there is now a beginner mode to configure simple reports with
|
647
|
+
only one period
|
648
|
+
- [IMP] it is now easier to configure periods with fixed start/end dates
|
649
|
+
- [IMP] the new sub-kpi mechanism allows the creation of columns with
|
650
|
+
multiple values, or columns with different values
|
651
|
+
- [IMP] thanks to the new style model, the Excel export is now styled
|
652
|
+
- [IMP] a new style model is now used to centralize style configuration
|
653
|
+
- [FIX] use =like instead of like to search for accounts, because the %
|
654
|
+
are added by the user in the expressions
|
655
|
+
- [FIX] Correctly compute the initial balance of income and expense
|
656
|
+
account based on the start of the fiscal year
|
657
|
+
- [IMP] Support date ranges (from OCA/server-tools/date_range) as a more
|
658
|
+
flexible alternative to fiscal periods
|
659
|
+
- v9 migration: fiscal periods are removed, account charts are removed,
|
660
|
+
consolidation accounts have been removed
|
665
661
|
|
666
662
|
8.0.1.0.0 (2016-04-27)
|
667
663
|
----------------------
|
668
664
|
|
669
|
-
-
|
670
|
-
|
671
|
-
-
|
672
|
-
|
673
|
-
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
-
|
678
|
-
|
679
|
-
-
|
680
|
-
|
681
|
-
-
|
682
|
-
|
683
|
-
|
684
|
-
-
|
685
|
-
|
686
|
-
-
|
687
|
-
|
688
|
-
|
665
|
+
- The copy of a MIS Report Instance now copies period.
|
666
|
+
https://github.com/OCA/account-financial-reporting/pull/181
|
667
|
+
- The copy of a MIS Report Template now copies KPIs and queries.
|
668
|
+
https://github.com/OCA/account-financial-reporting/pull/177
|
669
|
+
- Usability: the default view for MIS Report instances is now the
|
670
|
+
rendered preview, and the settings are accessible through a gear icon
|
671
|
+
in the list view and a button in the preview.
|
672
|
+
https://github.com/OCA/account-financial-reporting/pull/170
|
673
|
+
- Display blank cells instead of 0.0 when there is no data.
|
674
|
+
https://github.com/OCA/account-financial-reporting/pull/169
|
675
|
+
- Usability: better layout of the MIS Report periods settings on small
|
676
|
+
screens. https://github.com/OCA/account-financial-reporting/pull/167
|
677
|
+
- Include the download buttons inside the MIS Builder widget, and
|
678
|
+
refactor the widget to open the door to analytic filtering in the
|
679
|
+
previews. https://github.com/OCA/account-financial-reporting/pull/151
|
680
|
+
- Add KPI rendering prefixes (so you can print $ in front of the value).
|
681
|
+
https://github.com/OCA/account-financial-reporting/pull/158
|
682
|
+
- Add hooks for analytic filtering.
|
683
|
+
https://github.com/OCA/account-financial-reporting/pull/128
|
684
|
+
https://github.com/OCA/account-financial-reporting/pull/131
|
689
685
|
|
690
686
|
8.0.0.2.0
|
691
687
|
---------
|
@@ -713,35 +709,35 @@ Authors
|
|
713
709
|
Contributors
|
714
710
|
------------
|
715
711
|
|
716
|
-
-
|
717
|
-
-
|
718
|
-
-
|
719
|
-
-
|
720
|
-
-
|
721
|
-
-
|
722
|
-
-
|
723
|
-
-
|
724
|
-
-
|
725
|
-
-
|
726
|
-
-
|
727
|
-
-
|
728
|
-
-
|
729
|
-
-
|
730
|
-
-
|
731
|
-
-
|
732
|
-
-
|
733
|
-
-
|
734
|
-
-
|
735
|
-
-
|
736
|
-
-
|
737
|
-
-
|
738
|
-
-
|
739
|
-
-
|
740
|
-
-
|
741
|
-
-
|
742
|
-
-
|
743
|
-
-
|
744
|
-
-
|
712
|
+
- Stéphane Bidoul <stephane.bidoul@acsone.eu>
|
713
|
+
- Laetitia Gangloff <laetitia.gangloff@acsone.eu>
|
714
|
+
- Adrien Peiffer <adrien.peiffer@acsone.eu>
|
715
|
+
- Alexis de Lattre <alexis.delattre@akretion.com>
|
716
|
+
- Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
|
717
|
+
- Jordi Ballester <jordi.ballester@eficent.com>
|
718
|
+
- Thomas Binsfeld <thomas.binsfeld@gmail.com>
|
719
|
+
- Giovanni Capalbo <giovanni@therp.nl>
|
720
|
+
- Marco Calcagni <mcalcagni@dinamicheaziendali.it>
|
721
|
+
- Sébastien Beau <sebastien.beau@akretion.com>
|
722
|
+
- Laurent Mignon <laurent.mignon@acsone.eu>
|
723
|
+
- Luc De Meyer <luc.demeyer@noviat.com>
|
724
|
+
- Benjamin Willig <benjamin.willig@acsone.eu>
|
725
|
+
- Martronic SA <info@martronic.ch>
|
726
|
+
- nicomacr <nmr@adhoc.com.ar>
|
727
|
+
- Juan Jose Scarafia <jjs@adhoc.com.ar>
|
728
|
+
- Richard deMeester <richard@willowit.com.au>
|
729
|
+
- Eric Caudal <eric.caudal@elico-corp.com>
|
730
|
+
- Andrea Stirpe <a.stirpe@onestein.nl>
|
731
|
+
- Maxence Groine <mgroine@fiefmanage.ch>
|
732
|
+
- Arnaud Pineux <arnaud.pineux@acsone.eu>
|
733
|
+
- Ernesto Tejeda <ernesto.tejeda@tecnativa.com>
|
734
|
+
- Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
735
|
+
- Alexey Pelykh <alexey.pelykh@corphub.eu>
|
736
|
+
- Jairo Llopis (https://www.moduon.team/)
|
737
|
+
- Dzung Tran <dungtd@trobz.com>
|
738
|
+
- Hoang Diep <hoang@trobz.com>
|
739
|
+
- Miquel Pascual <mpascual@apsl.net>
|
740
|
+
- Antoni Marroig <amarroig@apsl.net>
|
745
741
|
|
746
742
|
Maintainers
|
747
743
|
-----------
|