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.

23 lines
725 B

  1. # Copyright 2019 Xtendoo (http://www.xtendoo.es)
  2. # Copyright 2019 Manuel Calero Solís
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Pos Combinated Drinks',
  6. 'version': '13.0.1.0.0',
  7. 'category': 'Point of Sale',
  8. 'author': 'Xtendoo',
  9. 'website': 'https://www.xtendoo.es',
  10. 'license': 'AGPL-3',
  11. 'summary': 'This module allows to use combined drinks in a bar or restaurant',
  12. 'version': '1.0.1',
  13. 'depends': ['base', 'pos_restaurant'],
  14. "data": [
  15. 'security/ir.model.access.csv',
  16. 'views/point_of_sale.xml',
  17. 'views/pos_combined_drinks.xml',
  18. ],
  19. 'qweb': ['static/src/xml/pos.xml'],
  20. 'installable': True,
  21. 'auto_install': False,
  22. }