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.

23 lines
605 B

4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "VRACOOP - POS API V2",
  3. "summary": "VRACOOP - POS API V2",
  4. "version": "12.1.1.0",
  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", "vracoop_pos_free_balance_v2",
  14. ],
  15. "data": [
  16. 'views/pos_transaction_views.xml',
  17. 'views/res_config_setting_views.xml',
  18. 'data/service_cron_send_mayam.xml',
  19. ],
  20. 'qweb': [
  21. 'static/src/xml/pos.xml',
  22. ],
  23. }