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.

37 lines
1.1 KiB

  1. # Copyright (C) 2014 - 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': 'Point of Sale - Places',
  6. 'summary': "Define places on PoS orders",
  7. 'version': '12.0.1.0.1',
  8. 'category': 'Point of Sale',
  9. 'author': 'GRAP,Odoo Community Association (OCA)',
  10. 'website': 'http://www.github.com/OCA/pos',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'security/ir_module_category.xml',
  17. 'security/ir_rule.xml',
  18. 'security/res_groups.xml',
  19. 'security/ir.model.access.csv',
  20. 'views/templates.xml',
  21. 'views/view_pos_config.xml',
  22. 'views/view_pos_place.xml',
  23. 'views/view_pos_order.xml',
  24. ],
  25. 'qweb': [
  26. 'static/src/xml/pos_place.xml',
  27. ],
  28. 'demo': [
  29. 'demo/res_groups.xml',
  30. 'demo/pos_place.xml',
  31. ],
  32. 'images': [
  33. 'static/description/pos_front_end_ui.png',
  34. 'static/description/pos_config_form.png',
  35. 'static/description/pos_order_search.png',
  36. ],
  37. }