From c263d65d7f335a45038f5b8d92e27cac38609861 Mon Sep 17 00:00:00 2001 From: Pilar Vargas Date: Thu, 13 Aug 2026 11:18:26 +0200 Subject: [PATCH] [IMP] spreadsheet_dashboard_purchase_oca: add purchases dashboard group TT61717 --- spreadsheet_dashboard_purchase_oca/README.rst | 15 ++++----------- spreadsheet_dashboard_purchase_oca/__init__.py | 1 - .../__manifest__.py | 4 ++-- .../data/dashboards.xml | 12 ++++++++---- .../readme/CONTRIBUTORS.md | 1 + .../readme/CREDITS.md | 2 -- .../static/description/index.html | 15 ++++----------- 7 files changed, 19 insertions(+), 31 deletions(-) delete mode 100644 spreadsheet_dashboard_purchase_oca/readme/CREDITS.md diff --git a/spreadsheet_dashboard_purchase_oca/README.rst b/spreadsheet_dashboard_purchase_oca/README.rst index e49aa353..7f307e72 100644 --- a/spreadsheet_dashboard_purchase_oca/README.rst +++ b/spreadsheet_dashboard_purchase_oca/README.rst @@ -17,9 +17,9 @@ Spreadsheet dashboard for vendors .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png - :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html - :alt: License: LGPL-3 +.. |badge2| image:: https://img.shields.io/badge/license-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%2Fspreadsheet-lightgray.png?logo=github :target: https://github.com/OCA/spreadsheet/tree/19.0/spreadsheet_dashboard_purchase_oca :alt: OCA/spreadsheet @@ -55,7 +55,6 @@ Credits Authors ------- -* Odoo S.A. * Tecnativa Contributors @@ -64,13 +63,7 @@ Contributors - `Tecnativa `__: - Pedro M. Baeza - -Other credits -------------- - -This module is a forward-port from Odoo SA and as such, it is not -included in the OCA CLA. That means we do not have a copy of the -copyright on it like all other OCA modules. + - Pilar Vargas Maintainers ----------- diff --git a/spreadsheet_dashboard_purchase_oca/__init__.py b/spreadsheet_dashboard_purchase_oca/__init__.py index a449448a..e69de29b 100644 --- a/spreadsheet_dashboard_purchase_oca/__init__.py +++ b/spreadsheet_dashboard_purchase_oca/__init__.py @@ -1 +0,0 @@ -# Part of Odoo. See LICENSE file for full copyright and licensing details. diff --git a/spreadsheet_dashboard_purchase_oca/__manifest__.py b/spreadsheet_dashboard_purchase_oca/__manifest__.py index ed80d5a0..7e49732b 100644 --- a/spreadsheet_dashboard_purchase_oca/__manifest__.py +++ b/spreadsheet_dashboard_purchase_oca/__manifest__.py @@ -4,9 +4,9 @@ "depends": ["spreadsheet_dashboard", "purchase"], "version": "19.0.1.0.0", "website": "https://github.com/OCA/spreadsheet", - "author": "Odoo S.A., Tecnativa, Odoo Community Association (OCA)", + "author": "Tecnativa, Odoo Community Association (OCA)", "data": ["data/dashboards.xml"], "installable": True, "auto_install": ["purchase"], - "license": "LGPL-3", + "license": "AGPL-3", } diff --git a/spreadsheet_dashboard_purchase_oca/data/dashboards.xml b/spreadsheet_dashboard_purchase_oca/data/dashboards.xml index 1df99106..e33a4235 100644 --- a/spreadsheet_dashboard_purchase_oca/data/dashboards.xml +++ b/spreadsheet_dashboard_purchase_oca/data/dashboards.xml @@ -1,5 +1,12 @@ + + Purchases + 200 + Vendors - + Spreadsheet dashboard for vendors !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:c1e410ba41ce4a248b0007e436b3fd38301151c537d80351842704bef6cda613 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: LGPL-3 OCA/spreadsheet Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/spreadsheet Translate me on Weblate Try me on Runboat

Spreadsheet dashboard for vendors.

Table of contents

@@ -383,8 +383,7 @@

Spreadsheet dashboard for vendors

  • Credits
  • @@ -402,7 +401,6 @@

    Credits

    Authors

      -
    • Odoo S.A.
    • Tecnativa
    @@ -411,18 +409,13 @@

    Contributors

    -
    -

    Other credits

    -

    This module is a forward-port from Odoo SA and as such, it is not -included in the OCA CLA. That means we do not have a copy of the -copyright on it like all other OCA modules.

    -
    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association