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.

38 lines
1.6 KiB

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