12345678910111213141516171819202122232425 |
- # -*- encoding: utf-8 -*-
- ###########################################################################
- ###########################################################################
- {
- "name": "Product Purchase Details",
- "category": "Purchase",
- "version": "1.0.0",
- "summary": """Purchase Details or Purchase History on product from view.""",
- "description": """Purchase details on product from view.""",
- "author": "Eiru Software",
- "website": "http://www.eiru.com.py",
- "depends": ["purchase"],
- "data": [
- 'views/product_view.xml',
- ],
- "images": [
- ],
- "installable": True,
- "application": False,
- "sequence": 1,
- }
- # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|