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