Skip to content

Commit

Permalink
Merge PR #928 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 22, 2020
2 parents 2e9981c + f804ff9 commit fdf391a
Show file tree
Hide file tree
Showing 87 changed files with 8,975 additions and 0 deletions.
84 changes: 84 additions & 0 deletions account_lock_date_update/README.rst
@@ -0,0 +1,84 @@
========================
Account Lock Date Update
========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/12.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-12-0/account-financial-tools-12-0-account_lock_date_update
: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/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

Allow an Account adviser to update locking date without having
access to all technical settings.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to be an account adviser 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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_lock_date_update%0Aversion:%2012.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 <benjamin.willig@acsone.eu>
* Fekete Mihai <feketemihai@gmail.com>
* Kitti Upariphutthiphong <kittiu@ecosoft.co.th>

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/12.0/account_lock_date_update>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_lock_date_update/__init__.py
@@ -0,0 +1 @@
from . import wizards
16 changes: 16 additions & 0 deletions account_lock_date_update/__manifest__.py
@@ -0,0 +1,16 @@
# 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": "13.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": ["wizards/account_update_lock_date.xml"],
}
102 changes: 102 additions & 0 deletions account_lock_date_update/i18n/account_lock_date_update.pot
@@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_lock_date_update
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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:ir.model,name:account_lock_date_update.model_account_update_lock_date
msgid "Account Update 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 "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____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 ""

#. 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"
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__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_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 accounting lock dates"
msgstr ""

#. module: account_lock_date_update
#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:42
#, python-format
msgid "You are not allowed to execute this action."
msgstr ""

111 changes: 111 additions & 0 deletions account_lock_date_update/i18n/am.po
@@ -0,0 +1,111 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_lock_date_update
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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:ir.model,name:account_lock_date_update.model_account_update_lock_date
msgid "Account Update 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 "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"
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__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_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 accounting lock dates"
msgstr ""

#. module: account_lock_date_update
#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:42
#, python-format
msgid "You are not allowed to execute this action."
msgstr ""

0 comments on commit fdf391a

Please sign in to comment.