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

7 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Akretion (http://www.akretion.com).
  3. # @author Raphaël Reverdy <raphael.reverdy@akretion.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "POS Backend Customer",
  7. "summary": "Choose point of sale customers in backend",
  8. "version": "10.0.1.0.2",
  9. "category": "Point of sale",
  10. "website": "http://www.akretion.com",
  11. 'author': "Akretion,Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. 'installable': True,
  15. "depends": [
  16. "pos_backend_communication",
  17. ],
  18. "data": [
  19. 'views/assets.xml',
  20. 'views/backend_partner.xml',
  21. ],
  22. }