From abe79d1c485a14a140dd3b14b1dbad8001c33342 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 14 Dec 2015 15:56:28 +0100 Subject: [PATCH] Port projct_issue_extension to v8 --- project_issue_extension/__init__.py | 22 +-------- project_issue_extension/__openerp__.py | 1 - project_issue_extension/partner_view.xml | 27 ----------- project_issue_extension/project.py | 59 ++++++++++-------------- project_issue_extension/project_view.xml | 14 ++++-- 5 files changed, 35 insertions(+), 88 deletions(-) delete mode 100644 project_issue_extension/partner_view.xml diff --git a/project_issue_extension/__init__.py b/project_issue_extension/__init__.py index 10ef421..a0097b7 100644 --- a/project_issue_extension/__init__.py +++ b/project_issue_extension/__init__.py @@ -1,23 +1,3 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Project Issue Extension module for OpenERP -# Copyright (C) 2014 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## +# -*- coding: utf-8 -*- from . import project diff --git a/project_issue_extension/__openerp__.py b/project_issue_extension/__openerp__.py index f140984..f7c8f3f 100644 --- a/project_issue_extension/__openerp__.py +++ b/project_issue_extension/__openerp__.py @@ -47,7 +47,6 @@ Please contact Alexis de Lattre from Akretion for 'data': [ 'project_view.xml', 'project_data.xml', - 'partner_view.xml', ], 'active': False, } diff --git a/project_issue_extension/partner_view.xml b/project_issue_extension/partner_view.xml deleted file mode 100644 index 3b80f11..0000000 --- a/project_issue_extension/partner_view.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - add.link.to.issues.partner.form - res.partner - - - -