中国本土应用
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.

34 lines
1012B

  1. # Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Date Range",
  5. "summary": "Manage all kind of date range",
  6. "version": "15.0.1.0.1",
  7. "category": "Uncategorized",
  8. "website": "https://github.com/OCA/server-ux",
  9. "author": "ACSONE SA/NV, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "installable": True,
  12. "depends": [
  13. "web",
  14. ],
  15. # odoo_test_helper is needed for the tests
  16. "data": [
  17. "data/ir_cron_data.xml",
  18. "security/ir.model.access.csv",
  19. "security/date_range_security.xml",
  20. "views/date_range_view.xml",
  21. "wizard/date_range_generator.xml",
  22. ],
  23. "assets": {
  24. "web.assets_backend": [
  25. "date_range/static/src/js/date_range.esm.js",
  26. ],
  27. "web.assets_qweb": [
  28. "date_range/static/src/xml/date_range.xml",
  29. ],
  30. },
  31. "development_status": "Mature",
  32. "maintainers": ["lmignon"],
  33. }
上海开阖软件有限公司 沪ICP备12045867号-1