[MIG] contract_show_invoice: Migration to v10 (#54)

This commit is contained in:
Dave Burkholder
2017-03-22 16:23:46 -04:00
committed by Pedro M. Baeza
parent 48bd511502
commit c9b1e49cda
5 changed files with 41 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import api, fields, models
from odoo import api, fields, models
class AccountInvoice(models.Model):