-
-
Notifications
You must be signed in to change notification settings - Fork 777
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by alexis-via
- Loading branch information
Showing
89 changed files
with
10,157 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
======================== | ||
Account Lock Date Update | ||
======================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:d8a2bf44259f8bc1de6c389b12807fdb53b1e77ec7fd52d9682b8180d64f2187 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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/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%2Faccount--financial--tools-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-financial-tools/tree/18.0/account_lock_date_update | ||
: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-18-0/account-financial-tools-18-0-account_lock_date_update | ||
: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/account-financial-tools&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Allow an Account adviser to update locking dates without having access | ||
to all technical settings. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to be a Billing Administrator and go to: | ||
|
||
- Invoicing -> Accounting -> Actions -> Update accounting lock dates | ||
- Change values and click on **Update** button | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/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 <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_lock_date_update%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* ACSONE SA/NV | ||
|
||
Contributors | ||
------------ | ||
|
||
- Benjamin Willig <[email protected]> | ||
- Fekete Mihai <[email protected]> | ||
- Kitti Upariphutthiphong <[email protected]> | ||
- Andrea Stirpe <[email protected]> | ||
- `Komit <https://komit-consulting.com>`__: | ||
|
||
- Vang Nguyen Phu | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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 <https://github.com/OCA/account-financial-tools/tree/18.0/account_lock_date_update>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import wizards |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Copyright 2017 ACSONE SA/NV | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Account Lock Date Update", | ||
"summary": """ | ||
Allow an Account adviser to update locking date without having | ||
access to all technical settings""", | ||
"version": "18.0.1.0.0", | ||
"license": "AGPL-3", | ||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/account-financial-tools", | ||
"installable": True, | ||
"depends": ["account"], | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"wizards/account_update_lock_date.xml", | ||
], | ||
} |
114 changes: 114 additions & 0 deletions
114
account_lock_date_update/i18n/account_lock_date_update.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_lock_date_update | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: account_lock_date_update | ||
#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id | ||
msgid "Company" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date | ||
msgid "Lock Date for All Users" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date | ||
msgid "Lock Date for Non-Advisers" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date | ||
msgid "" | ||
"No users can edit journal entries related to a tax prior and inclusive of " | ||
"this date." | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date | ||
msgid "" | ||
"No users, including Advisers, can edit accounts prior to and inclusive of " | ||
"this date. Use it for fiscal year locking for example." | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date | ||
msgid "" | ||
"Only users with the 'Adviser' role can edit accounts prior to and inclusive " | ||
"of this date. Use it for period locking inside an open fiscal year, for " | ||
"example." | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date | ||
msgid "Tax Lock Date" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view | ||
msgid "Update" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window | ||
#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu | ||
msgid "Update Lock Dates" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date | ||
msgid "Wizard to Update Accounting Lock Dates" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#. odoo-python | ||
#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 | ||
#, python-format | ||
msgid "You are not allowed to execute this action." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_lock_date_update | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-28 23:24+0000\n" | ||
"PO-Revision-Date: 2017-11-28 23:24+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" | ||
"Language: am\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#. module: account_lock_date_update | ||
#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view | ||
msgid "Cancel" | ||
msgstr "Cancelar" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__company_id | ||
msgid "Company" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_uid | ||
msgid "Created by" | ||
msgstr "Creado por" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__create_date | ||
msgid "Created on" | ||
msgstr "Creado en" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Última actualización por" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__write_date | ||
msgid "Last Updated on" | ||
msgstr "Última actualización en" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date | ||
msgid "Lock Date for All Users" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__period_lock_date | ||
msgid "Lock Date for Non-Advisers" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__tax_lock_date | ||
msgid "" | ||
"No users can edit journal entries related to a tax prior and inclusive of " | ||
"this date." | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__fiscalyear_lock_date | ||
msgid "" | ||
"No users, including Advisers, can edit accounts prior to and inclusive of " | ||
"this date. Use it for fiscal year locking for example." | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date__period_lock_date | ||
msgid "" | ||
"Only users with the 'Adviser' role can edit accounts prior to and inclusive " | ||
"of this date. Use it for period locking inside an open fiscal year, for " | ||
"example." | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date__tax_lock_date | ||
msgid "Tax Lock Date" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model_terms:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view | ||
msgid "Update" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window | ||
#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu | ||
msgid "Update Lock Dates" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date | ||
msgid "Wizard to Update Accounting Lock Dates" | ||
msgstr "" | ||
|
||
#. module: account_lock_date_update | ||
#. odoo-python | ||
#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:0 | ||
#, python-format | ||
msgid "You are not allowed to execute this action." | ||
msgstr "" |
Oops, something went wrong.