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.

22 lines
531 B

5 years ago
  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. "views/pos_config_view.xml",
  16. ],
  17. "qweb": [
  18. 'static/src/xml/pos.xml',
  19. ],
  20. "installable": True,
  21. }