diff --git a/res_partner_affiliate/README.rst b/res_partner_affiliate/README.rst index 948a00759..75295f448 100644 --- a/res_partner_affiliate/README.rst +++ b/res_partner_affiliate/README.rst @@ -18,7 +18,7 @@ companies. .. 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 Bug Tracker =========== @@ -41,6 +41,7 @@ Contributors * Yannick Vaucher * Vicent Cubells +* Dave Lasley Maintainer ---------- diff --git a/res_partner_affiliate/__manifest__.py b/res_partner_affiliate/__manifest__.py index ac4e0e524..c3aa67df6 100644 --- a/res_partner_affiliate/__manifest__.py +++ b/res_partner_affiliate/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Partner Affiliates', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'author': "Camptocamp, " "Tecnativa, " "Odoo Community Association (OCA)", @@ -13,7 +13,7 @@ 'license': 'AGPL-3', 'installable': True, 'depends': [ - 'base' + 'base', ], 'data': [ 'views/res_partner_view.xml', diff --git a/res_partner_affiliate/models/res_partner.py b/res_partner_affiliate/models/res_partner.py index 8a33e85b1..b8ccefb97 100644 --- a/res_partner_affiliate/models/res_partner.py +++ b/res_partner_affiliate/models/res_partner.py @@ -2,7 +2,7 @@ # Copyright 2012 Camptocamp SA - Yannick Vaucher # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import fields, models +from odoo import fields, models class ResPartner(models.Model): diff --git a/res_partner_affiliate/views/res_partner_view.xml b/res_partner_affiliate/views/res_partner_view.xml index 95fc56c80..dd07392fe 100644 --- a/res_partner_affiliate/views/res_partner_view.xml +++ b/res_partner_affiliate/views/res_partner_view.xml @@ -1,79 +1,79 @@ - - - res.partner.form - res.partner - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -