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

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