diff --git a/polars_process/README.rst b/polars_process/README.rst index 16c76390e..7d94bdb5c 100644 --- a/polars_process/README.rst +++ b/polars_process/README.rst @@ -16,14 +16,14 @@ Polars Process .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github - :target: https://github.com/OCA/reporting-engine/tree/18.0/polars_process - :alt: OCA/reporting-engine +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github + :target: https://github.com/OCA/server-backend/tree/18.0/polars_process + :alt: OCA/server-backend .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-polars_process + :target: https://translation.odoo-community.org/projects/server-backend-18-0/server-backend-18-0-polars_process :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=18.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -74,10 +74,10 @@ Why Polars ? Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -117,6 +117,6 @@ Current `maintainer `__: |maintainer-bealdav| -This module is part of the `OCA/reporting-engine `_ project on GitHub. +This module is part of the `OCA/server-backend `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/polars_process/__manifest__.py b/polars_process/__manifest__.py index bbdd05fe2..f4514d0d5 100644 --- a/polars_process/__manifest__.py +++ b/polars_process/__manifest__.py @@ -9,7 +9,7 @@ "license": "AGPL-3", "author": "Akretion, Odoo Community Association (OCA)", "development_status": "Alpha", - "website": "https://github.com/OCA/reporting-engine", + "website": "https://github.com/OCA/server-backend", "maintainers": ["bealdav"], "depends": [ "contacts", diff --git a/polars_process/static/description/index.html b/polars_process/static/description/index.html index 68f7f6c09..969020a9b 100644 --- a/polars_process/static/description/index.html +++ b/polars_process/static/description/index.html @@ -369,7 +369,7 @@

Polars Process

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:3fb8a401fe8c3d73e23b477915bbd9ff0b2bcb331711726a4fd5be280ad53d5d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

+

Alpha License: AGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

From an imported spreadsheet (xlsx) or db query, this module allows to transform data in Polars dataframe and process them according to rules in order to:

@@ -420,10 +420,10 @@

Polars Process

Bug Tracker

-

Bugs are tracked on GitHub Issues. +

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -457,7 +457,7 @@

Maintainers

promote its widespread use.

Current maintainer:

bealdav

-

This module is part of the OCA/reporting-engine project on GitHub.

+

This module is part of the OCA/server-backend project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..a5e43536f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +# generated from manifests external_dependencies +fastexcel +polars