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.

26 lines
819 B

5 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "VRACOOP - Processus Click&Collect",
  3. "summary": "VRACOOP - Processus Click&Collect",
  4. "version": "12.0.1.1.2",
  5. "development_status": "Beta",
  6. "author": "Le Filament",
  7. "maintainers": ["remi-filament"],
  8. "license": "AGPL-3",
  9. "application": False,
  10. "installable": True,
  11. "depends": [
  12. "website", "website_sale", "website_sale_delivery", "product_pack"
  13. ],
  14. "data": [
  15. 'security/ir.model.access.csv',
  16. 'datas/vracoop.time.csv',
  17. "views/assets.xml",
  18. "views/vracoop_retrait_views.xml",
  19. "views/vracoop_sale_retrait_views.xml",
  20. "views/vracoop_templates.xml",
  21. "views/sale_order.xml",
  22. "views/delivery_views.xml",
  23. "views/account_invoice_views.xml",
  24. "report/account_invoice_template.xml"
  25. ]
  26. }