From d4704eb9263076c9d4011b421142f31ce7d22823 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Thu, 14 Dec 2023 23:51:27 +0100 Subject: [PATCH] define account_invoice_report_pagebreak as rebel module as it conflict in unitest with account_invoice_report_grouped_by_picking --- .copier-answers.yml | 3 +- .github/workflows/test.yml | 12 ++++++ account_invoice_report_pagebreak/README.rst | 15 ++++--- .../static/description/index.html | 39 ++++++++++--------- 4 files changed, 43 insertions(+), 26 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 3e76b44d4..a1b619524 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -16,7 +16,8 @@ odoo_test_flavor: Both odoo_version: 14.0 org_name: Odoo Community Association (OCA) org_slug: OCA -rebel_module_groups: [] +rebel_module_groups: +- account_invoice_report_pagebreak repo_description: Account invoice reports and dashboards repo_name: account-invoice-reporting repo_slug: account-invoice-reporting diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 326c12556..f8dac77de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,17 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + include: "account_invoice_report_pagebreak" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + include: "account_invoice_report_pagebreak" + name: test with OCB + makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + exclude: "account_invoice_report_pagebreak" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + exclude: "account_invoice_report_pagebreak" name: test with OCB makepot: "true" services: @@ -49,6 +58,9 @@ jobs: POSTGRES_DB: odoo ports: - 5432:5432 + env: + INCLUDE: "${{ matrix.include }}" + EXCLUDE: "${{ matrix.exclude }}" steps: - uses: actions/checkout@v3 with: diff --git a/account_invoice_report_pagebreak/README.rst b/account_invoice_report_pagebreak/README.rst index 0f40091ca..54e1271f4 100644 --- a/account_invoice_report_pagebreak/README.rst +++ b/account_invoice_report_pagebreak/README.rst @@ -2,10 +2,13 @@ Invoice report page break ========================= -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:51662353715189e3b7c1045afc5448eee5de33c12f9032aa8793aa0f4f570e32 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -19,11 +22,11 @@ Invoice report page break .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/account-invoice-reporting-14-0/account-invoice-reporting-14-0-account_invoice_report_pagebreak :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/94/14.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-invoice-reporting&target_branch=14.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Control Page Breaks in PDF invoice report. @@ -46,7 +49,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed +If you spotted it first, help us to smash it by providing a detailed and welcomed `feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/account_invoice_report_pagebreak/static/description/index.html b/account_invoice_report_pagebreak/static/description/index.html index b228f6e18..da4d1521f 100644 --- a/account_invoice_report_pagebreak/static/description/index.html +++ b/account_invoice_report_pagebreak/static/description/index.html @@ -1,20 +1,19 @@ - - + Invoice report page break