Finish migration to v10.0

pull/277/head
Akim Juillerat 2018-11-21 18:46:02 +01:00 committed by Iryna Vushnevska
parent f9c22bf280
commit 6d6a46846e
5 changed files with 7 additions and 11 deletions

View File

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

View File

@ -1,20 +1,16 @@
# -*- coding: utf-8 -*-
# © 2015-2018 Camptocamp SA
# 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',
'author': "Camptocamp,Odoo Community Association (OCA)",
'author': "Camptocamp, Odoo Community Association (OCA)",
'category': 'Finance',
'website': 'http://www.camptocamp.com',
'website': 'https://github.com/account-reconcile',
'license': 'AGPL-3',
'depends': ['account_mass_reconcile'],
'data': [
'views/mass_reconcile_view.xml'
],
'demo': [],
'test': [],
'auto_install': False,
'installable': True,
'images': []
}

View File

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

View File

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

View File

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