odoo-addon-mis-builder 17.0.1.0.4.1__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.
@@ -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:cb9411126609016ab4d14f56da97fa22dbdecf81b69ec9e091a431a47eb27011
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
- - ``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.
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
- - 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.
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
- - Then in Accounting > Reports > MIS Reporting > MIS Reports you can
66
- create report instance by binding the templates to time periods,
67
- hence defining the columns of your reports.
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
- - From the MIS Reports view, you can preview the report, add it to and
72
- Odoo dashboard, and export it to PDF or Excel.
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
- - Add support for branch companies.
110
- (`#648 <https://github.com/OCA/mis-builder/issues/648>`__)
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
- - Restore compatibility with python 3.9
118
- (`#590 <https://github.com/OCA/mis-builder/issues/590>`__)
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
- - 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>`__)
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
- - Improve UX by adding the option to edit the pivot date directly on
135
- the view.
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
- - 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
157
- key 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,
162
- representing 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
167
- only for the ``account_user`` group but this was not flexible
168
- enough.
169
- - The widget configuration settings are now grouped in a dedicated
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
- - Fix access error when previewing or printing report.
175
- (`#415 <https://github.com/OCA/mis-builder/issues/415>`__)
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
- - Support users without timezone.
183
- (`#388 <https://github.com/OCA/mis-builder/issues/388>`__)
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
- - Allow deleting a report that has subreports.
191
- (`#431 <https://github.com/OCA/mis-builder/issues/431>`__)
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
- - Fix access right issue when clicking the "Save" button on a MIS
199
- Report Instance form.
200
- (`#410 <https://github.com/OCA/mis-builder/issues/410>`__)
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
- - Remove various field size limits.
208
- (`#332 <https://github.com/OCA/mis-builder/issues/332>`__)
206
+ - Remove various field size limits.
207
+ (`#332 <https://github.com/OCA/mis-builder/issues/332>`__)
209
208
 
210
209
  **Bugfixes**
211
210
 
