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.

59 lines
2.0 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Author: Vincent Renaville, ported by Joel Grand-Guillaume
  5. # Copyright 2010-2012 Camptocamp SA
  6. #
  7. # This program is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU Affero General Public License as
  9. # published by the Free Software Foundation, either version 3 of the
  10. # License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU Affero General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU Affero General Public License
  18. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. #
  20. ##############################################################################
  21. {
  22. "name": "Project Hours Blocks Management",
  23. "version": "1.5",
  24. "category": "Generic Modules/Projects & Services",
  25. "description": """
  26. Project Hours Blocks Management
  27. ===============================
  28. This module allows you to handle hours blocks,
  29. to follow for example the user support contracts.
  30. This means, you sell a product of type "hours block"
  31. then you input the spent hours on the hours block and
  32. you can track and follow how much has been used.
  33. """,
  34. "author": "Camptocamp",
  35. "license": 'AGPL-3',
  36. "website": "http://www.camptocamp.com",
  37. "depends": [
  38. "account",
  39. "hr_timesheet_invoice",
  40. "analytic",
  41. "project",
  42. ],
  43. "data": [
  44. "report.xml",
  45. "hours_block_view.xml",
  46. "hours_block_data.xml",
  47. "hours_block_menu.xml",
  48. "product_view.xml",
  49. "project_view.xml",
  50. "report.xml",
  51. "security/hours_block_security.xml",
  52. "security/ir.model.access.csv",
  53. ],
  54. "active": False,
  55. "installable": True
  56. }