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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2019 Roberto Fichera
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "POS Partner Firstname",
  6. "summary": "POS Support of partner firstname",
  7. "version": "10.0.1.0.0",
  8. "development_status": "Beta",
  9. "category": "Point Of Sale",
  10. "website": "https://github.com/OCA/pos",
  11. "author": "Roberto Fichera, Odoo Community Association (OCA)",
  12. "maintainers": ["robyf70"],
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "auto_install": True,
  17. "depends": [
  18. "point_of_sale",
  19. "partner_firstname",
  20. ],
  21. 'qweb': [
  22. 'static/src/xml/pos.xml'
  23. ],
  24. 'data': [
  25. 'views/assets.xml',
  26. ],
  27. }