1234567891011121314151617 |
- # coding: utf-8
- # © 2015 Abdessamad HILALI <abdessamad.hilali@akretion.com>
- # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
- {
- 'name': "Product Variant Inactive",
- 'author': "Akretion,Odoo Community Association (OCA)",
- 'website': "http://www.akretion.com",
- 'license': 'AGPL-3',
- 'category': 'Product',
- 'version': '8.0.0.0.0',
- 'depends': ['stock'],
- 'data': [
- 'product_variant_view.xml'
- ],
- 'demo': ['product.product.csv'],
- }
|