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.

21 lines
575 B

  1. # copyright 2020 Akretion David BEAL
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Point Of Sale Default Partner",
  5. "summary": "Add a default customer in pos order",
  6. "license": "AGPL-3",
  7. "version": "12.0.1.0.1",
  8. "author": "Akretion,"
  9. "Odoo Community Association (OCA)",
  10. "maintainer": "Akretion",
  11. "category": "Point of sale",
  12. "depends": [
  13. "point_of_sale",
  14. ],
  15. "data": [
  16. 'views/pos_config.xml',
  17. ],
  18. "website": "https://github.com/OCA/pos",
  19. "installable": True,
  20. }