[MIG] contract_variable_qty_timesheet: Migration to 15.0

This commit is contained in:
Carolina Fernandez
2023-09-28 08:18:31 -03:00
parent 41131f87d2
commit 7919d04de5
4 changed files with 5 additions and 3 deletions

View File

@@ -1,16 +1,16 @@
# 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)",
"license": "AGPL-3",
"installable": True,
"development_status": "Production/Stable",
"depends": ["contract_variable_quantity", "hr_timesheet"],
"data": ["data/contract_line_qty_formula_data.xml"],
"maintainers": ["carlosdauden", "pedrobaeza"],

View File

@@ -2,6 +2,7 @@
* Carlos Dauden
* Pedro M. Baeza
* Carolina Fernandez
* `Guadaltech <https://www.guadaltech.es>`_:

View File

@@ -420,6 +420,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
<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>

View File

@@ -5,7 +5,7 @@ from odoo import fields
from odoo.tests import common
class TestContractVariableQtyTimesheet(common.SavepointCase):
class TestContractVariableQtyTimesheet(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()