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.

54 lines
2.1 KiB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. ## @author Bessi Nicolas, ported by Joel Grand-Guillaume
  4. # WARNING: This program as such is intended to be used by professional
  5. # programmers who take the whole responsability of assessing all potential
  6. # consequences resulting from its eventual inadequacies and bugs
  7. # End users who are looking for a ready-to-use solution with commercial
  8. # garantees and support are strongly adviced to contract a Free Software
  9. # Service Company
  10. #
  11. # This program is Free Software; you can redistribute it and/or
  12. # modify it under the terms of the GNU General Public License
  13. # as published by the Free Software Foundation; either version 2
  14. # of the License, or (at your option) any later version.
  15. #
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. # GNU General Public License for more details.
  20. #
  21. # You should have received a copy of the GNU General Public License
  22. # along with this program; if not, write to the Free Software
  23. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  24. #
  25. ##############################################################################
  26. {
  27. "name" : "Project Hours Blocks Management",
  28. "description" : """
  29. This module allows you to handle hours blocks, to follow for example the user support contracts.
  30. This means, you sell a product of type "hours block" then you input the spent hours on the hours block and
  31. you can track and follow how much has been used.
  32. """,
  33. "version" : "1.2",
  34. "author" : "Camptocamp",
  35. "category" : "Generic Modules/Projects & Services",
  36. "website": "http://www.camptocamp.com",
  37. "depends" : [
  38. "account",
  39. "hr_timesheet_invoice",
  40. "analytic"
  41. ],
  42. "init_xml" : [],
  43. "update_xml" : [
  44. "hours_block_view.xml",
  45. "hours_block_menu.xml",
  46. "report.xml",
  47. "security/hours_block_security.xml",
  48. "security/ir.model.access.csv",
  49. ],
  50. "active": False,
  51. "installable": True
  52. }