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

  1. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'PoS Order Margin',
  6. 'summary': 'Margin on PoS Order',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Point Of Sale',
  9. 'author': "GRAP,"
  10. "Odoo Community Association (OCA)",
  11. "maintainers": ["legalsylvain"],
  12. 'website': 'https://github.com/OCA/pos',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'point_of_sale',
  16. 'sale_margin',
  17. ],
  18. 'data': [
  19. 'views/view_pos_order.xml',
  20. ],
  21. 'installable': True,
  22. }