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
621 B

  1. # Copyright 2020 Iván Todorovich <ivan.todorovich@gmail.com>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Point of Sale Payment Report',
  5. 'summary': 'Analyze point of sale payments',
  6. 'category': 'Point of Sale',
  7. 'version': '12.0.1.0.0',
  8. 'author': 'Druidoo, '
  9. 'Moka Tourisme, '
  10. 'Odoo Community Association (OCA)',
  11. 'license': 'AGPL-3',
  12. 'website': 'https://github.com/OCA/pos',
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'report/pos_order_payment_report.xml',
  19. ],
  20. }