You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
507 B

  1. # -*- coding: utf-8 -*-
  2. # © <2015> <Akretion, GRAP, OCA>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'POS Default empty image',
  6. 'version': '10.0.0.1.0',
  7. 'category': 'Point Of Sale',
  8. 'summary': 'Optimise load time for products with no image',
  9. 'author': "Akretion, GRAP, Odoo Community Association (OCA)",
  10. 'website': "https://akretion.com",
  11. 'license': 'AGPL-3',
  12. 'depends': ['point_of_sale'],
  13. 'data': ['view/view.xml'],
  14. 'qweb': [],
  15. }