odoo-addon-mis-builder 15.0.4.1.4.2__py3-none-any.whl → 15.0.4.1.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.
@@ -331,9 +331,11 @@ class MisReportInstancePeriod(models.Model):
331
331
  def _check_source_aml_model_id(self):
332
332
  for record in self:
333
333
  if record.source_aml_model_id:
334
- record_model = record.source_aml_model_id.field_id.filtered(
335
- lambda r: r.name == "account_id"
336
- ).relation
334
+ record_model = (
335
+ record.source_aml_model_id.sudo()
336
+ .field_id.filtered(lambda r: r.name == "account_id")
337
+ .relation
338
+ )
337
339
  report_account_model = record.report_id.account_model
338
340
  if record_model != report_account_model:
339
341
  raise ValidationError(
@@ -1,3 +1,11 @@
1
+ 15.0.4.1.5 (2024-02-08)
2
+ ~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+ **Bugfixes**
5
+
6
+ - Resolve a permission issue when creating report periods with a user without admin rights. (`#596 <https://github.com/OCA/mis-builder/issues/596>`_)
7
+
8
+
1
9
  15.0.4.1.3 (2023-01-27)
2
10
  ~~~~~~~~~~~~~~~~~~~~~~~
3
11
 
@@ -1,4 +1,3 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
3
  <head>
@@ -367,7 +366,7 @@ ul.auto-toc {
367
366
  !! This file is generated by oca-gen-addon-readme !!
368
367
  !! changes will be overwritten. !!
369
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:12892cfd28b86ab510b00b788abc9b63c3ae05d27144b8c14aae7a5141dd6f71
369
+ !! source digest: sha256:a9e45df0d08a49bf40d8c748236901de68db511b56306ac6cef77c52263043e0
371
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
371
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/mis-builder/tree/15.0/mis_builder"><img alt="OCA/mis-builder" src="https://img.shields.io/badge/github-OCA%2Fmis--builder-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mis-builder-15-0/mis-builder-15-0-mis_builder"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/mis-builder&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
372
  <p>This module allows you to build Management Information Systems dashboards.
@@ -383,45 +382,46 @@ can be added to Odoo dashboards.</p>
383
382
  <li><a class="reference internal" href="#development" id="toc-entry-3">Development</a></li>
384
383
  <li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-4">Known issues / Roadmap</a></li>
385
384
  <li><a class="reference internal" href="#changelog" id="toc-entry-5">Changelog</a><ul>
386
- <li><a class="reference internal" href="#section-1" id="toc-entry-6">15.0.4.1.3 (2023-01-27)</a></li>
387
- <li><a class="reference internal" href="#section-2" id="toc-entry-7">15.0.4.1.2 (2022-11-15)</a></li>
388
- <li><a class="reference internal" href="#section-3" id="toc-entry-8">15.0.4.0.5 (2022-07-19)</a></li>
389
- <li><a class="reference internal" href="#section-4" id="toc-entry-9">15.0.4.0.4 (2022-07-19)</a></li>
390
- <li><a class="reference internal" href="#section-5" id="toc-entry-10">15.0.4.0.2 (2022-02-16)</a></li>
391
- <li><a class="reference internal" href="#section-6" id="toc-entry-11">14.0.4.0.0 (2022-01-08)</a></li>
392
- <li><a class="reference internal" href="#section-7" id="toc-entry-12">14.0.3.6.7 (2021-06-02)</a></li>
393
- <li><a class="reference internal" href="#section-8" id="toc-entry-13">14.0.3.6.6 (2021-04-23)</a></li>
394
- <li><a class="reference internal" href="#section-9" id="toc-entry-14">14.0.3.6.5 (2021-04-23)</a></li>
395
- <li><a class="reference internal" href="#section-10" id="toc-entry-15">14.0.3.6.4 (2021-04-06)</a></li>
396
- <li><a class="reference internal" href="#section-11" id="toc-entry-16">13.0.3.6.3 (2020-08-28)</a></li>
397
- <li><a class="reference internal" href="#section-12" id="toc-entry-17">13.0.3.6.2 (2020-04-22)</a></li>
398
- <li><a class="reference internal" href="#section-13" id="toc-entry-18">13.0.3.6.1 (2020-04-22)</a></li>
399
- <li><a class="reference internal" href="#section-14" id="toc-entry-19">13.0.3.6.0 (2020-03-28)</a></li>
400
- <li><a class="reference internal" href="#section-15" id="toc-entry-20">13.0.3.5.0 (2020-01-??)</a></li>
401
- <li><a class="reference internal" href="#section-16" id="toc-entry-21">12.0.3.5.0 (2019-10-26)</a></li>
402
- <li><a class="reference internal" href="#section-17" id="toc-entry-22">12.0.3.4.0 (2019-07-09)</a></li>
403
- <li><a class="reference internal" href="#section-18" id="toc-entry-23">12.0.3.3.0 (2019-01-26)</a></li>
404
- <li><a class="reference internal" href="#section-19" id="toc-entry-24">11.0.3.2.2 (2018-06-30)</a></li>
405
- <li><a class="reference internal" href="#section-20" id="toc-entry-25">11.0.3.2.1 (2018-05-29)</a></li>
406
- <li><a class="reference internal" href="#section-21" id="toc-entry-26">10.0.3.2.0 (2018-05-02)</a></li>
407
- <li><a class="reference internal" href="#section-22" id="toc-entry-27">11.0.3.1.2 (2018-02-04)</a></li>
408
- <li><a class="reference internal" href="#section-23" id="toc-entry-28">10.0.3.1.1 (2017-11-14)</a></li>
409
- <li><a class="reference internal" href="#section-24" id="toc-entry-29">10.0.3.0.4 (2017-10-14)</a></li>
410
- <li><a class="reference internal" href="#section-25" id="toc-entry-30">10.0.3.0.3 (2017-10-03)</a></li>
411
- <li><a class="reference internal" href="#section-26" id="toc-entry-31">10.0.3.0.2 (2017-10-01)</a></li>
412
- <li><a class="reference internal" href="#unreleased" id="toc-entry-32">10.0.2.0.3 (unreleased)</a></li>
413
- <li><a class="reference internal" href="#section-27" id="toc-entry-33">9.0.2.0.2 (2016-09-27)</a></li>
414
- <li><a class="reference internal" href="#section-28" id="toc-entry-34">9.0.2.0.1 (2016-05-26)</a></li>
415
- <li><a class="reference internal" href="#section-29" id="toc-entry-35">9.0.2.0.0 (2016-05-24)</a></li>
416
- <li><a class="reference internal" href="#section-30" id="toc-entry-36">8.0.1.0.0 (2016-04-27)</a></li>
417
- <li><a class="reference internal" href="#section-31" id="toc-entry-37">8.0.0.2.0</a></li>
385
+ <li><a class="reference internal" href="#section-1" id="toc-entry-6">15.0.4.1.5 (2024-02-08)</a></li>
386
+ <li><a class="reference internal" href="#section-2" id="toc-entry-7">15.0.4.1.3 (2023-01-27)</a></li>
387
+ <li><a class="reference internal" href="#section-3" id="toc-entry-8">15.0.4.1.2 (2022-11-15)</a></li>
388
+ <li><a class="reference internal" href="#section-4" id="toc-entry-9">15.0.4.0.5 (2022-07-19)</a></li>
389
+ <li><a class="reference internal" href="#section-5" id="toc-entry-10">15.0.4.0.4 (2022-07-19)</a></li>
390
+ <li><a class="reference internal" href="#section-6" id="toc-entry-11">15.0.4.0.2 (2022-02-16)</a></li>
391
+ <li><a class="reference internal" href="#section-7" id="toc-entry-12">14.0.4.0.0 (2022-01-08)</a></li>
392
+ <li><a class="reference internal" href="#section-8" id="toc-entry-13">14.0.3.6.7 (2021-06-02)</a></li>
393
+ <li><a class="reference internal" href="#section-9" id="toc-entry-14">14.0.3.6.6 (2021-04-23)</a></li>
394
+ <li><a class="reference internal" href="#section-10" id="toc-entry-15">14.0.3.6.5 (2021-04-23)</a></li>
395
+ <li><a class="reference internal" href="#section-11" id="toc-entry-16">14.0.3.6.4 (2021-04-06)</a></li>
396
+ <li><a class="reference internal" href="#section-12" id="toc-entry-17">13.0.3.6.3 (2020-08-28)</a></li>
397
+ <li><a class="reference internal" href="#section-13" id="toc-entry-18">13.0.3.6.2 (2020-04-22)</a></li>
398
+ <li><a class="reference internal" href="#section-14" id="toc-entry-19">13.0.3.6.1 (2020-04-22)</a></li>
399
+ <li><a class="reference internal" href="#section-15" id="toc-entry-20">13.0.3.6.0 (2020-03-28)</a></li>
400
+ <li><a class="reference internal" href="#section-16" id="toc-entry-21">13.0.3.5.0 (2020-01-??)</a></li>
401
+ <li><a class="reference internal" href="#section-17" id="toc-entry-22">12.0.3.5.0 (2019-10-26)</a></li>
402
+ <li><a class="reference internal" href="#section-18" id="toc-entry-23">12.0.3.4.0 (2019-07-09)</a></li>
403
+ <li><a class="reference internal" href="#section-19" id="toc-entry-24">12.0.3.3.0 (2019-01-26)</a></li>
404
+ <li><a class="reference internal" href="#section-20" id="toc-entry-25">11.0.3.2.2 (2018-06-30)</a></li>
405
+ <li><a class="reference internal" href="#section-21" id="toc-entry-26">11.0.3.2.1 (2018-05-29)</a></li>
406
+ <li><a class="reference internal" href="#section-22" id="toc-entry-27">10.0.3.2.0 (2018-05-02)</a></li>
407
+ <li><a class="reference internal" href="#section-23" id="toc-entry-28">11.0.3.1.2 (2018-02-04)</a></li>
408
+ <li><a class="reference internal" href="#section-24" id="toc-entry-29">10.0.3.1.1 (2017-11-14)</a></li>
409
+ <li><a class="reference internal" href="#section-25" id="toc-entry-30">10.0.3.0.4 (2017-10-14)</a></li>
410
+ <li><a class="reference internal" href="#section-26" id="toc-entry-31">10.0.3.0.3 (2017-10-03)</a></li>
411
+ <li><a class="reference internal" href="#section-27" id="toc-entry-32">10.0.3.0.2 (2017-10-01)</a></li>
412
+ <li><a class="reference internal" href="#unreleased" id="toc-entry-33">10.0.2.0.3 (unreleased)</a></li>
413
+ <li><a class="reference internal" href="#section-28" id="toc-entry-34">9.0.2.0.2 (2016-09-27)</a></li>
414
+ <li><a class="reference internal" href="#section-29" id="toc-entry-35">9.0.2.0.1 (2016-05-26)</a></li>
415
+ <li><a class="reference internal" href="#section-30" id="toc-entry-36">9.0.2.0.0 (2016-05-24)</a></li>
416
+ <li><a class="reference internal" href="#section-31" id="toc-entry-37">8.0.1.0.0 (2016-04-27)</a></li>
417
+ <li><a class="reference internal" href="#section-32" id="toc-entry-38">8.0.0.2.0</a></li>
418
418
  </ul>
419
419
  </li>
420
- <li><a class="reference internal" href="#bug-tracker" id="toc-entry-38">Bug Tracker</a></li>
421
- <li><a class="reference internal" href="#credits" id="toc-entry-39">Credits</a><ul>
422
- <li><a class="reference internal" href="#authors" id="toc-entry-40">Authors</a></li>
423
- <li><a class="reference internal" href="#contributors" id="toc-entry-41">Contributors</a></li>
424
- <li><a class="reference internal" href="#maintainers" id="toc-entry-42">Maintainers</a></li>
420
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-39">Bug Tracker</a></li>
421
+ <li><a class="reference internal" href="#credits" id="toc-entry-40">Credits</a><ul>
422
+ <li><a class="reference internal" href="#authors" id="toc-entry-41">Authors</a></li>
423
+ <li><a class="reference internal" href="#contributors" id="toc-entry-42">Contributors</a></li>
424
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-43">Maintainers</a></li>
425
425
  </ul>
426
426
  </li>
427
427
  </ul>
@@ -480,42 +480,49 @@ be found on GitHub.</p>
480
480
  <div class="section" id="changelog">
481
481
  <h1><a class="toc-backref" href="#toc-entry-5">Changelog</a></h1>
482
482
  <div class="section" id="section-1">
483
- <h2><a class="toc-backref" href="#toc-entry-6">15.0.4.1.3 (2023-01-27)</a></h2>
483
+ <h2><a class="toc-backref" href="#toc-entry-6">15.0.4.1.5 (2024-02-08)</a></h2>
484
484
  <p><strong>Bugfixes</strong></p>
485
485
  <ul class="simple">
486
- <li>Fix display of analytic tags in PDF and Excel reports. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/353">#353</a>)</li>
486
+ <li>Resolve a permission issue when creating report periods with a user without admin rights. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/596">#596</a>)</li>
487
487
  </ul>
488
488
  </div>
489
489
  <div class="section" id="section-2">
490
- <h2><a class="toc-backref" href="#toc-entry-7">15.0.4.1.2 (2022-11-15)</a></h2>
490
+ <h2><a class="toc-backref" href="#toc-entry-7">15.0.4.1.3 (2023-01-27)</a></h2>
491
491
  <p><strong>Bugfixes</strong></p>
492
492
  <ul class="simple">
493
- <li>Fix access error when previewing or printing report. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/415">#415</a>)</li>
493
+ <li>Fix display of analytic tags in PDF and Excel reports. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/353">#353</a>)</li>
494
494
  </ul>
495
495
  </div>
496
496
  <div class="section" id="section-3">
497
- <h2><a class="toc-backref" href="#toc-entry-8">15.0.4.0.5 (2022-07-19)</a></h2>
497
+ <h2><a class="toc-backref" href="#toc-entry-8">15.0.4.1.2 (2022-11-15)</a></h2>
498
498
  <p><strong>Bugfixes</strong></p>
499
499
  <ul class="simple">
500
- <li>Support users without timezone. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/388">#388</a>)</li>
500
+ <li>Fix access error when previewing or printing report. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/415">#415</a>)</li>
501
501
  </ul>
502
502
  </div>
503
503
  <div class="section" id="section-4">
504
- <h2><a class="toc-backref" href="#toc-entry-9">15.0.4.0.4 (2022-07-19)</a></h2>
504
+ <h2><a class="toc-backref" href="#toc-entry-9">15.0.4.0.5 (2022-07-19)</a></h2>
505
505
  <p><strong>Bugfixes</strong></p>
506
506
  <ul class="simple">
507
- <li>Allow deleting a report that has subreports. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/431">#431</a>)</li>
507
+ <li>Support users without timezone. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/388">#388</a>)</li>
508
508
  </ul>
509
509
  </div>
510
510
  <div class="section" id="section-5">
511
- <h2><a class="toc-backref" href="#toc-entry-10">15.0.4.0.2 (2022-02-16)</a></h2>
511
+ <h2><a class="toc-backref" href="#toc-entry-10">15.0.4.0.4 (2022-07-19)</a></h2>
512
512
  <p><strong>Bugfixes</strong></p>
513
513
  <ul class="simple">
514
- <li>Fix access right issue when clicking the “Save” button on a MIS Report Instance form. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/410">#410</a>)</li>
514
+ <li>Allow deleting a report that has subreports. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/431">#431</a>)</li>
515
515
  </ul>
516
516
  </div>
517
517
  <div class="section" id="section-6">
518
- <h2><a class="toc-backref" href="#toc-entry-11">14.0.4.0.0 (2022-01-08)</a></h2>
518
+ <h2><a class="toc-backref" href="#toc-entry-11">15.0.4.0.2 (2022-02-16)</a></h2>
519
+ <p><strong>Bugfixes</strong></p>
520
+ <ul class="simple">
521
+ <li>Fix access right issue when clicking the “Save” button on a MIS Report Instance form. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/410">#410</a>)</li>
522
+ </ul>
523
+ </div>
524
+ <div class="section" id="section-7">
525
+ <h2><a class="toc-backref" href="#toc-entry-12">14.0.4.0.0 (2022-01-08)</a></h2>
519
526
  <p><strong>Features</strong></p>
520
527
  <ul class="simple">
521
528
  <li>Remove various field size limits. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/332">#332</a>)</li>
@@ -540,8 +547,8 @@ change to use <tt class="docutils literal">parent_state</tt>, we now remove this
540
547
  </li>
541
548
  </ul>
542
549
  </div>
543
- <div class="section" id="section-7">
544
- <h2><a class="toc-backref" href="#toc-entry-12">14.0.3.6.7 (2021-06-02)</a></h2>
550
+ <div class="section" id="section-8">
551
+ <h2><a class="toc-backref" href="#toc-entry-13">14.0.3.6.7 (2021-06-02)</a></h2>
545
552
  <p><strong>Bugfixes</strong></p>
546
553
  <ul class="simple">
547
554
  <li>When on a MIS Report Instance, if you wanted to generate a new line of type comparison, you couldn’t currently select any existing period to compare.
@@ -549,15 +556,15 @@ This happened because the field domain was searching in a NewId context, thus no
549
556
  Changing the domain and making it use a computed field with a search for the _origin record solves the problem. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/361">#361</a>)</li>
550
557
  </ul>
551
558
  </div>
552
- <div class="section" id="section-8">
553
- <h2><a class="toc-backref" href="#toc-entry-13">14.0.3.6.6 (2021-04-23)</a></h2>
559
+ <div class="section" id="section-9">
560
+ <h2><a class="toc-backref" href="#toc-entry-14">14.0.3.6.6 (2021-04-23)</a></h2>
554
561
  <p><strong>Bugfixes</strong></p>
555
562
  <ul class="simple">
556
563
  <li>Fix drilldown action name when the account model has been customized. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/350">#350</a>)</li>
557
564
  </ul>
558
565
  </div>
559
- <div class="section" id="section-9">
560
- <h2><a class="toc-backref" href="#toc-entry-14">14.0.3.6.5 (2021-04-23)</a></h2>
566
+ <div class="section" id="section-10">
567
+ <h2><a class="toc-backref" href="#toc-entry-15">14.0.3.6.5 (2021-04-23)</a></h2>
561
568
  <p><strong>Bugfixes</strong></p>
562
569
  <ul class="simple">
563
570
  <li>While duplicating a MIS report instance, comparison columns are ignored because
@@ -565,8 +572,8 @@ they would raise an error otherwise, as they keep the old source_cmpcol_from_id
565
572
  and source_cmpcol_to_id from the original record. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/343">#343</a>)</li>
566
573
  </ul>
567
574
  </div>
568
- <div class="section" id="section-10">
569
- <h2><a class="toc-backref" href="#toc-entry-15">14.0.3.6.4 (2021-04-06)</a></h2>
575
+ <div class="section" id="section-11">
576
+ <h2><a class="toc-backref" href="#toc-entry-16">14.0.3.6.4 (2021-04-06)</a></h2>
570
577
  <p><strong>Features</strong></p>
571
578
  <ul class="simple">
572
579
  <li>The drilldown action name displayed on the breadcrumb has been revised.
@@ -576,8 +583,8 @@ of the kpi’s technical definition. (<a class="reference external" href="https:
576
583
  view. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/320">#320</a>)</li>
577
584
  </ul>
578
585
  </div>
579
- <div class="section" id="section-11">
580
- <h2><a class="toc-backref" href="#toc-entry-16">13.0.3.6.3 (2020-08-28)</a></h2>
586
+ <div class="section" id="section-12">
587
+ <h2><a class="toc-backref" href="#toc-entry-17">13.0.3.6.3 (2020-08-28)</a></h2>
581
588
  <p><strong>Bugfixes</strong></p>
582
589
  <ul class="simple">
583
590
  <li>Having a “Compare columns” added on a KPI with an associated style using a
@@ -589,23 +596,23 @@ when exporting to XLSX. (<a class="reference external" href="https://github.com/
589
596
  <li><a class="reference external" href="https://github.com/OCA/mis-builder/issues/280">#280</a>, <a class="reference external" href="https://github.com/OCA/mis-builder/issues/296">#296</a></li>
590
597
  </ul>
591
598
  </div>
592
- <div class="section" id="section-12">
593
- <h2><a class="toc-backref" href="#toc-entry-17">13.0.3.6.2 (2020-04-22)</a></h2>
599
+ <div class="section" id="section-13">
600
+ <h2><a class="toc-backref" href="#toc-entry-18">13.0.3.6.2 (2020-04-22)</a></h2>
594
601
  <p><strong>Bugfixes</strong></p>
595
602
  <ul class="simple">
596
603
  <li>The “Settings” button is now displayed for users with the “Show full accounting features” right when previewing a report. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/281">#281</a>)</li>
597
604
  </ul>
598
605
  </div>
599
- <div class="section" id="section-13">
600
- <h2><a class="toc-backref" href="#toc-entry-18">13.0.3.6.1 (2020-04-22)</a></h2>
606
+ <div class="section" id="section-14">
607
+ <h2><a class="toc-backref" href="#toc-entry-19">13.0.3.6.1 (2020-04-22)</a></h2>
601
608
  <p><strong>Bugfixes</strong></p>
602
609
  <ul class="simple">
603
610
  <li>Fix <tt class="docutils literal">TypeError: 'module' object is not iterable</tt> when using
604
611
  budgets by account. (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/276">#276</a>)</li>
605
612
  </ul>
606
613
  </div>
607
- <div class="section" id="section-14">
608
- <h2><a class="toc-backref" href="#toc-entry-19">13.0.3.6.0 (2020-03-28)</a></h2>
614
+ <div class="section" id="section-15">
615
+ <h2><a class="toc-backref" href="#toc-entry-20">13.0.3.6.0 (2020-03-28)</a></h2>
609
616
  <p><strong>Features</strong></p>
610
617
  <ul class="simple">
611
618
  <li>Add column-level filters on analytic account and analytic tags.
@@ -620,12 +627,12 @@ Sheet” to create new KPI’s for the ratios (e.g. balance_sheet.current_assets
620
627
  balance_sheet.total_assets). (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/155">#155</a>)</li>
621
628
  </ul>
622
629
  </div>
623
- <div class="section" id="section-15">
624
- <h2><a class="toc-backref" href="#toc-entry-20">13.0.3.5.0 (2020-01-??)</a></h2>
630
+ <div class="section" id="section-16">
631
+ <h2><a class="toc-backref" href="#toc-entry-21">13.0.3.5.0 (2020-01-??)</a></h2>
625
632
  <p>Migration to odoo 13.0.</p>
626
633
  </div>
627
- <div class="section" id="section-16">
628
- <h2><a class="toc-backref" href="#toc-entry-21">12.0.3.5.0 (2019-10-26)</a></h2>
634
+ <div class="section" id="section-17">
635
+ <h2><a class="toc-backref" href="#toc-entry-22">12.0.3.5.0 (2019-10-26)</a></h2>
629
636
  <p><strong>Features</strong></p>
630
637
  <ul class="simple">
631
638
  <li>The <tt class="docutils literal">account_id</tt> field of the model selected in ‘Move lines source’
@@ -655,8 +662,8 @@ style. (<a class="reference external" href="https://github.com/oca/mis-builder/i
655
662
  <li>In Excel export, keep the percentage point suffix (pp) instead of replacing it with %. (<a class="reference external" href="https://github.com/oca/mis-builder/issues/220">#220</a>)</li>
656
663
  </ul>
657
664
  </div>
658
- <div class="section" id="section-17">
659
- <h2><a class="toc-backref" href="#toc-entry-22">12.0.3.4.0 (2019-07-09)</a></h2>
665
+ <div class="section" id="section-18">
666
+ <h2><a class="toc-backref" href="#toc-entry-23">12.0.3.4.0 (2019-07-09)</a></h2>
660
667
  <p><strong>Features</strong></p>
661
668
  <ul class="simple">
662
669
  <li>New year-to-date mode for defining periods. (<a class="reference external" href="https://github.com/oca/mis-builder/issues/165">#165</a>)</li>
@@ -674,8 +681,8 @@ non-multi expressions yield tuples of incorrect lenght. (<a class="reference ext
674
681
  <li>Fix rendering of percentage types in Excel export. (<a class="reference external" href="https://github.com/oca/mis-builder/issues/192">#192</a>)</li>
675
682
  </ul>
676
683
  </div>
677
- <div class="section" id="section-18">
678
- <h2><a class="toc-backref" href="#toc-entry-23">12.0.3.3.0 (2019-01-26)</a></h2>
684
+ <div class="section" id="section-19">
685
+ <h2><a class="toc-backref" href="#toc-entry-24">12.0.3.3.0 (2019-01-26)</a></h2>
679
686
  <p><strong>Features</strong></p>
680
687
  <p><em>Dynamic analytic filters in report preview are not yet available in 11,
681
688
  this requires an update to the JS widget that proved difficult to implement
@@ -715,8 +722,8 @@ is checked, as for all other syle elements. (<cite>#121 &lt;https://github.com/O
715
722
  <p>If you use <tt class="docutils literal">Actuals (alternative)</tt> data source in combination with analytic
716
723
  filters, the underlying model must now have an <tt class="docutils literal">analytic_account_id</tt> field.</p>
717
724
  </div>
718
- <div class="section" id="section-19">
719
- <h2><a class="toc-backref" href="#toc-entry-24">11.0.3.2.2 (2018-06-30)</a></h2>
725
+ <div class="section" id="section-20">
726
+ <h2><a class="toc-backref" href="#toc-entry-25">11.0.3.2.2 (2018-06-30)</a></h2>
720
727
  <ul class="simple">
721
728
  <li>[FIX] Fix bug in company_default_get call returning
722
729
  id instead of recordset
@@ -727,16 +734,16 @@ need to be displayed).
727
734
  (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/46">#46</a>)</li>
728
735
  </ul>
729
736
  </div>
730
- <div class="section" id="section-20">
731
- <h2><a class="toc-backref" href="#toc-entry-25">11.0.3.2.1 (2018-05-29)</a></h2>
737
+ <div class="section" id="section-21">
738
+ <h2><a class="toc-backref" href="#toc-entry-26">11.0.3.2.1 (2018-05-29)</a></h2>
732
739
  <ul class="simple">
733
740
  <li>[FIX] Missing comparison operator for AccountingNone
734
741
  leading to errors in pbal computations
735
742
  (<a class="reference external" href="https://github.com/OCA/mis-builder/issue/93">#93</a>)</li>
736
743
  </ul>
737
744
  </div>
738
- <div class="section" id="section-21">
739
- <h2><a class="toc-backref" href="#toc-entry-26">10.0.3.2.0 (2018-05-02)</a></h2>
745
+ <div class="section" id="section-22">
746
+ <h2><a class="toc-backref" href="#toc-entry-27">10.0.3.2.0 (2018-05-02)</a></h2>
740
747
  <ul class="simple">
741
748
  <li>[FIX] make subkpi ordering deterministic
742
749
  (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/71">#71</a>)</li>
@@ -750,13 +757,13 @@ resp positive balances)
750
757
  (<a class="reference external" href="https://github.com/OCA/mis-builder/issues/86">#86</a>)</li>
751
758
  </ul>
752
759
  </div>
753
- <div class="section" id="section-22">
754
- <h2><a class="toc-backref" href="#toc-entry-27">11.0.3.1.2 (2018-02-04)</a></h2>
760
+ <div class="section" id="section-23">
761
+ <h2><a class="toc-backref" href="#toc-entry-28">11.0.3.1.2 (2018-02-04)</a></h2>
755
762
  <p>Migration to Odoo 11. No new feature.
756
763
  (<a class="reference external" href="https://github.com/OCA/mis-builder/pull/67">#67</a>)</p>
757
764
  </div>
758
- <div class="section" id="section-23">
759
- <h2><a class="toc-backref" href="#toc-entry-28">10.0.3.1.1 (2017-11-14)</a></h2>
765
+ <div class="section" id="section-24">
766
+ <h2><a class="toc-backref" href="#toc-entry-29">10.0.3.1.1 (2017-11-14)</a></h2>
760
767
  <p>New features:</p>
761
768
  <ul class="simple">
762
769
  <li>[ADD] month and year relative periods, easier to use than
@@ -793,24 +800,24 @@ created (not yet saved) report instances.
793
800
  <li>Alternative move line data sources must have a company_id field.</li>
794
801
  </ul>
795
802
  </div>
796
- <div class="section" id="section-24">
797
- <h2><a class="toc-backref" href="#toc-entry-29">10.0.3.0.4 (2017-10-14)</a></h2>
803
+ <div class="section" id="section-25">
804
+ <h2><a class="toc-backref" href="#toc-entry-30">10.0.3.0.4 (2017-10-14)</a></h2>
798
805
  <p>Bug fix:</p>
799
806
  <ul class="simple">
800
807
  <li>[FIX] issue with initial balance rounding.
801
808
  <a class="reference external" href="https://github.com/OCA/mis-builder/issues/30">#30</a></li>
802
809
  </ul>
803
810
  </div>
804
- <div class="section" id="section-25">
805
- <h2><a class="toc-backref" href="#toc-entry-30">10.0.3.0.3 (2017-10-03)</a></h2>
811
+ <div class="section" id="section-26">
812
+ <h2><a class="toc-backref" href="#toc-entry-31">10.0.3.0.3 (2017-10-03)</a></h2>
806
813
  <p>Bug fix:</p>
807
814
  <ul class="simple">
808
815
  <li>[FIX] fix error saving KPI on newly created reports.
809
816
  <a class="reference external" href="https://github.com/OCA/mis-builder/issues/18">#18</a></li>
810
817
  </ul>
811
818
  </div>
812
- <div class="section" id="section-26">
813
- <h2><a class="toc-backref" href="#toc-entry-31">10.0.3.0.2 (2017-10-01)</a></h2>
819
+ <div class="section" id="section-27">
820
+ <h2><a class="toc-backref" href="#toc-entry-32">10.0.3.0.2 (2017-10-01)</a></h2>
814
821
  <p>New features:</p>
815
822
  <ul class="simple">
816
823
  <li>[ADD] Alternative move line source per report column.
@@ -854,7 +861,7 @@ expressions were used in a KPI</li>
854
861
  </ul>
855
862
  </div>
856
863
  <div class="section" id="unreleased">
857
- <h2><a class="toc-backref" href="#toc-entry-32">10.0.2.0.3 (unreleased)</a></h2>
864
+ <h2><a class="toc-backref" href="#toc-entry-33">10.0.2.0.3 (unreleased)</a></h2>
858
865
  <ul class="simple">
859
866
  <li>[IMP] more robust behaviour in presence of missing expressions</li>
860
867
  <li>[FIX] indent style</li>
@@ -866,23 +873,23 @@ reports with no objects</li>
866
873
  <li>[IMP] provide full access to mis builder style for group Adviser.</li>
867
874
  </ul>
868
875
  </div>
869
- <div class="section" id="section-27">
870
- <h2><a class="toc-backref" href="#toc-entry-33">9.0.2.0.2 (2016-09-27)</a></h2>
876
+ <div class="section" id="section-28">
877
+ <h2><a class="toc-backref" href="#toc-entry-34">9.0.2.0.2 (2016-09-27)</a></h2>
871
878
  <ul class="simple">
872
879
  <li>[IMP] Add refresh button in mis report preview.</li>
873
880
  <li>[IMP] Widget code changes to allow to add fields in the widget more easily.</li>
874
881
  </ul>
875
882
  </div>
876
- <div class="section" id="section-28">
877
- <h2><a class="toc-backref" href="#toc-entry-34">9.0.2.0.1 (2016-05-26)</a></h2>
883
+ <div class="section" id="section-29">
884
+ <h2><a class="toc-backref" href="#toc-entry-35">9.0.2.0.1 (2016-05-26)</a></h2>
878
885
  <ul class="simple">
879
886
  <li>[IMP] remove unused argument in declare_and_compute_period()
880
887
  for a cleaner API. This is a breaking API changing merged in
881
888
  urgency before it is used by other modules.</li>
882
889
  </ul>
883
890
  </div>
884
- <div class="section" id="section-29">
885
- <h2><a class="toc-backref" href="#toc-entry-35">9.0.2.0.0 (2016-05-24)</a></h2>
891
+ <div class="section" id="section-30">
892
+ <h2><a class="toc-backref" href="#toc-entry-36">9.0.2.0.0 (2016-05-24)</a></h2>
886
893
  <p>Part of the work for this release has been done at the Sorrento sprint
887
894
  April 26-29, 2016. The rest (ie a major refactoring) has been done in
888
895
  the weeks after.</p>
@@ -929,8 +936,8 @@ flexible alternative to fiscal periods</li>
929
936
  consolidation accounts have been removed</li>
930
937
  </ul>
931
938
  </div>
932
- <div class="section" id="section-30">
933
- <h2><a class="toc-backref" href="#toc-entry-36">8.0.1.0.0 (2016-04-27)</a></h2>
939
+ <div class="section" id="section-31">
940
+ <h2><a class="toc-backref" href="#toc-entry-37">8.0.1.0.0 (2016-04-27)</a></h2>
934
941
  <ul class="simple">
935
942
  <li>The copy of a MIS Report Instance now copies period.
936
943
  <a class="reference external" href="https://github.com/OCA/account-financial-reporting/pull/181">https://github.com/OCA/account-financial-reporting/pull/181</a></li>
@@ -954,13 +961,13 @@ the widget to open the door to analytic filtering in the previews.
954
961
  <a class="reference external" href="https://github.com/OCA/account-financial-reporting/pull/131">https://github.com/OCA/account-financial-reporting/pull/131</a></li>
955
962
  </ul>
956
963
  </div>
957
- <div class="section" id="section-31">
958
- <h2><a class="toc-backref" href="#toc-entry-37">8.0.0.2.0</a></h2>
964
+ <div class="section" id="section-32">
965
+ <h2><a class="toc-backref" href="#toc-entry-38">8.0.0.2.0</a></h2>
959
966
  <p>Pre-history. Or rather, you need to look at the git log.</p>
960
967
  </div>
961
968
  </div>
962
969
  <div class="section" id="bug-tracker">
963
- <h1><a class="toc-backref" href="#toc-entry-38">Bug Tracker</a></h1>
970
+ <h1><a class="toc-backref" href="#toc-entry-39">Bug Tracker</a></h1>
964
971
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/mis-builder/issues">GitHub Issues</a>.
965
972
  In case of trouble, please check there if your issue has already been reported.
966
973
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -968,15 +975,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
968
975
  <p>Do not contact contributors directly about support or help with technical issues.</p>
969
976
  </div>
970
977
  <div class="section" id="credits">
971
- <h1><a class="toc-backref" href="#toc-entry-39">Credits</a></h1>
978
+ <h1><a class="toc-backref" href="#toc-entry-40">Credits</a></h1>
972
979
  <div class="section" id="authors">
973
- <h2><a class="toc-backref" href="#toc-entry-40">Authors</a></h2>
980
+ <h2><a class="toc-backref" href="#toc-entry-41">Authors</a></h2>
974
981
  <ul class="simple">
975
982
  <li>ACSONE SA/NV</li>
976
983
  </ul>
977
984
  </div>
978
985
  <div class="section" id="contributors">
979
- <h2><a class="toc-backref" href="#toc-entry-41">Contributors</a></h2>
986
+ <h2><a class="toc-backref" href="#toc-entry-42">Contributors</a></h2>
980
987
  <ul class="simple">
981
988
  <li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li>
982
989
  <li>Laetitia Gangloff &lt;<a class="reference external" href="mailto:laetitia.gangloff&#64;acsone.eu">laetitia.gangloff&#64;acsone.eu</a>&gt;</li>
@@ -1009,7 +1016,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
1009
1016
  </ul>
1010
1017
  </div>
1011
1018
  <div class="section" id="maintainers">
1012
- <h2><a class="toc-backref" href="#toc-entry-42">Maintainers</a></h2>
1019
+ <h2><a class="toc-backref" href="#toc-entry-43">Maintainers</a></h2>
1013
1020
  <p>This module is maintained by the OCA.</p>
1014
1021
  <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
1015
1022
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-mis-builder
3
- Version: 15.0.4.1.4.2
3
+ Version: 15.0.4.1.5
4
4
  Summary: Build 'Management Information System' Reports and Dashboards
5
5
  Home-page: https://github.com/OCA/mis-builder
6
6
  Author: ACSONE SA/NV, Odoo Community Association (OCA)
@@ -26,7 +26,7 @@ MIS Builder
26
26
  !! This file is generated by oca-gen-addon-readme !!
27
27
  !! changes will be overwritten. !!
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
- !! source digest: sha256:12892cfd28b86ab510b00b788abc9b63c3ae05d27144b8c14aae7a5141dd6f71
29
+ !! source digest: sha256:a9e45df0d08a49bf40d8c748236901de68db511b56306ac6cef77c52263043e0
30
30
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
31
 
32
32
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -119,6 +119,14 @@ be found on GitHub.
119
119
  Changelog
120
120
  =========
121
121
 
122
+ 15.0.4.1.5 (2024-02-08)
123
+ ~~~~~~~~~~~~~~~~~~~~~~~
124
+
125
+ **Bugfixes**
126
+
127
+ - Resolve a permission issue when creating report periods with a user without admin rights. (`#596 <https://github.com/OCA/mis-builder/issues/596>`_)
128
+
129
+
122
130
  15.0.4.1.3 (2023-01-27)
123
131
  ~~~~~~~~~~~~~~~~~~~~~~~
124
132
 
@@ -1,8 +1,9 @@
1
- odoo/addons/mis_builder/README.rst,sha256=2G-tXaecEAXqbjP4el5zsLI4YVXoPWlgW0K09ol3bzM,27805
1
+ odoo/addons/mis_builder/README.rst,sha256=d7WO44pB5lFFq4-MaWZL_Lcm6S55wozefuT_SALxl9I,28020
2
2
  odoo/addons/mis_builder/__init__.py,sha256=-8wG-57WxKfMMA5_TFzpubBcfthcsAP5vjTkhXKf7ds,185
3
- odoo/addons/mis_builder/__manifest__.py,sha256=tQwM7ktCHGhw0x0M00wwOA7Y8Bfis033PGHf9AZDwRE,1559
3
+ odoo/addons/mis_builder/__manifest__.py,sha256=J-OMZpEwGx_VDeBhXgEdqKkgZvKoXPFN1y4jiJOqRQM,1559
4
4
  odoo/addons/mis_builder/datas/ir_cron.xml,sha256=H5nnz-4CqZPVveJdRoJ_DrBOOsihK4XwOjWcSMYv68A,558
5
5
  odoo/addons/mis_builder/i18n/ca.po,sha256=ej2aMjEpgG33HAPMYDv8aL8Jb8E44pyCljDLJ11dr6I,82530
6
+ odoo/addons/mis_builder/i18n/da.po,sha256=vmjA9bH-WGY2UIoCQR-UXTv2fP_kkDwohbL-kn51638,73614
6
7
  odoo/addons/mis_builder/i18n/de.po,sha256=XpmNTmRrZYrJ1l3m2ie0QvCeSq90L6zMfpJDJvBzHAI,64986
7
8
  odoo/addons/mis_builder/i18n/el.po,sha256=wiIAxk-QP5fGjCZ36RZi0DIb6Fbbq6Kxw5CLHsgA-gM,61774
8
9
  odoo/addons/mis_builder/i18n/el_GR.po,sha256=3AoIliMXr1XF_xxzphajFJCbSALHGsrfj436GytA5Cg,61777
@@ -27,7 +28,7 @@ odoo/addons/mis_builder/models/expression_evaluator.py,sha256=z3S0gQ7ig6EAO-ThCf
27
28
  odoo/addons/mis_builder/models/kpimatrix.py,sha256=Loqhpxdp-kDDOnUZPqMcJeI_GikBACgoO5rCi1kzM7M,19907
28
29
  odoo/addons/mis_builder/models/mis_kpi_data.py,sha256=5lEEXn-j-xBmToJsluitpETQwrtRq5mfcFCv0xaXboM,4185
29
30
  odoo/addons/mis_builder/models/mis_report.py,sha256=p8FPZgTuGGeMhrVFqN9L1AZL5Rcrhqx11LHmlUniihM,37816
30
- odoo/addons/mis_builder/models/mis_report_instance.py,sha256=9_A_S-tKtLyCH4j2up2lz24YKdfE4j7dmBrNOUWpRVg,36285
31
+ odoo/addons/mis_builder/models/mis_report_instance.py,sha256=IxD-yfaD5Ewr7Lt-OOg-A7vESZm4qEYBw6z9QmK7hQo,36336
31
32
  odoo/addons/mis_builder/models/mis_report_style.py,sha256=573Y-JrYv6H-8miSK_HQfI4jdvUUSP-fm6cOoPNE9eY,10573
32
33
  odoo/addons/mis_builder/models/mis_report_subreport.py,sha256=FAGXqbc2XWRAwnRNndBnyemdQE7UtUJ7akTJIn6DM7g,2102
33
34
  odoo/addons/mis_builder/models/mis_safe_eval.py,sha256=F2Xgtmy-gHDvstzq4_yi5BtdWBgyxjpta5fHG2NxRTI,1061
@@ -36,7 +37,7 @@ odoo/addons/mis_builder/models/simple_array.py,sha256=UnAh_kLgANFBKr6QtzO5dWrr-1
36
37
  odoo/addons/mis_builder/readme/CONTRIBUTORS.rst,sha256=y2gMr3qkE6l9N3N-BBxfuI-HAiAAHLnVEJUKNsWw6yY,1151
37
38
  odoo/addons/mis_builder/readme/DESCRIPTION.rst,sha256=ZqIH3paFxS34iEZVgIQZQtgGrPTyy6A2qp4jVLarTaw,334
38
39
  odoo/addons/mis_builder/readme/DEVELOP.rst,sha256=BrYTBvhwrBED55wQnsdu5IQQo3nWeKMKNlCL3iz847E,462
39
- odoo/addons/mis_builder/readme/HISTORY.rst,sha256=VdQqeIV4K3WbfCMCt3Xay9zAws3QTQMjWLMt0RggaIc,21138
40
+ odoo/addons/mis_builder/readme/HISTORY.rst,sha256=XkVcwmcDDvM5C0WxKs4JyzJbfzd1FrcAHAYc0QGjOqU,21353
40
41
  odoo/addons/mis_builder/readme/INSTALL.rst,sha256=_qgJjGs9tzDA7eSPV4Aut67__XpKxeDHosX8a8jF71Y,287
41
42
  odoo/addons/mis_builder/readme/ROADMAP.rst,sha256=GlRO36ywZrQ_WikxLGkuXznjwEJtnlJ27ISnLNeqinI,237
42
43
  odoo/addons/mis_builder/readme/USAGE.rst,sha256=6LM-M2rlOhx92yghymhJuteAsmxpURqeeNwRQmDYoEU,1124
@@ -52,7 +53,7 @@ odoo/addons/mis_builder/static/description/ex_report_preview.png,sha256=NKBRn70E
52
53
  odoo/addons/mis_builder/static/description/ex_report_settings.png,sha256=T7j_3DUUtdZ6XKsAvJ3uKsK_-GtRl0sRPD68ZOa6ebA,103790
53
54
  odoo/addons/mis_builder/static/description/ex_report_template.png,sha256=c8KgzyGD5QiZNCmxaVR4u3h1K0TJN50uXZWoNsieN8A,100278
54
55
  odoo/addons/mis_builder/static/description/icon.png,sha256=0OCahdqDvaS_CHV97ZCbajW0_AcBLVVvja_EJA2mC6s,4770
55
- odoo/addons/mis_builder/static/description/index.html,sha256=4Mh4sAR_sS9cSE9rxHiMVPskJmF6lLHJbntzsGCxH4g,52963
56
+ odoo/addons/mis_builder/static/description/index.html,sha256=3xa7PdLOXijs_jwlW6iH3HFvUOenUV8t8RdP3aJofIc,53406
56
57
  odoo/addons/mis_builder/static/src/css/custom.css,sha256=MykOnaM0K095-f2NhkIsW8WjfBwe6P1WBk_ltNFMbvs,549
57
58
  odoo/addons/mis_builder/static/src/css/report.css,sha256=vntbIm5EMa9sk70a921kkLjgAjgNVsxxEXttaGVKwT8,886
58
59
  odoo/addons/mis_builder/static/src/js/mis_report_widget.js,sha256=moLAJW7TvjGcyM5LYgztCBZWxu69RFV4AzKlZKbMBWM,15927
@@ -80,7 +81,7 @@ odoo/addons/mis_builder/views/mis_report_style.xml,sha256=HRsXhEZZYbuZg7qJyfhdnE
80
81
  odoo/addons/mis_builder/wizard/__init__.py,sha256=qlc_LcwA6U3Wgv-qC9uacPjZXV3jShrV_RBiuKCBNPA,158
81
82
  odoo/addons/mis_builder/wizard/mis_builder_dashboard.py,sha256=CmBfWv7x8PRKqNgmaiHaa-7TkkRlducqF-s1xiTOq0Q,3311
82
83
  odoo/addons/mis_builder/wizard/mis_builder_dashboard.xml,sha256=ArG86hdyRWm531nK0hYU-j1N87yXtpDVpSuKTmOB47I,1440
83
- odoo_addon_mis_builder-15.0.4.1.4.2.dist-info/METADATA,sha256=GhbkYElzDyZykd-uflU89ZRlsI7Kn7QPrg6MWBmfZ10,28543
84
- odoo_addon_mis_builder-15.0.4.1.4.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
85
- odoo_addon_mis_builder-15.0.4.1.4.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
86
- odoo_addon_mis_builder-15.0.4.1.4.2.dist-info/RECORD,,
84
+ odoo_addon_mis_builder-15.0.4.1.5.dist-info/METADATA,sha256=VMUcg5s7YwGXT3rOzYEeMGbFAgg2240XQhErlbF4KFA,28756
85
+ odoo_addon_mis_builder-15.0.4.1.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
86
+ odoo_addon_mis_builder-15.0.4.1.5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
87
+ odoo_addon_mis_builder-15.0.4.1.5.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5