robin.keunen
4 years ago
38 changed files with 283 additions and 111 deletions
-
2.pre-commit-config.yaml
-
4README.md
-
20easy_my_coop/README.rst
-
4easy_my_coop/__manifest__.py
-
1easy_my_coop/readme/INSTALL.rst
-
24easy_my_coop/static/description/icon.svg
-
37easy_my_coop/static/description/index.html
-
157easy_my_coop/tests/test_base.py
-
4easy_my_coop/views/menus.xml
-
1easy_my_coop_api/tests/test_registry.py
-
11easy_my_coop_api/tests/test_subscription_requests.py
-
1easy_my_coop_be/README.rst
-
11easy_my_coop_ch/README.rst
-
3easy_my_coop_ch/__manifest__.py
-
5easy_my_coop_ch/static/description/index.html
-
5easy_my_coop_dividend/__manifest__.py
-
6easy_my_coop_dividend/readme/DESCRIPTION.rst
-
21easy_my_coop_es/__manifest__.py
-
12easy_my_coop_es/models/coop.py
-
3easy_my_coop_fr/README.rst
-
2easy_my_coop_fr/static/description/index.html
-
1easy_my_coop_loan/README.rst
-
1easy_my_coop_loan_website/README.rst
-
4easy_my_coop_taxshelter_report/README.rst
-
2easy_my_coop_taxshelter_report/static/description/index.html
-
1easy_my_coop_website/README.rst
-
6easy_my_coop_website/controllers/main.py
-
12easy_my_coop_website/models/company.py
-
1easy_my_coop_website/views/res_company_view.xml
-
1easy_my_coop_website_portal/README.rst
-
2easy_my_coop_website_portal/controllers/main.py
-
3partner_age/README.rst
-
2partner_age/__manifest__.py
-
2partner_age/static/description/index.html
-
8theme_light/README.rst
-
2theme_light/static/description/index.html
-
2website_recaptcha_reloaded/README.rst
-
10website_recaptcha_reloaded/__manifest__.py
@ -1,3 +1,3 @@ |
|||
This module allows to calculate the dividend to give to a cooperator base |
|||
on the amount of his shares, the percentage allocated and for how long the |
|||
shares have been owned on prorata temporis calculation. |
|||
This module allows to calculate the dividend to give to a cooperator base |
|||
on the amount of his shares, the percentage allocated and for how long the |
|||
shares have been owned on prorata temporis calculation. |
@ -1,17 +1,14 @@ |
|||
{ |
|||
'name': "Easy My Coop Spain", |
|||
'version': '12.0.0.0.13', |
|||
'depends': ['easy_my_coop'], |
|||
'author': "Coop IT Easy SCRLfs, " |
|||
"Coopdevs Treball SCCL", |
|||
'mantainer': "Coopdevs Treball SCCL", |
|||
'category': "Cooperative management", |
|||
'description': """ |
|||
"name": "Easy My Coop Spain", |
|||
"version": "12.0.0.0.13", |
|||
"depends": ["easy_my_coop"], |
|||
"author": "Coop IT Easy SCRLfs, " "Coopdevs Treball SCCL", |
|||
"mantainer": "Coopdevs Treball SCCL", |
|||
"category": "Cooperative management", |
|||
"summary": """ |
|||
Easy My Coop localization for Spain |
|||
""", |
|||
"license": "AGPL-3", |
|||
'data': [ |
|||
"views/subscription_request_view.xml", |
|||
], |
|||
'installable': True, |
|||
"data": ["views/subscription_request_view.xml"], |
|||
"installable": True, |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue