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.

16 lines
538 B

  1. # Copyright 2019 LevelPrime
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  3. {
  4. "name": "POS Order Remove Line",
  5. "summary": "Add button to remove POS order line.",
  6. "author": "Roberto Fichera, Odoo Community Association (OCA)",
  7. "website": "https://www.github.com/OCA/pos",
  8. "category": "Point of Sale",
  9. "maintainers": ["robyf70"],
  10. "version": "13.0.1.0.0",
  11. "license": "LGPL-3",
  12. "depends": ["point_of_sale"],
  13. "data": ["views/assets.xml"],
  14. "qweb": ["static/src/xml/order_line.xml"],
  15. }