Code cleanup in partner_products_shortcut

This commit is contained in:
Alexis de Lattre
2016-02-27 00:25:47 +01:00
parent 518628ec8c
commit 3bedaa076c
4 changed files with 13 additions and 31 deletions

View File

@@ -1,24 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
##############################################################################
#
# Partner Products Shortcut module for OpenERP
# Copyright (C) 2014 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
from . import product from . import product
from . import partner from . import partner

View File

@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Partner Products Shortcut module for OpenERP # Partner Products Shortcut module for Odoo
# Copyright (C) 2014 Akretion (http://www.akretion.com) # Copyright (C) 2014-2016 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com> # @author Alexis de Lattre <alexis.delattre@akretion.com>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
@@ -33,13 +33,15 @@ Partner Products Shortcut
Adds a shortcut on supplier partner form to the products supplied by this partner. Adds a shortcut on supplier partner form to the products supplied by this partner.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for any help or question about this module. This module is an alternative to the module *partner_product_variants_shortcut* ; the only difference is that it displays the product view (product.template) instead of the product variants view (product.product).
This module has been written by Alexis de Lattre from Akretion
<alexis.delattre@akretion.com>.
""", """,
'author': 'Akretion', 'author': 'Akretion',
'website': 'http://www.akretion.com', 'website': 'http://www.akretion.com',
'depends': ['product'], 'depends': ['product'],
'data': [ 'conflicts': ['partner_product_variants_shortcut'],
'partner_view.xml', 'data': ['partner_view.xml'],
], 'installable': True,
'active': False,
} }

View File

@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Partner Products Shortcut module for Odoo # Partner Products Shortcut module for Odoo

View File

@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Partner Products Shortcut module for Odoo # Partner Products Shortcut module for Odoo