diff --git a/.github/workflows/send_readme_by_email.yml b/.github/workflows/send_readme_by_email.yml new file mode 100644 index 000000000..b89ef1365 --- /dev/null +++ b/.github/workflows/send_readme_by_email.yml @@ -0,0 +1,25 @@ +name: Send README by email +on: + workflow_dispatch: + schedule: + - cron: '0 6 * * 1' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout repo + uses: actions/checkout@v4.1.1 + - name: send mail + uses: dawidd6/action-send-mail@v3.11.0 + with: + connection_url: ${{secrets.MAIL_CONNECTION}} + subject: Resultats tests repo OpenERP Som Addons + to: ${{secrets.MAIL_DESTINATION}} + from: El sentinela del ERP + html_body: file://README.md + convert_markdown: true + server_port: 587 + secure: true + nodemailerlog: true + nodemailerdebug: true diff --git a/README.md b/README.md index 2123b7505..0c18bbbbc 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Repository whith OpenERP addons customization made by [Som Energia](https://www. [![CI](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/integration_config.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/integration_config.yml) [![Coverage Status](https://coveralls.io/repos/github/Som-Energia/openerp_som_addons/badge.svg?branch=)](https://coveralls.io/github/Som-Energia/openerp_som_addons?branch=) -## List of modules -Available addons +List of modules ---------------- tests | name | description --- | --- | --- @@ -38,7 +37,7 @@ tests | name | description [![som_informe](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_informe.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_informe.yml) | [som_informe](som_informe/) | [![som_inversions](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_inversions.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_inversions.yml) | [som_inversions](som_inversions/) | [![som_l10n_ES_aeat_mod347](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml) | [som_l10n_ES_aeat_mod347](som_l10n_ES_aeat_mod347/) | - | [som_modul_fulla](som_modul_fulla/) | + _ | [som_modul_fulla](som_modul_fulla/) | [![som_partner_account](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_account.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_account.yml) | [som_partner_account](som_partner_account/) | [![som_partner_seq](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_seq.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_seq.yml) | [som_partner_seq](som_partner_seq/) | [![som_polissa](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_polissa.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_polissa.yml) | [som_polissa](som_polissa/) | A customization of GiscedataPolissa model from PowerERP (GISCE)