[MIG] account_mass_reconcile_transaction_ref: Migration to 11.0

pull/276/head
Akim Juillerat 2018-10-08 17:32:03 +02:00 committed by Iryna Vyshnevska
parent be1f93ed28
commit acfe89c072
7 changed files with 8 additions and 13 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2013-2016 Camptocamp SA # © 2013-2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import models from . import models

View File

@ -1,9 +1,8 @@
# -*- coding: utf-8 -*- # Copyright 2013-2018 Camptocamp SA
# © 2013-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{ {
'name': 'Mass Reconcile Transaction Ref', 'name': 'Mass Reconcile Transaction Ref',
'version': '10.0.1.1.0', 'version': '11.0.1.0.0',
'author': "Camptocamp,Odoo Community Association (OCA)", 'author': "Camptocamp,Odoo Community Association (OCA)",
'category': 'Finance', 'category': 'Finance',
'website': 'https://github.com/OCA/account-reconcile', 'website': 'https://github.com/OCA/account-reconcile',

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# © 2013-2018 Camptocamp SA # © 2013-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import mass_reconcile from . import mass_reconcile

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*- # Copyright 2013-2018 Camptocamp SA
# © 2013-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo import api, models from odoo import api, models

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*- # Copyright 2013-2018 Camptocamp SA
# © 2013-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo import models from odoo import models

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*- # Copyright 2013-2018 Camptocamp SA
# © 2013-2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo import api, models from odoo import api, models

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Camptocamp SA # Copyright 2018 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
@ -9,7 +8,9 @@ class TestAccountReconcileTransactionRef(SavepointCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
super(TestAccountReconcileTransactionRef, cls).setUpClass() super().setUpClass()
cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
cls.partner = cls.env.ref('base.res_partner_18') cls.partner = cls.env.ref('base.res_partner_18')
cls.account_receivable = cls.env['account.account'].search([ cls.account_receivable = cls.env['account.account'].search([