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.

25 lines
889 B

4 years ago
  1. # Copyright (C) 2004-Today Apertoso NV (<http://www.apertoso.be>)
  2. # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
  3. # Copyright (C) 2019-Today: Druidoo (<https://www.druidoo.io>)
  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': '12.0.1.0.1',
  10. 'category': 'Point Of Sale',
  11. 'summary': 'Point of Sale Require Customer',
  12. 'author': 'Apertoso NV, La Louve, Odoo Community Association (OCA)',
  13. 'website': 'https://github.com/OCA/pos',
  14. 'license': 'AGPL-3',
  15. 'depends': [
  16. 'point_of_sale',
  17. ],
  18. 'data': [
  19. 'static/src/xml/templates.xml',
  20. 'views/pos_config_view.xml',
  21. 'views/pos_order_view.xml',
  22. ],
  23. 'installable': True,
  24. }