123456789101112131415161718192021 |
- # -*- coding: utf-8 -*-
- # Copyright© 2016 ICTSTUDIO <http://www.ictstudio.eu>
- # License: AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
- {
- 'name': 'Products Pricelist Prices',
- 'version': '8.0.1.1.5',
- 'author': 'ICTSTUDIO, André Schenkels - Eiru',
- 'website': 'http://www.ictstudio.eu',
- 'license': 'AGPL-3',
- 'category': 'Sales Management',
- 'depends': ['product'],
- 'demo': [],
- 'summary': "Show Price for Available Pricelists",
- 'data': [
- 'views/product_pricelist.xml',
- 'views/product_product.xml',
- 'views/product_template.xml',
- ],
- }
|