[10.0][MIG][base_import_match] Migration and update

Includes:

- Normal migration steps.
- Usage of brand new `_inherit = "base"` in Odoo 10, which implies
  removing a lot of monkey-patching code.
- Log a warning when multiple matches are found.
This commit is contained in:
Jairo Llopis
2017-06-22 12:09:47 +02:00
committed by Marçal Isern
parent 8c850b9869
commit ce0d4f6aff
6 changed files with 96 additions and 165 deletions

View File

@@ -3,4 +3,5 @@
# Copyright 2016 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import base
from . import base_import