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.

48 lines
1.5 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. 'summary': """
  25. This module allows to calculate the dividend of the cooperative.
  26. """,
  27. 'author': 'Houssine BAKKALI, <houssine@coopiteasy.be>',
  28. 'license': 'AGPL-3',
  29. 'version': '9.0.1.0',
  30. 'website': "www.coopiteasy.be",
  31. 'category': 'Cooperative Management',
  32. 'depends': [
  33. 'easy_my_coop',
  34. ],
  35. 'data': [
  36. 'security/ir.model.access.csv',
  37. 'views/dividend_views.xml',
  38. ],
  39. 'installable': False,
  40. }