Skip to content

Commit

Permalink
[MIG] mis_builder_analytic: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Aug 15, 2024
1 parent 3da2f09 commit d72fc38
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
16 changes: 10 additions & 6 deletions mis_builder_analytic/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MIS Builder Analytic
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7fd24ab08190a7b07750f9938e3f6923ef7d3a54a9c762955a34a9995157c129
!! source digest: sha256:53b9480f6486652c7559e1d2e760dcbb9a125170e9b9328170a9b2a546e610fb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand All @@ -17,13 +17,13 @@ MIS Builder Analytic
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmis--builder--contrib-lightgray.png?logo=github
:target: https://github.com/OCA/mis-builder-contrib/tree/14.0/mis_builder_analytic
:target: https://github.com/OCA/mis-builder-contrib/tree/16.0/mis_builder_analytic
:alt: OCA/mis-builder-contrib
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/mis-builder-contrib-14-0/mis-builder-contrib-14-0-mis_builder_analytic
:target: https://translation.odoo-community.org/projects/mis-builder-contrib-16-0/mis-builder-contrib-16-0-mis_builder_analytic
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/mis-builder-contrib&target_branch=14.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/mis-builder-contrib&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -57,7 +57,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/mis-builder-contrib/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/mis-builder-contrib/issues/new?body=module:%20mis_builder_analytic%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/mis-builder-contrib/issues/new?body=module:%20mis_builder_analytic%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -77,6 +77,10 @@ Contributors
* Ernesto Tejeda
* Pedro M. Baeza

* `APSL-Nagarro <https://www.apsl.tech>`_:

* Antoni Marroig \<<[email protected]>\>

Maintainers
~~~~~~~~~~~

Expand All @@ -90,6 +94,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/mis-builder-contrib <https://github.com/OCA/mis-builder-contrib/tree/14.0/mis_builder_analytic>`_ project on GitHub.
This module is part of the `OCA/mis-builder-contrib <https://github.com/OCA/mis-builder-contrib/tree/16.0/mis_builder_analytic>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion mis_builder_analytic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "MIS Builder Analytic",
"summary": "Provide account analytic lines for MIS builder reports",
"version": "14.0.1.0.1",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/mis-builder-contrib",
Expand Down
6 changes: 3 additions & 3 deletions mis_builder_analytic/models/mis_account_analytic_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class MisAccountAnalyticLine(models.Model):
string="Analytic Account", comodel_name="account.analytic.account"
)
company_id = fields.Many2one(string="Company", comodel_name="res.company")
balance = fields.Float(string="Balance")
debit = fields.Float(string="Debit")
credit = fields.Float(string="Credit")
balance = fields.Float()
debit = fields.Float()
credit = fields.Float()
state = fields.Selection(
[("draft", "Unposted"), ("posted", "Posted")], string="Status"
)
Expand Down
4 changes: 4 additions & 0 deletions mis_builder_analytic/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

* Ernesto Tejeda
* Pedro M. Baeza

* `APSL-Nagarro <https://www.apsl.tech>`_:

* Antoni Marroig \<<[email protected]>\>
12 changes: 8 additions & 4 deletions mis_builder_analytic/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ <h1 class="title">MIS Builder Analytic</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7fd24ab08190a7b07750f9938e3f6923ef7d3a54a9c762955a34a9995157c129
!! source digest: sha256:53b9480f6486652c7559e1d2e760dcbb9a125170e9b9328170a9b2a546e610fb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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-contrib/tree/14.0/mis_builder_analytic"><img alt="OCA/mis-builder-contrib" src="https://img.shields.io/badge/github-OCA%2Fmis--builder--contrib-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mis-builder-contrib-14-0/mis-builder-contrib-14-0-mis_builder_analytic"><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-contrib&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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-contrib/tree/16.0/mis_builder_analytic"><img alt="OCA/mis-builder-contrib" src="https://img.shields.io/badge/github-OCA%2Fmis--builder--contrib-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mis-builder-contrib-16-0/mis-builder-contrib-16-0-mis_builder_analytic"><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-contrib&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to create a MIS report using Analytic entries as data
source</p>
<p><strong>Table of contents</strong></p>
Expand Down Expand Up @@ -405,7 +405,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/mis-builder-contrib/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/mis-builder-contrib/issues/new?body=module:%20mis_builder_analytic%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/mis-builder-contrib/issues/new?body=module:%20mis_builder_analytic%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand All @@ -424,6 +424,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li>Pedro M. Baeza</li>
</ul>
</li>
<li><a class="reference external" href="https://www.apsl.tech">APSL-Nagarro</a>:<ul>
<li>Antoni Marroig &lt;&lt;<a class="reference external" href="mailto:amarroig&#64;apsl.net">amarroig&#64;apsl.net</a>&gt;&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand All @@ -433,7 +437,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/mis-builder-contrib/tree/14.0/mis_builder_analytic">OCA/mis-builder-contrib</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/mis-builder-contrib/tree/16.0/mis_builder_analytic">OCA/mis-builder-contrib</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit d72fc38

Please sign in to comment.