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
555 B

  1. # Copyright 2019 Eficent Business and IT Consulting Services S.L.
  2. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Resource Calendar Schedule Iteration",
  5. "author": "Eficent, Odoo Community Association (OCA)",
  6. "version": "11.0.1.0.0",
  7. 'category': 'Hidden',
  8. "website": "https://github.com/OCA/server-tools",
  9. "depends": [
  10. 'resource',
  11. ],
  12. "data": [
  13. 'data/ir_config_parameter_data.xml',
  14. ],
  15. "license": 'LGPL-3',
  16. "post_load": "post_load_hook",
  17. "installable": True
  18. }