mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_variable_qty_timesheet: Migration to 15.0
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
* Carlos Dauden
|
||||
* Pedro M. Baeza
|
||||
* Carolina Fernandez
|
||||
|
||||
* `Guadaltech <https://www.guadaltech.es>`_:
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user