Skip to content

Commit

Permalink
[MIG] contract_variable_qty_timesheet: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinafernandez-tecnativa committed Sep 28, 2023
1 parent 41131f8 commit d99b28e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contract_variable_qty_timesheet/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Copyright 2018 Tecnativa - Carlos Dauden
# Copyright 2019 Tecnativa - Pedro M. Baeza
# Copyright 2023 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Contract Variable Qty Timesheet",
"summary": "Add formula to invoice ",
"version": "13.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Contract Management",
"website": "https://github.com/OCA/contract",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
Expand Down
1 change: 1 addition & 0 deletions contract_variable_qty_timesheet/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Carlos Dauden
* Pedro M. Baeza
* Carolina Fernandez

* `Guadaltech <https://www.guadaltech.es>`_:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Carlos Dauden</li>
<li>Pedro M. Baeza</li>
<li>Carolina Fernandez</li>
</ul>
</li>
<li><a class="reference external" href="https://www.guadaltech.es">Guadaltech</a>:<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from odoo.tests import common


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

0 comments on commit d99b28e

Please sign in to comment.