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.
 
 
 
 
Houssine BAKKALI b05df059d2
Merge pull request #104 from cesarlr/12.0-pypi-first-packaging
4 years ago
easy_my_coop pip install code labelled as shell 4 years ago
easy_my_coop_be Merged from coopiteasy/12.0 4 years ago
easy_my_coop_ch Merged from coopiteasy/12.0 4 years ago
easy_my_coop_dividend Merged from coopiteasy/12.0 4 years ago
easy_my_coop_eater [DEL] emc_eater: Module has been merged with b_emc 4 years ago
easy_my_coop_export_xlsx [REF] pretty xml 4 years ago
easy_my_coop_fr Merged from coopiteasy/12.0 4 years ago
easy_my_coop_loan [REF] duplicate xml field "loan_issue_id" 4 years ago
easy_my_coop_loan_website [REF] pretty js 4 years ago
easy_my_coop_taxshelter_report Merged from coopiteasy/12.0 4 years ago
easy_my_coop_website Merged from coopiteasy/12.0 4 years ago
easy_my_coop_website_portal Merged from coopiteasy/12.0 4 years ago
easy_my_coop_website_taxshelter Merged from coopiteasy/12.0 4 years ago
partner_age Merged from coopiteasy/12.0 4 years ago
setup Updated setuptools-odoo addons links 4 years ago
theme_light Merged from coopiteasy/12.0 4 years ago
website_recaptcha_reloaded Merged from coopiteasy/12.0 4 years ago
.eslintrc setup travis 4 years ago
.flake8 setup travis 4 years ago
.gitignore setup travis 4 years ago
.isort.cfg [REF] OCA pre-commit compliance 4 years ago
.pre-commit-config.yaml [REM] remove xml and js checks from pre-commit 4 years ago
.pylintrc setup travis 4 years ago
.pylintrc-mandatory setup travis 4 years ago
.travis.yml use coopiteasy fork of maintainer-quality-tools 4 years ago
LICENSE Initial commit 7 years ago
README.md [REF] OCA pre-commit compliance 4 years ago
oca_dependencies.txt add oca_dependencies.txt 4 years ago

README.md

vertical-cooperative

This repository gather odoo modules for cooperatives

MAKE TRAVIS GREEN AGAIN

pre-commit still issues these messages. They need to be fixed.

************* Module easy_my_coop.models.partner
easy_my_coop/models/partner.py:56: [E8103(sql-injection), ResPartner._invoice_total] SQL injection risk. Use parameters if you can. - More info https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#no-sql-injection
************* Module partner_age.models.partner
partner_age/models/partner.py:13: [E8103(sql-injection), ResPartner._search_age] SQL injection risk. Use parameters if you can. - More info https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#no-sql-injection
************* Module easy_my_coop_taxshelter_report.models.tax_shelter_declaration
easy_my_coop_taxshelter_report/models/tax_shelter_declaration.py:325: [E8102(invalid-commit), TaxShelterCertificate.send_certificates] Use of cr.commit() directly - More info https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#never-commit-the-transaction
************* Module easy_my_coop.models.account_invoice
easy_my_coop/models/account_invoice.py:11: [C8104(class-camelcase), account_invoice] Use `CamelCase` "AccountInvoice" in class name "account_invoice". You can use oca-autopep8 of https://github.com/OCA/maintainer-tools to auto fix it.
************* Module easy_my_coop.models.operation_request
easy_my_coop/models/operation_request.py:12: [C8104(class-camelcase), operation_request] Use `CamelCase` "OperationRequest" in class name "operation_request". You can use oca-autopep8 of https://github.com/OCA/maintainer-tools to auto fix it.
************* Module easy_my_coop.models.coop
easy_my_coop/models/coop.py:287: [C8108(method-compute), SubscriptionRequest] Name of compute method should start with "_compute_"
************* Module website_recaptcha_reloaded.models.res_config
website_recaptcha_reloaded/models/res_config.py:7: [C8104(class-camelcase), website_config_settings] Use `CamelCase` "WebsiteConfigSettings" in class name "website_config_settings". You can use oca-autopep8 of https://github.com/OCA/maintainer-tools to auto fix it.
************* Module easy_my_coop.models.company
easy_my_coop/models/company.py:61: [C8108(method-compute), ResCompany] Name of compute method should start with "_compute_"

pylint with mandatory checks.............................................Failed
- hook id: pylint
- exit code: 18

************* Module easy_my_coop.models.partner
easy_my_coop/models/partner.py:56: [E8103(sql-injection), ResPartner._invoice_total] SQL injection risk. Use parameters if you can. - More info https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#no-sql-injection
************* Module partner_age.models.partner
partner_age/models/partner.py:13: [E8103(sql-injection), ResPartner._search_age] SQL injection risk. Use parameters if you can. - More info https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#no-sql-injection
************* Module easy_my_coop.models.account_invoice
easy_my_coop/models/account_invoice.py:11: [C8104(class-camelcase), account_invoice] Use `CamelCase` "AccountInvoice" in class name "account_invoice". You can use oca-autopep8 of https://github.com/OCA/maintainer-tools to auto fix it.
************* Module easy_my_coop.models.operation_request
easy_my_coop/models/operation_request.py:12: [C8104(class-camelcase), operation_request] Use `CamelCase` "OperationRequest" in class name "operation_request". You can use oca-autopep8 of https://github.com/OCA/maintainer-tools to auto fix it.
************* Module easy_my_coop.models.coop
easy_my_coop/models/coop.py:287: [C8108(method-compute), SubscriptionRequest] Name of compute method should start with "_compute_"
************* Module website_recaptcha_reloaded.models.res_config
website_recaptcha_reloaded/models/res_config.py:7: [C8104(class-camelcase), website_config_settings] Use `CamelCase` "WebsiteConfigSettings" in class name "website_config_settings". You can use oca-autopep8 of https://github.com/OCA/maintainer-tools to auto fix it.
************* Module easy_my_coop.models.company
easy_my_coop/models/company.py:61: [C8108(method-compute), ResCompany] Name of compute method should start with "_compute_"