@ -40,7 +40,7 @@ To use this module, you need to:
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/134/9.0
:target: https://runbot.odoo-community.org/runbot/134/10.0
Known issues / Roadmap
======================
@ -4,7 +4,7 @@
{
'name': 'Default sales discount per partner',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'category': 'Partner Management',
'license': 'AGPL-3',
'author': 'Tecnativa,'
@ -2,7 +2,7 @@
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import fields, models
from odoo import fields, models
class ResPartner(models.Model):
from openerp import api, fields, models
from odoo import api, fields, models
from lxml import etree
from openerp.tests import common
from odoo.tests import common