Port report_py3o to Odoo v10

This commit is contained in:
Alexis de Lattre
2016-10-14 18:56:39 +02:00
committed by Elmeri Niemelä
parent cc4ef3daf0
commit 9c30326a49
6 changed files with 43 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright 2013 XCG Consulting (http://odoo.consulting)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from openerp import fields, models
from odoo import fields, models
class Py3oTemplate(models.Model):