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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 PlanetaTIC - Marc Poch <mpoch@planetatic.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Product Brand POS Report',
  6. 'summary': 'Product Brand in Point of Sale Report',
  7. 'version': '10.0.1.0.1',
  8. 'description': 'Show product Brand in pos order report',
  9. 'category': 'Point Of Sale',
  10. 'author': 'PlanetaTIC, Odoo Community Association (OCA)',
  11. 'website': 'https://www.github.com/OCA/pos',
  12. 'license': 'AGPL-3',
  13. 'application': False,
  14. 'installable': True,
  15. 'depends': [
  16. 'point_of_sale',
  17. 'product_brand',
  18. ],
  19. 'data': [
  20. 'reports/pos_order_report_view.xml',
  21. ],
  22. }