__openerp__.py 520 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # © 2016 Andhitia Rama <andhitia.r@gmail.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Product Share",
  6. "version": "8.0.1.0.0",
  7. "author": "Andhitia Rama,Odoo Community Association (OCA)",
  8. "website": "https://opensynergy-indonesia.com",
  9. "license": "AGPL-3",
  10. "category": "Website",
  11. "depends": [
  12. "website_sale",
  13. ],
  14. "data": [
  15. "views/website_product.xml",
  16. ],
  17. "active": False,
  18. 'installable': True
  19. }