sale_margin_no_onchange port to v10

This commit is contained in:
Alexis de Lattre
2018-02-09 17:52:25 +01:00
parent d84ef2e8c5
commit 52eff801b6
3 changed files with 97 additions and 130 deletions

View File

@@ -1,30 +1,13 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# Sale Margin No Onchange module for Odoo
# Copyright (C) 2015 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/>.
#
##############################################################################
# -*- coding: utf-8 -*-
# Copyright (C) 2015-2018 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Sale Margin No Onchange',
'version': '0.1',
'category': 'Accounting & Finance',
'version': '10.0.1.0.0',
'category': 'Accounting',
'license': 'AGPL-3',
'summary': 'Copy standard price on sale order line and compute margins',
'description': """
@@ -39,5 +22,5 @@ This module has been written by Alexis de Lattre from Akretion
'data': [
'sale_view.xml',
],
'installable': False,
'installable': True,
}