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.

27 lines
872 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2004-Today Apertoso NV (<http://www.apertoso.be>)
  3. # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
  4. # @author: Jos DE GRAEVE (<Jos.DeGraeve@apertoso.be>)
  5. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html
  7. {
  8. 'name': 'Point of Sale Require Customer',
  9. 'version': '9.0.1.0.0',
  10. 'category': 'Point Of Sale',
  11. 'summary': 'Point of Sale Require Customer',
  12. 'author': 'Apertoso NV, La Louve, Odoo Community Association (OCA)',
  13. 'website': 'http://www.apertoso.be',
  14. 'depends': [
  15. 'point_of_sale',
  16. ],
  17. 'data': [
  18. 'static/src/xml/templates.xml',
  19. 'views/pos_config_view.xml',
  20. 'views/pos_order_view.xml',
  21. ],
  22. 'demo': [
  23. 'demo/pos_config.yml',
  24. ],
  25. 'installable': True,
  26. }