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.

28 lines
806 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'PoS Order To Sale Order',
  7. 'version': '8.0.3.0.0',
  8. 'author': 'GRAP,Odoo Community Association (OCA)',
  9. 'category': 'Point Of Sale',
  10. 'license': 'AGPL-3',
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'maintainers': ['legalsylvain'],
  15. 'development_status': "Production/Stable",
  16. 'website': 'https://odoo-community.org/',
  17. 'data': [
  18. 'views/view_pos_config.xml',
  19. 'views/pos_order_to_sale_order.xml',
  20. ],
  21. 'demo': [
  22. 'demo/res_groups.xml',
  23. ],
  24. 'qweb': [
  25. 'static/src/xml/pos_order_to_sale_order.xml',
  26. ],
  27. }