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.

19 lines
629 B

  1. # Copyright 2020 Druidoo - Iván Todorovich
  2. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "Point of Sale - Prevent closing sessions with stock errors",
  5. "summary": "Prevent closing PoS Sessions that have stock errors",
  6. "version": "12.0.1.0.1",
  7. "development_status": "Beta",
  8. "category": "Point of Sale",
  9. "website": "https://github.com/OCA/pos",
  10. "author": "Druidoo, Odoo Community Association (OCA)",
  11. "maintainers": ["ivantodorovich"],
  12. "license": "LGPL-3",
  13. "depends": [
  14. "point_of_sale",
  15. ],
  16. "data": [
  17. "views/pos_config_views.xml",
  18. ],
  19. }