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

  1. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  2. {
  3. "name": "Pos JS Print Manager",
  4. "category": "Point Of Sale",
  5. "version": "12.0.1.0.0",
  6. "author": "ForgeFlow, "
  7. "Odoo Community Association (OCA)",
  8. "website": "https://github.com/OCA/pos",
  9. "license": "LGPL-3",
  10. "depends": [
  11. "point_of_sale",
  12. ],
  13. "data": [
  14. "views/assets.xml",
  15. ],
  16. "installable": True,
  17. }