# -*- coding: utf-8 -*- # Copyright 2016 Onestein () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Invoice Line Pricelist', 'images': [], 'summary': """Prices on invoice products based on partner pricelists""", 'version': '1.0', 'category': 'Accounting & Finance', 'author': 'Onestein - Eiru', 'website': 'http://www.onestein.eu', 'license': 'AGPL-3', 'depends': [ 'account', 'product', ], 'data': [ 'views/account_invoice.xml', ], }