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.

18 lines
478 B

  1. # Copyright 2018 Akretion
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Pos Fix Search Limit",
  5. "summary": "Increase search in the PoS",
  6. "version": "12.0.1.0.0",
  7. "category": "Point of Sale",
  8. "author": "Akretion, Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "application": False,
  11. "installable": True,
  12. "depends": [
  13. "point_of_sale",
  14. ],
  15. "data": [
  16. "views/pos_fix_limit.xml",
  17. ]
  18. }