From c4fc6a2714d36b79d481284dd78e0ffd0f6d3572 Mon Sep 17 00:00:00 2001 From: ahenriquez Date: Fri, 21 Feb 2020 13:04:40 +0100 Subject: [PATCH] [UPT]account_update_lock_to_date rebranding --- account_lock_to_date/README.rst | 18 +++++++++--------- account_lock_to_date/__manifest__.py | 4 ++-- account_lock_to_date/models/account_move.py | 2 +- account_lock_to_date/models/res_company.py | 2 +- account_lock_to_date/readme/CONTRIBUTORS.rst | 4 ++-- account_lock_to_date/readme/USAGE.rst | 2 +- .../static/description/index.html | 14 +++++++------- .../tests/test_account_lock_to_date_update.py | 2 +- .../wizards/account_update_lock_to_date.py | 2 +- .../wizards/account_update_lock_to_date.xml | 2 +- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/account_lock_to_date/README.rst b/account_lock_to_date/README.rst index 98225a17b..66d54bbdc 100644 --- a/account_lock_to_date/README.rst +++ b/account_lock_to_date/README.rst @@ -14,13 +14,13 @@ Account Lock To Date :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-tools/tree/11.0/account_lock_to_date + :target: https://github.com/OCA/account-financial-tools/tree/12.0/account_lock_to_date :alt: OCA/account-financial-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-tools-11-0/account-financial-tools-11-0-account_lock_to_date + :target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_lock_to_date :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/92/11.0 + :target: https://runbot.odoo-community.org/runbot/92/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -37,7 +37,7 @@ period or fiscal year end date. Usage ===== -To set a new lock to dates, go to *Invoicing / Adviser / Actions / Update accounting lock to dates*. +To set a new lock to dates, go to *Invoicing / Accounting / Actions / Update accounting lock to dates*. A user without an Adviser group will not be able to post or update posted journal entries on the date "Lock To Date for Non-Advisers" or after. @@ -51,7 +51,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 -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -61,13 +61,13 @@ Credits Authors ~~~~~~~ -* Eficent +* ForgeFlow Contributors ~~~~~~~~~~~~ -* Eficent - ** Jordi Ballester Alomar +* ForgeFlow + ** Jordi Ballester Alomar Maintainers ~~~~~~~~~~~ @@ -82,6 +82,6 @@ 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. -This module is part of the `OCA/account-financial-tools `_ project on GitHub. +This module is part of the `OCA/account-financial-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_lock_to_date/__manifest__.py b/account_lock_to_date/__manifest__.py index 72e378901..bb3c76b7e 100644 --- a/account_lock_to_date/__manifest__.py +++ b/account_lock_to_date/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 ForgeFlow S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { @@ -7,7 +7,7 @@ Allows to set an account lock date in the future.""", 'version': '12.0.1.0.0', 'license': 'AGPL-3', - 'author': 'Eficent, Odoo Community Association (OCA)', + 'author': 'ForgeFlow, Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/account-financial-tools', 'installable': True, 'depends': [ diff --git a/account_lock_to_date/models/account_move.py b/account_lock_to_date/models/account_move.py index eb446dc3b..ff659f8d5 100644 --- a/account_lock_to_date/models/account_move.py +++ b/account_lock_to_date/models/account_move.py @@ -1,4 +1,4 @@ -# Copyright 2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 ForgeFlow S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import api, models, _ from odoo.exceptions import UserError diff --git a/account_lock_to_date/models/res_company.py b/account_lock_to_date/models/res_company.py index 3332789e6..9d8a91a35 100644 --- a/account_lock_to_date/models/res_company.py +++ b/account_lock_to_date/models/res_company.py @@ -1,4 +1,4 @@ -# Copyright 2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 ForgeFlow S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from datetime import datetime from dateutil.relativedelta import relativedelta diff --git a/account_lock_to_date/readme/CONTRIBUTORS.rst b/account_lock_to_date/readme/CONTRIBUTORS.rst index ed9784e45..33d198fd3 100644 --- a/account_lock_to_date/readme/CONTRIBUTORS.rst +++ b/account_lock_to_date/readme/CONTRIBUTORS.rst @@ -1,2 +1,2 @@ -* Eficent - ** Jordi Ballester Alomar +* ForgeFlow + ** Jordi Ballester Alomar diff --git a/account_lock_to_date/readme/USAGE.rst b/account_lock_to_date/readme/USAGE.rst index 1209da377..cbf12935a 100644 --- a/account_lock_to_date/readme/USAGE.rst +++ b/account_lock_to_date/readme/USAGE.rst @@ -1,4 +1,4 @@ -To set a new lock to dates, go to *Invoicing / Adviser / Actions / Update accounting lock to dates*. +To set a new lock to dates, go to *Invoicing / Accounting / Actions / Update accounting lock to dates*. A user without an Adviser group will not be able to post or update posted journal entries on the date "Lock To Date for Non-Advisers" or after. diff --git a/account_lock_to_date/static/description/index.html b/account_lock_to_date/static/description/index.html index b34ae40da..3d14db922 100644 --- a/account_lock_to_date/static/description/index.html +++ b/account_lock_to_date/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

This module allows to set a Period and Fiscal year Locking end dates. This will prevent users from posting journal entries on a date after the defined period or fiscal year end date.

@@ -386,7 +386,7 @@ period or fiscal year end date.

Usage

-

To set a new lock to dates, go to Invoicing / Adviser / Actions / Update accounting lock to dates.

+

To set a new lock to dates, go to Invoicing / Accounting / Actions / Update accounting lock to dates.

A user without an Adviser group will not be able to post or update posted journal entries on the date “Lock To Date for Non-Advisers” or after.

A user that has an Adviser group will not be able to post or update posted @@ -397,7 +397,7 @@ journal entries on the date “Lock To Date” or after.

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 -feedback.

+feedback.

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

@@ -405,15 +405,15 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Authors

    -
  • Eficent
  • +
  • ForgeFlow

Contributors

@@ -425,7 +425,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

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.

-

This module is part of the OCA/account-financial-tools project on GitHub.

+

This module is part of the OCA/account-financial-tools project on GitHub.

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

diff --git a/account_lock_to_date/tests/test_account_lock_to_date_update.py b/account_lock_to_date/tests/test_account_lock_to_date_update.py index 318ac1794..d50483c3f 100644 --- a/account_lock_to_date/tests/test_account_lock_to_date_update.py +++ b/account_lock_to_date/tests/test_account_lock_to_date_update.py @@ -1,4 +1,4 @@ -# Copyright 2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 ForgeFlow S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests.common import TransactionCase diff --git a/account_lock_to_date/wizards/account_update_lock_to_date.py b/account_lock_to_date/wizards/account_update_lock_to_date.py index 610adcaef..74135cb0b 100644 --- a/account_lock_to_date/wizards/account_update_lock_to_date.py +++ b/account_lock_to_date/wizards/account_update_lock_to_date.py @@ -1,4 +1,4 @@ -# Copyright 2019 Eficent Business and IT Consulting Services, S.L. +# Copyright 2019 ForgeFlow S.L. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import api, fields, models, SUPERUSER_ID, _ diff --git a/account_lock_to_date/wizards/account_update_lock_to_date.xml b/account_lock_to_date/wizards/account_update_lock_to_date.xml index 20c7b66f3..5af8e85a7 100644 --- a/account_lock_to_date/wizards/account_update_lock_to_date.xml +++ b/account_lock_to_date/wizards/account_update_lock_to_date.xml @@ -1,5 +1,5 @@ -