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.

24 lines
621 B

4 years ago
  1. {
  2. "name": "VRACOOP - POS Free Balance V2",
  3. "summary": "VRACOOP - POS Free Balance V2",
  4. "version": "12.0.1.0.1",
  5. "development_status": "Beta",
  6. "author": "Le Filament",
  7. "maintainers": ["remi-filament"],
  8. "license": "AGPL-3",
  9. "application": False,
  10. "installable": True,
  11. "category": 'Point of Sale',
  12. "depends": [
  13. "point_of_sale", "pos_container",
  14. ],
  15. "data": [
  16. 'security/ir.model.access.csv',
  17. 'views/assets.xml',
  18. 'views/pos_config_views.xml',
  19. 'views/pos_transaction.xml',
  20. ],
  21. 'qweb': [
  22. 'static/src/xml/pos.xml',
  23. ],
  24. }