212
- - Support for the Odoo 13+ multi-company model. In multi-company mode,
213
- several allowed companies can be declared on MIS Report instances,
214
- and the report operates on the intersection of report companies and
215
- companies selected in the user context.
216
- (`#327 <https://github.com/OCA/mis-builder/issues/327>`__)
217
-
218
- - The ``get_additional_query_filter`` argument of ``evaluate()`` is now
219
- propagated correctly.
220
- (`#375 <https://github.com/OCA/mis-builder/issues/375>`__)
221
-
222
- - Use the ``parent_state`` field of ``account.move.line`` to filter
223
- entries in ``posted`` and ``draft`` state only. Before, when
224
- reporting in draft mode, all entries were used (i.e. there was no
225
- filter), and that started including the cancelled entries/invoices in
226
- Odoo 13.+.
227
-
228
- This change also contains a **breaking change** in the internal API.
229
- For quite a while the ``target_move argument`` of AEP and other
230
- methods was not used by MIS Builder itself and was kept for backward
231
- compatibility. To avoid rippling effects of the necessary change to
232
- use ``parent_state``, we now remove this argument.
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
- - When on a MIS Report Instance, if you wanted to generate a new line
241
- of type comparison, you couldn't currently select any existing period
242
- to compare. This happened because the field domain was searching in a
243
- NewId context, thus not finding a correct period. Changing the domain
244
- and making it use a computed field with a search for the \_origin
245
- record solves the problem.
246
- (`#361 <https://github.com/OCA/mis-builder/issues/361>`__)
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
- - Fix drilldown action name when the account model has been customized.
254
- (`#350 <https://github.com/OCA/mis-builder/issues/350>`__)
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
- - While duplicating a MIS report instance, comparison columns are
262
- ignored because they would raise an error otherwise, as they keep the
263
- old source_cmpcol_from_id and source_cmpcol_to_id from the original
264
- record. (`#343 <https://github.com/OCA/mis-builder/issues/343>`__)
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
- - The drilldown action name displayed on the breadcrumb has been
272
- revised. The kpi description and the account ``display_name`` are
273
- shown instead of the kpi's technical definition.
274
- (`#304 <https://github.com/OCA/mis-builder/issues/304>`__)
275
- - Add analytic group filters on report instance, periods and in the
276
- interactive view.
277
- (`#320 <https://github.com/OCA/mis-builder/issues/320>`__)
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
- - Having a "Compare columns" added on a KPI with an associated style
285
- using a Factor/Divider did lead to the said factor being applied on
286
- the percentages when exporting to XLSX.
287
- (`#300 <https://github.com/OCA/mis-builder/issues/300>`__)
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
- - `#280 <https://github.com/OCA/mis-builder/issues/280>`__,
292
- `#296 <https://github.com/OCA/mis-builder/issues/296>`__
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
- - The "Settings" button is now displayed for users with the "Show full
300
- accounting features" right when previewing a report.
301
- (`#281 <https://github.com/OCA/mis-builder/issues/281>`__)
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
- - Fix ``TypeError: 'module' object is not iterable`` when using budgets
309
- by account.
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
- - Add column-level filters on analytic account and analytic tags. These
318
- filters are combined with a AND with the report-level filters and
319
- cannot be modified in the preview.
320
- (`#138 <https://github.com/OCA/mis-builder/issues/138>`__)
321
- - Access to KPI from other reports in KPI expressions, aka subreports.
322
- In a report template, one can list named "subreports" (other report
323
- templates). When evaluating expressions, you can access KPI's of
324
- subreports with a dot-prefix notation. Example: you can define a MIS
325
- Report for a "Balance Sheet", and then have another MIS Report
326
- "Balance Sheet Ratios" that fetches KPI's from "Balance Sheet" to
327
- create new KPI's for the ratios (e.g. balance_sheet.current_assets /
328
- balance_sheet.total_assets).
329
- (`#155 <https://github.com/OCA/mis-builder/issues/155>`__)
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
- - The ``account_id`` field of the model selected in 'Move lines source'
342
- in the Period form can now be a Many2one relationship with any model
343
- that has a ``code`` field (not only with ``account.account`` model).
344
- To this end, the model to be used for Actuals move lines can be
345
- configured on the report template. It can be something else than move
346
- lines and the only constraint is that its ``account_id`` field has a
347
- ``code`` field.
348
- (`#149 <https://github.com/oca/mis-builder/issues/149>`__)
349
- - Add ``source_aml_model_name`` field so extension modules providing
350
- alternative data sources can more easily customize their data source.
351
- (`#214 <https://github.com/oca/mis-builder/issues/214>`__)
352
- - Support analytic tag filters in the backend view and preview widget.
353
- Selecting several tags in the filter means filtering on move lines
354
- which have *all* these tags set. This is to support the most common
355
- use case of using tags for different dimensions. The filter also
356
- makes a AND with the analytic account filter.
357
- (`#228 <https://github.com/oca/mis-builder/issues/228>`__)
358
- - Display company in account details rows in multi-company mode.
359
- (`#242 <https://github.com/oca/mis-builder/issues/242>`__)
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
- - Propagate context to xlsx report, so the analytic account filter
364
- works when exporting to xslx too. This also requires a fix to
365
- ``report_xlsx`` (see
366
- https://github.com/OCA/reporting-engine/pull/259).
367
- (`#178 <https://github.com/oca/mis-builder/issues/178>`__)
368
- - In columns of type Sum, preserve styles for KPIs that are not
369
- summable (eg percentage values). Before this fix, such cells were
370
- displayed without style.
371
- (`#219 <https://github.com/oca/mis-builder/issues/219>`__)
372
- - In Excel export, keep the percentage point suffix (pp) instead of
373
- replacing it with %.
374
- (`#220 <https://github.com/oca/mis-builder/issues/220>`__)
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
- - New year-to-date mode for defining periods.
382
- (`#165 <https://github.com/oca/mis-builder/issues/165>`__)
383
- - Add support for move lines with negative debit or credit. Used by
384
- some for storno accounting. Not officially supported.
385
- (`#175 <https://github.com/oca/mis-builder/issues/175>`__)
386
- - In Excel export, use a number format with thousands separator. The
387
- specific separator used depends on the Excel configuration (eg
388
- regional settings).
389
- (`#190 <https://github.com/oca/mis-builder/issues/190>`__)
390
- - Add generation date/time at the end of the XLS export.
391
- (`#191 <https://github.com/oca/mis-builder/issues/191>`__)
392
- - In presence of Sub KPIs, report more informative user errors when
393
- non-multi expressions yield tuples of incorrect lenght.
394
- (`#196 <https://github.com/oca/mis-builder/issues/196>`__)
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
- - Fix rendering of percentage types in Excel export.
399
- (`#192 <https://github.com/oca/mis-builder/issues/192>`__)
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
- - Analytic account filters. On a report, an analytic account can be
411
- selected for filtering. The filter will be applied to move lines
412
- queries. A filter box is also available in the widget to let the user
413
- select the analytic account during report preview.
414
- (`#15 <https://github.com/oca/mis-builder/issues/15>`__)
415
- - Control visibility of analytic filter combo box in widget. This is
416
- useful to hide the analytic filters on reports where they do not make
417
- sense, such as balance sheet reports.
418
- (`#42 <https://github.com/oca/mis-builder/issues/42>`__)
419
- - Display analytic filters in the header of exported pdf and xls.
420
- (`#44 <https://github.com/oca/mis-builder/issues/44>`__)
421
- - Replace the last old gtk icons with fontawesome icons.
422
- (`#104 <https://github.com/oca/mis-builder/issues/104>`__)
423
- - Use active_test=False in AEP queries. This is important for reports
424
- involving inactive taxes. This should not negatively effect existing
425
- reports, because an accounting report must take into account all
426
- existing move lines even if they reference objects such as taxes,
427
- journals, accounts types that have been deactivated since their
428
- creation. (`#107 <https://github.com/oca/mis-builder/issues/107>`__)
429
- - int(), float() and round() support for AccountingNone.
430
- (`#108 <https://github.com/oca/mis-builder/issues/108>`__)
431
- - Allow referencing subkpis by name by writing kpi_x.subkpi_y in
432
- expressions.
433
- (`#114 <https://github.com/oca/mis-builder/issues/114>`__)
434
- - Add an option to control the display of the start/end dates in the
435
- column headers. It is disabled by default (this is a change compared
436
- to previous behaviour).
437
- (`#118 <https://github.com/oca/mis-builder/issues/118>`__)
438
- - Add evaluate method to mis.report. This is a simplified method to
439
- evaluate kpis of a report over a time period, without creating a
440
- mis.report.instance.
441
- (`#123 <https://github.com/oca/mis-builder/issues/123>`__)
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
- - In the style form, hide the "Hide always" checkbox when "Hide always
446
- inherit" is checked, as for all other syle elements.
447
- (`#121 <https://github.com/OCA/mis-builder/pull/121>`__)
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
- - [FIX] Fix bug in company_default_get call returning id instead of
459
- recordset (`#103 <https://github.com/OCA/mis-builder/pull/103>`__)
460
- - [IMP] add "hide always" style property to make hidden KPI's (for KPI
461
- that serve as basis for other formulas, but do not need to be
462
- displayed). (`#46 <https://github.com/OCA/mis-builder/issues/46>`__)
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
- - [FIX] Missing comparison operator for AccountingNone leading to
468
- errors in pbal computations
469
- (`#93 <https://github.com/OCA/mis-builder/issue/93>`__)
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
- - [FIX] make subkpi ordering deterministic
475
- (`#71 <https://github.com/OCA/mis-builder/issues/71>`__)
476
- - [ADD] report instance level option to disable account expansion,
477
- enabling the creation of detailed templates while deferring the
478
- decision of rendering the details or not to the report instance
479
- (`#74 <https://github.com/OCA/mis-builder/issues/74>`__)
480
- - [ADD] pbal and nbal accounting expressions, to sum positive and
481
- negative balances respectively (ie ignoring accounts with negative,
482
- resp positive balances)
483
- (`#86 <https://github.com/OCA/mis-builder/issues/86>`__)
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
- - [ADD] month and year relative periods, easier to use than date ranges
497
- for the most common case.
498
- (`#2 <https://github.com/OCA/mis-builder/issues/2>`__)
499
- - [ADD] multi-company consolidation support, with currency conversion
500
- (the conversion rate date is the end of the reporting period)
501
- (`#7 <https://github.com/OCA/mis-builder/issues/7>`__,
502
- `#3 <https://github.com/OCA/mis-builder/issues/3>`__)
503
- - [ADD] provide ref, datetime, dateutil, time, user in the evaluation
504
- context of move line domains; among other things, this allows using
505
- references to xml ids (such as account types or tax tags) when
506
- querying move lines
507
- (`#26 <https://github.com/OCA/mis-builder/issues/26>`__).
508
- - [ADD] extended account selectors: you can now select accounts using
509
- any domain on account.account, not only account codes
510
- ``balp[('account_type', '=', 'asset_receivable')]``
511
- (`#4 <https://github.com/OCA/mis-builder/issues/4>`__).
512
- - [IMP] in the report instance configuration form, the filters are now
513
- grouped in a notebook page, this improves readability and
514
- extensibility
515
- (`#39 <https://github.com/OCA/mis-builder/issues/39>`__).
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
- - [FIX] fix error when saving periods in comparison mode on newly
520
- created (not yet saved) report instances.
521
- `#50 <https://github.com/OCA/mis-builder/pull/50>`__
522
- - [FIX] improve display of Base Date report instance view.
523
- `#51 <https://github.com/OCA/mis-builder/pull/51>`__
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
- - Alternative move line data sources must have a company_id field.
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
- - [FIX] issue with initial balance rounding.
535
- `#30 <https://github.com/OCA/mis-builder/issues/30>`__
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
- - [FIX] fix error saving KPI on newly created reports.
543
- `#18 <https://github.com/OCA/mis-builder/issues/18>`__
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
- - [ADD] Alternative move line source per report column. This makes mis
551
- buidler accounting expressions work on any model that has debit,
552
- credit, account_id and date fields. Provided you can expose, say,
553
- committed purchases, or your budget as a view with debit, credit and
554
- account_id, this opens up a lot of possibilities
555
- - [ADD] Comparison column source (more flexible than the previous, now
556
- deprecated, comparison mechanism). CAVEAT: there is no automated
557
- migration to the new mechanism.
558
- - [ADD] Sum column source, to create columns that add/subtract other
559
- columns.
560
- - [ADD] mis.kpi.data abstract model as a basis for manual KPI values
561
- supporting automatic ajustment to the reporting time period (the
562
- basis for budget item, but could also server other purposes, such as
563
- manually entering some KPI values, such as number of employee)
564
- - [ADD] mis_builder_budget module providing a new budget data source
565
- - [ADD] new "hide empty" style property
566
- - [IMP] new AEP method to get accounts involved in an expression (this
567
- is useful to find which KPI relate to a given P&L acount, to
568
- implement budget control)
569
- - [IMP] many UI improvements
570
- - [IMP] many code style improvements and some refactoring
571
- - [IMP] add the column date_from, date_to in expression evaluation
572
- context, as well as time, datetime and dateutil modules
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
- - [FIX] deletion of templates and reports (cascade and retricts)
577
- (https://github.com/OCA/account-financial-reporting/issues/281)
578
- - [FIX] copy of reports
579
- (https://github.com/OCA/account-financial-reporting/issues/282)
580
- - [FIX] better error message when periods have wrong/missing dates
581
- (https://github.com/OCA/account-financial-reporting/issues/283)
582
- - [FIX] xlsx export of string types KPI
583
- (https://github.com/OCA/account-financial-reporting/issues/285)
584
- - [FIX] sorting of detail by account
585
- - [FIX] computation bug in detail by account when multiple accounting
586
- expressions were used in a KPI
587
- - [FIX] permission issue when adding report to dashboard with non admin
588
- user
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
- - [IMP] more robust behaviour in presence of missing expressions
594
- - [FIX] indent style
595
- - [FIX] local variable 'ctx' referenced before assignment when
596
- generating reports with no objects
597
- - [IMP] use fontawesome icons
598
- - [MIG] migrate to 10.0
599
- - [FIX] unicode error when exporting to Excel
600
- - [IMP] provide full access to mis builder style for group Adviser.
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
- - [IMP] Add refresh button in mis report preview.
606
- - [IMP] Widget code changes to allow to add fields in the widget more
607
- easily.
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
- - [IMP] remove unused argument in declare_and_compute_period() for a
613
- cleaner API. This is a breaking API changing merged in urgency before
614
- it is used by other modules.
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
- - [IMP] hide button box in edit mode on the report instance settings
624
- form
625
- - [FIX] Fix sum aggregation of non-stored fields
626
- (https://github.com/OCA/account-financial-reporting/issues/178)
627
- - [IMP] There is now a default style at the report level
628
- - [CHG] Number display properties (rounding, prefix, suffix, factor)
629
- are now defined in styles
630
- - [CHG] Percentage difference are rounded to 1 digit instead of the
631
- kpi's rounding, as the KPI rounding does not make sense in this case
632
- - [CHG] The divider suffix (k, M, etc) is not inserted automatically
633
- anymore because it is inconsistent when working with prefixes; you
634
- need to add it manually in the suffix
635
- - [IMP] AccountingExpressionProcessor now supports 'balu' expressions
636
- to obtain the unallocated profit/loss of previous fiscal years;
637
- get_unallocated_pl is the corresponding convenience method
638
- - [IMP] AccountingExpressionProcessor now has easy methods to obtain
639
- balances by account: get_balances_initial, get_balances_end,
640
- get_balances_variation
641
- - [IMP] there is now an auto-expand feature to automatically display a
642
- detail by account for selected kpis
643
- - [IMP] the kpi and period lists are now manipulated through forms
644
- instead of directly in the tree views
645
- - [IMP] it is now possible to create a report through a wizard, such
646
- reports are deemed temporary and available through a "Last Reports
647
- Generated" menu, they are garbaged collected automatically, unless
648
- saved permanently, which can be done using a Save button
649
- - [IMP] there is now a beginner mode to configure simple reports with
650
- only one period
651
- - [IMP] it is now easier to configure periods with fixed start/end
652
- dates
653
- - [IMP] the new sub-kpi mechanism allows the creation of columns with
654
- multiple values, or columns with different values
655
- - [IMP] thanks to the new style model, the Excel export is now styled
656
- - [IMP] a new style model is now used to centralize style configuration
657
- - [FIX] use =like instead of like to search for accounts, because the %
658
- are added by the user in the expressions
659
- - [FIX] Correctly compute the initial balance of income and expense
660
- account based on the start of the fiscal year
661
- - [IMP] Support date ranges (from OCA/server-tools/date_range) as a
662
- more flexible alternative to fiscal periods
663
- - v9 migration: fiscal periods are removed, account charts are removed,
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
- - The copy of a MIS Report Instance now copies period.
670
- https://github.com/OCA/account-financial-reporting/pull/181
671
- - The copy of a MIS Report Template now copies KPIs and queries.
672
- https://github.com/OCA/account-financial-reporting/pull/177
673
- - Usability: the default view for MIS Report instances is now the
674
- rendered preview, and the settings are accessible through a gear icon
675
- in the list view and a button in the preview.
676
- https://github.com/OCA/account-financial-reporting/pull/170
677
- - Display blank cells instead of 0.0 when there is no data.
678
- https://github.com/OCA/account-financial-reporting/pull/169
679
- - Usability: better layout of the MIS Report periods settings on small
680
- screens. https://github.com/OCA/account-financial-reporting/pull/167
681
- - Include the download buttons inside the MIS Builder widget, and
682
- refactor the widget to open the door to analytic filtering in the
683
- previews. https://github.com/OCA/account-financial-reporting/pull/151
684
- - Add KPI rendering prefixes (so you can print $ in front of the
685
- value). https://github.com/OCA/account-financial-reporting/pull/158
686
- - Add hooks for analytic filtering.
687
- https://github.com/OCA/account-financial-reporting/pull/128
688
- https://github.com/OCA/account-financial-reporting/pull/131
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
- - Stéphane Bidoul <stephane.bidoul@acsone.eu>
717
- - Laetitia Gangloff <laetitia.gangloff@acsone.eu>
718
- - Adrien Peiffer <adrien.peiffer@acsone.eu>
719
- - Alexis de Lattre <alexis.delattre@akretion.com>
720
- - Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
721
- - Jordi Ballester <jordi.ballester@eficent.com>
722
- - Thomas Binsfeld <thomas.binsfeld@gmail.com>
723
- - Giovanni Capalbo <giovanni@therp.nl>
724
- - Marco Calcagni <mcalcagni@dinamicheaziendali.it>
725
- - Sébastien Beau <sebastien.beau@akretion.com>
726
- - Laurent Mignon <laurent.mignon@acsone.eu>
727
- - Luc De Meyer <luc.demeyer@noviat.com>
728
- - Benjamin Willig <benjamin.willig@acsone.eu>
729
- - Martronic SA <info@martronic.ch>
730
- - nicomacr <nmr@adhoc.com.ar>
731
- - Juan Jose Scarafia <jjs@adhoc.com.ar>
732
- - Richard deMeester <richard@willowit.com.au>
733
- - Eric Caudal <eric.caudal@elico-corp.com>
734
- - Andrea Stirpe <a.stirpe@onestein.nl>
735
- - Maxence Groine <mgroine@fiefmanage.ch>
736
- - Arnaud Pineux <arnaud.pineux@acsone.eu>
737
- - Ernesto Tejeda <ernesto.tejeda@tecnativa.com>
738
- - Pedro M. Baeza <pedro.baeza@tecnativa.com>
739
- - Alexey Pelykh <alexey.pelykh@corphub.eu>
740
- - Jairo Llopis (https://www.moduon.team/)
741
- - Dzung Tran <dungtd@trobz.com>
742
- - Hoang Diep <hoang@trobz.com>
743
- - Miquel Pascual <mpascual@apsl.net>
744
- - Antoni Marroig <amarroig@apsl.net>
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
  -----------