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.

50 lines
1.6 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2013-2018 Open Architects Consulting SPRL.
  3. # Copyright (C) 2013-2018 Coop IT Easy SCRLfs.
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU Affero General Public License as
  7. # published by the Free Software Foundation, either version 3 of the
  8. # License, or (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU Affero General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU Affero General Public License
  16. # along with this program.
  17. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  18. ##############################################################################
  19. {
  20. 'name': 'Easy My Coop Dividend Engine',
  21. 'summary': """
  22. Manage the dividend calculation for a fiscal year.
  23. """,
  24. 'description': """
  25. This module allows to calculate the dividend to give to a cooperator base
  26. on the amount of his shares, the percentage allocated and for how long the
  27. shares have been owned on prorata temporis calculation.
  28. """,
  29. 'author': 'Houssine BAKKALI, <houssine@coopiteasy.be>',
  30. 'license': 'AGPL-3',
  31. 'version': '9.0.1.0',
  32. 'website': "www.coopiteasy.be",
  33. 'category': 'Cooperative Management',
  34. 'depends': [
  35. 'easy_my_coop',
  36. ],
  37. 'data': [
  38. 'security/ir.model.access.csv',
  39. 'views/dividend_views.xml',
  40. ],
  41. 'installable': False,
  42. }