From ff71bb50319b941b5a0cd9264a2736d53b13424d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 14 Mar 2024 20:44:48 +0100 Subject: [PATCH] [REF] account_fiscal_year_closing: Debrand module Although we originally developped the module, we figured out soon that this approach is not correct, so we prefer to not appearing in the credits. --- account_fiscal_year_closing/README.rst | 5 ---- account_fiscal_year_closing/__manifest__.py | 4 +-- .../models/account_fiscalyear_closing.py | 2 -- .../account_fiscalyear_closing_abstract.py | 2 -- .../account_fiscalyear_closing_template.py | 2 -- .../models/account_move.py | 2 -- .../static/description/index.html | 26 ++++++++----------- ...ount_fiscalyear_closing_template_views.xml | 3 +-- .../account_fiscalyear_closing_views.xml | 3 +-- .../views/account_move_views.xml | 3 +-- 10 files changed, 15 insertions(+), 37 deletions(-) diff --git a/account_fiscal_year_closing/README.rst b/account_fiscal_year_closing/README.rst index dca3e894466..6e354dbab76 100644 --- a/account_fiscal_year_closing/README.rst +++ b/account_fiscal_year_closing/README.rst @@ -114,11 +114,6 @@ Do not contact contributors directly about support or help with technical issues Credits ======= -Authors -~~~~~~~ - -* Tecnativa - Contributors ~~~~~~~~~~~~ diff --git a/account_fiscal_year_closing/__manifest__.py b/account_fiscal_year_closing/__manifest__.py index 6a9a4fef599..754a6e46f8c 100644 --- a/account_fiscal_year_closing/__manifest__.py +++ b/account_fiscal_year_closing/__manifest__.py @@ -1,5 +1,3 @@ -# Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2016-2017 Tecnativa - Pedro M. Baeza # Copyright 2020 Sergio Corato # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -9,7 +7,7 @@ "version": "16.0.1.0.0", "category": "Accounting & Finance", "website": "https://github.com/OCA/account-closing", - "author": "Tecnativa, Odoo Community Association (OCA)", + "author": "Odoo Community Association (OCA)", "license": "AGPL-3", "installable": True, "depends": [ diff --git a/account_fiscal_year_closing/models/account_fiscalyear_closing.py b/account_fiscal_year_closing/models/account_fiscalyear_closing.py index b51f4d183c1..6809ef2ac1a 100644 --- a/account_fiscal_year_closing/models/account_fiscalyear_closing.py +++ b/account_fiscal_year_closing/models/account_fiscalyear_closing.py @@ -1,5 +1,3 @@ -# Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import logging diff --git a/account_fiscal_year_closing/models/account_fiscalyear_closing_abstract.py b/account_fiscal_year_closing/models/account_fiscalyear_closing_abstract.py index 97e7914bd54..0873ec288dd 100644 --- a/account_fiscal_year_closing/models/account_fiscalyear_closing_abstract.py +++ b/account_fiscal_year_closing/models/account_fiscalyear_closing_abstract.py @@ -1,5 +1,3 @@ -# Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models diff --git a/account_fiscal_year_closing/models/account_fiscalyear_closing_template.py b/account_fiscal_year_closing/models/account_fiscalyear_closing_template.py index bf714a94df7..db22f77d70d 100644 --- a/account_fiscal_year_closing/models/account_fiscalyear_closing_template.py +++ b/account_fiscal_year_closing/models/account_fiscalyear_closing_template.py @@ -1,5 +1,3 @@ -# Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models diff --git a/account_fiscal_year_closing/models/account_move.py b/account_fiscal_year_closing/models/account_move.py index 379a1e9d9a2..74208e98965 100644 --- a/account_fiscal_year_closing/models/account_move.py +++ b/account_fiscal_year_closing/models/account_move.py @@ -1,5 +1,3 @@ -# Copyright 2016 Tecnativa - Antonio Espinosa -# Copyright 2017 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import _, fields, models diff --git a/account_fiscal_year_closing/static/description/index.html b/account_fiscal_year_closing/static/description/index.html index cee368deb39..d812d791cd9 100644 --- a/account_fiscal_year_closing/static/description/index.html +++ b/account_fiscal_year_closing/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -381,9 +382,8 @@

Fiscal year closing

  • Usage
  • Bug Tracker
  • Credits
  • @@ -459,14 +459,8 @@

    Bug Tracker

    Credits

    -
    -

    Authors

    -
      -
    • Tecnativa
    • -
    -
    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    diff --git a/account_fiscal_year_closing/views/account_fiscalyear_closing_template_views.xml b/account_fiscal_year_closing/views/account_fiscalyear_closing_template_views.xml index 30a1d950791..7316c398aca 100644 --- a/account_fiscal_year_closing/views/account_fiscalyear_closing_template_views.xml +++ b/account_fiscal_year_closing/views/account_fiscalyear_closing_template_views.xml @@ -1,6 +1,5 @@ - + diff --git a/account_fiscal_year_closing/views/account_fiscalyear_closing_views.xml b/account_fiscal_year_closing/views/account_fiscalyear_closing_views.xml index 82e5415ef7d..f7c47920e1f 100644 --- a/account_fiscal_year_closing/views/account_fiscalyear_closing_views.xml +++ b/account_fiscal_year_closing/views/account_fiscalyear_closing_views.xml @@ -1,6 +1,5 @@ - + diff --git a/account_fiscal_year_closing/views/account_move_views.xml b/account_fiscal_year_closing/views/account_move_views.xml index fa955cdbcb6..975561bad44 100644 --- a/account_fiscal_year_closing/views/account_move_views.xml +++ b/account_fiscal_year_closing/views/account_move_views.xml @@ -1,6 +1,5 @@ - +