[MIG] account_mass_reconcile_ref_deep_search: migration to 11.0

This commit is contained in:
sebalix
2018-11-12 17:13:58 +01:00
committed by Diep Huu Hoang
parent 5c085ae597
commit bb33acb6f3
5 changed files with 1 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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