OCA reporting engine fork for dev and update.
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.

26 lines
724 B

  1. {
  2. 'name': 'Report Labels',
  3. 'version': '12.0.1.0.0',
  4. 'summary': 'Print configurable self-adhesive labels reports',
  5. 'author': 'Iván Todorovich, Moka Tourisme, Odoo Community Association (OCA)',
  6. 'website': 'https://github.com/OCA/reporting-engine',
  7. 'license': 'AGPL-3',
  8. 'category': 'Reporting',
  9. 'maintainers': [
  10. 'ivantodorovich'
  11. ],
  12. 'depends': [
  13. 'base',
  14. ],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'data/paperformat_label.xml',
  18. 'views/ir_actions_server.xml',
  19. 'views/report_paperformat_label.xml',
  20. 'reports/report_label.xml',
  21. 'wizards/report_label_wizard.xml',
  22. ],
  23. 'demo': [
  24. 'demo/demo.xml',
  25. ]
  26. }