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.

20 lines
565 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': '12.0.1.0.0',
  11. 'license': 'LGPL-3',
  12. 'depends': ['point_of_sale'],
  13. 'data': [
  14. 'views/assets.xml'
  15. ],
  16. 'qweb': [
  17. 'static/src/xml/order_line.xml'
  18. ]
  19. }