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.

27 lines
671 B

  1. # Copyright 2019 Druidoo - Iván Todorovich
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'POS Invoice Send by Mail',
  5. 'summary': 'Send invoices by email from the POS',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Point of Sale',
  8. 'author': 'Druidoo, '
  9. 'Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'maintainers': [
  13. 'ivantodorovich',
  14. ],
  15. 'depends': [
  16. 'point_of_sale',
  17. 'mail',
  18. ],
  19. 'data': [
  20. 'views/assets.xml',
  21. 'views/pos_config.xml',
  22. ],
  23. 'qweb': [
  24. 'static/src/xml/pos.xml',
  25. ],
  26. }