__openerp__.py 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Set your custom Pricelist for Website",
  3. "version": "1.0",
  4. "author": "Emipro Technologies Pvt. Ltd.",
  5. 'website': 'http://www.emiprotechnologies.com',
  6. 'maintainer': 'Emipro Technologies Pvt. Ltd.',
  7. "category": "Website",
  8. "description": """
  9. After installation of this module, you can set your custom pricelist for the products in Website instead of default pricelist which is taken from the current logged in user's Partner pricelist.
  10. ==================================================================== \n
  11. For support on this module contact us at info@emiprotechnologies.com \n
  12. To subscribe our support packages, visit following link, \n
  13. http://www.emiprotechnologies.com/odoo/support \n
  14. Visit following link to find our other cool apps to shape your system . \n
  15. https://www.odoo.com/apps/modules?author=Emipro%20Technologies%20Pvt.%20Ltd. \n
  16. For more information about us, visit www.emiprotechnologies.com \n
  17. """,
  18. "depends": ["website_sale"],
  19. 'images': ['static/description/main_screen.png'],
  20. "data": ['view/res_config.xml'],
  21. "installable": True,
  22. "auto_install": False,
  23. 'application' : True,
  24. }