Skip to content

Commit

Permalink
[MIG] product_analytic: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariosi committed Jan 28, 2022
1 parent 38e0fa1 commit b32904b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion product_analytic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "Product Analytic",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Add analytic account on products and product categories",
Expand Down
2 changes: 2 additions & 0 deletions product_analytic/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
* Pimolnat Suntian <[email protected]>
* Reyes4711
* Denis Roussel <[email protected]>

* Darius Žižys <[email protected]>
10 changes: 10 additions & 0 deletions product_analytic/readme/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
15.0.1.0.0 (2022-01-28)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 15.

14.0.1.0.0 (2021-10-24)
~~~~~~~~~~~~~~~~~~~~~~~

Migrated to odoo 14.

13.0.1.0.0 (2020-01-08)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions product_analytic/tests/test_account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Copyright 2017 Tecnativa - Luis Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from odoo.tests.common import SavepointCase
from odoo.tests.common import TransactionCase


class TestAccountInvoiceLine(SavepointCase):
class TestAccountInvoiceLine(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit b32904b

Please sign in to comment.