diff --git a/document_page_partner_id/README.rst b/document_page_partner_id/README.rst index 08ec1348..77af7099 100644 --- a/document_page_partner_id/README.rst +++ b/document_page_partner_id/README.rst @@ -1,5 +1,6 @@ .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :alt: License: AGPL-3 + =================================== Link to a partner in document pages =================================== @@ -12,9 +13,11 @@ Usage To use this module, simply fill in a partner for some pages, then you can search by partner or group by partner. * go to ... + .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbotknowl - :target: https://runbot.odoo-community.org/runbot/118/8.0 + :target: https://runbot.odoo-community.org/runbot/118/10.0 Bug Tracker =========== @@ -31,6 +34,7 @@ Contributors ------------ * Holger Brunn +* George Daramouskas Maintainer ---------- diff --git a/document_page_partner_id/__init__.py b/document_page_partner_id/__init__.py index cdb7d736..69fb153e 100644 --- a/document_page_partner_id/__init__.py +++ b/document_page_partner_id/__init__.py @@ -1,20 +1,4 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This module copyright (C) 2015 Therp BV . -# -# 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 . -# -############################################################################## +# Copyright 2018 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import models diff --git a/document_page_partner_id/__openerp__.py b/document_page_partner_id/__openerp__.py index 0864e2fd..9e785e33 100644 --- a/document_page_partner_id/__openerp__.py +++ b/document_page_partner_id/__openerp__.py @@ -1,25 +1,9 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This module copyright (C) 2015 Therp BV . -# -# 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 . -# -############################################################################## +# Copyright 2018 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Link to a partner in document pages", - "version": "8.0.1.0.0", + "version": "10.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Knowledge Management", diff --git a/document_page_partner_id/models/__init__.py b/document_page_partner_id/models/__init__.py index c22dbddd..2ddfeaf4 100644 --- a/document_page_partner_id/models/__init__.py +++ b/document_page_partner_id/models/__init__.py @@ -1,20 +1,4 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This module copyright (C) 2015 Therp BV . -# -# 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 . -# -############################################################################## +# Copyright 2018 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import document_page diff --git a/document_page_partner_id/models/document_page.py b/document_page_partner_id/models/document_page.py index 6a61b031..4dc9efc3 100644 --- a/document_page_partner_id/models/document_page.py +++ b/document_page_partner_id/models/document_page.py @@ -1,23 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This module copyright (C) 2015 Therp BV (). -# -# 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 . -# -############################################################################## -from openerp import models, fields +# Copyright 2018 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from odoo import models, fields class DocumentPage(models.Model): diff --git a/document_page_partner_id/views/document_page.xml b/document_page_partner_id/views/document_page.xml index c3a3c4af..28913fdc 100644 --- a/document_page_partner_id/views/document_page.xml +++ b/document_page_partner_id/views/document_page.xml @@ -1,35 +1,41 @@ - - - - document.page - - - - - + + + + document.page + + + + - - - document.page - - - - - + + + + + document.page + + + + - - - document.page - - - - - - - - + + + + + document.page + + + + - - - + + + + + + +