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