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.

21 lines
612 B

  1. # © 2015 Akretion, GRAP, OCA
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'POS Default empty image',
  5. 'version': '12.0.1.0.0',
  6. 'category': 'Point Of Sale',
  7. 'summary': 'Optimize loading time for products without image',
  8. 'author': "Akretion, GRAP, Odoo Community Association (OCA)",
  9. 'website': "https://www.github.com/OCA/pos",
  10. 'license': 'AGPL-3',
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'data': [
  15. 'views/templates.xml',
  16. ],
  17. 'qweb': [
  18. 'static/src/xml/pos_default_empty_image.xml',
  19. ],
  20. 'installable': True,
  21. }