__openerp__.py 732 B

12345678910111213141516171819202122232425
  1. # -*- encoding: utf-8 -*-
  2. ###########################################################################
  3. ###########################################################################
  4. {
  5. "name": "Product Sale Details",
  6. "category": "Sale",
  7. "version": "1.0.0",
  8. "summary": """Sale Details or Sale History on product from view.""",
  9. "description": """Sale details on product from view.""",
  10. "author": "Sebastian Penayo, Eiru Software",
  11. "website": "http://www.eiru.com.py",
  12. "depends": ["sale"],
  13. "data": [
  14. 'views/product_view.xml',
  15. ],
  16. "images": [
  17. ],
  18. "installable": True,
  19. "application": False,
  20. "sequence": 1,
  21. }
  22. # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: