Skip to content

Commit 490ce8c

Browse files
benwilligalexis-via
authored andcommitted
[10.0][ADD] Modules which allow an account adviser to update lock dates
1 parent e6c0c66 commit 490ce8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+8345
-0
lines changed

account_lock_date_update/README.rst

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
3+
:alt: License: AGPL-3
4+
5+
========================
6+
Account Lock Date Update
7+
========================
8+
9+
Allow an Account adviser to update locking date without having
10+
access to all technical settings.
11+
12+
Installation
13+
============
14+
15+
Just install it.
16+
17+
Configuration
18+
=============
19+
20+
No configuration needed.
21+
22+
Usage
23+
=====
24+
25+
To use this module, you need to be an account adviser and go to:
26+
27+
* Accounting -> Configuration -> Accounting -> Update accounting lock dates
28+
* Change values and click on update button
29+
30+
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
31+
:alt: Try me on Runbot
32+
:target: https://runbot.odoo-community.org/runbot/92/10.0
33+
34+
.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
35+
.. branch is "8.0" for example
36+
37+
Bug Tracker
38+
===========
39+
40+
Bugs are tracked on `GitHub Issues
41+
<https://github.com/OCA/account-financial-tools/issues>`_. In case of trouble, please
42+
check there if your issue has already been reported. If you spotted it first,
43+
help us smashing it by providing a detailed and welcomed feedback.
44+
45+
Credits
46+
=======
47+
48+
Images
49+
------
50+
51+
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
52+
53+
Contributors
54+
------------
55+
56+
* Benjamin Willig <[email protected]>
57+
58+
Maintainer
59+
----------
60+
61+
.. image:: https://odoo-community.org/logo.png
62+
:alt: Odoo Community Association
63+
:target: https://odoo-community.org
64+
65+
This module is maintained by the OCA.
66+
67+
OCA, or the Odoo Community Association, is a nonprofit organization whose
68+
mission is to support the collaborative development of Odoo features and
69+
promote its widespread use.
70+
71+
To contribute to this module, please visit https://odoo-community.org.

account_lock_date_update/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import wizards
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2017 ACSONE SA/NV
3+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4+
5+
{
6+
'name': 'Account Lock Date Update',
7+
'summary': """
8+
Allow an Account adviser to update locking date without having
9+
access to all technical settings""",
10+
'version': '10.0.1.0.0',
11+
'license': 'AGPL-3',
12+
'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
13+
'website': 'https://github.com/OCA/account-financial-tools',
14+
'depends': [
15+
'account',
16+
],
17+
'data': [
18+
'wizards/account_update_lock_date.xml',
19+
],
20+
}

account_lock_date_update/i18n/am.po

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_lock_date_update
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-11-28 23:24+0000\n"
12+
"PO-Revision-Date: 2017-11-28 23:24+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: am\n"
19+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
20+
21+
#. module: account_lock_date_update
22+
#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date
23+
msgid "Account Update Lock_date"
24+
msgstr ""
25+
26+
#. module: account_lock_date_update
27+
#: model:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view
28+
msgid "Cancel"
29+
msgstr "Cancelar"
30+
31+
#. module: account_lock_date_update
32+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_company_id
33+
msgid "Company"
34+
msgstr ""
35+
36+
#. module: account_lock_date_update
37+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_create_uid
38+
msgid "Created by"
39+
msgstr "Creado por"
40+
41+
#. module: account_lock_date_update
42+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_create_date
43+
msgid "Created on"
44+
msgstr "Creado en"
45+
46+
#. module: account_lock_date_update
47+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_display_name
48+
msgid "Display Name"
49+
msgstr ""
50+
51+
#. module: account_lock_date_update
52+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_id
53+
msgid "ID"
54+
msgstr "ID"
55+
56+
#. module: account_lock_date_update
57+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date___last_update
58+
msgid "Last Modified on"
59+
msgstr ""
60+
61+
#. module: account_lock_date_update
62+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_write_uid
63+
msgid "Last Updated by"
64+
msgstr "Última actualización por"
65+
66+
#. module: account_lock_date_update
67+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_write_date
68+
msgid "Last Updated on"
69+
msgstr "Última actualización en"
70+
71+
#. module: account_lock_date_update
72+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_fiscalyear_lock_date
73+
msgid "Lock Date"
74+
msgstr ""
75+
76+
#. module: account_lock_date_update
77+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_period_lock_date
78+
msgid "Lock Date for Non-Advisers"
79+
msgstr ""
80+
81+
#. module: account_lock_date_update
82+
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date_fiscalyear_lock_date
83+
msgid ""
84+
"No users, including Advisers, can edit accounts prior to and inclusive of "
85+
"this date. Use it for fiscal year locking for example."
86+
msgstr ""
87+
88+
#. module: account_lock_date_update
89+
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date_period_lock_date
90+
msgid ""
91+
"Only users with the 'Adviser' role can edit accounts prior to and inclusive "
92+
"of this date. Use it for period locking inside an open fiscal year, for "
93+
"example."
94+
msgstr ""
95+
96+
#. module: account_lock_date_update
97+
#: model:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view
98+
msgid "Update"
99+
msgstr ""
100+
101+
#. module: account_lock_date_update
102+
#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window
103+
#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu
104+
msgid "Update accounting lock dates"
105+
msgstr ""
106+
107+
#. module: account_lock_date_update
108+
#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:44
109+
#, python-format
110+
msgid "You are not allowed to execute this action."
111+
msgstr ""

account_lock_date_update/i18n/ar.po

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_lock_date_update
4+
#
5+
# Translators:
6+
# OCA Transbot <[email protected]>, 2017
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Odoo Server 10.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2017-11-28 23:24+0000\n"
12+
"PO-Revision-Date: 2017-11-28 23:24+0000\n"
13+
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
14+
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: \n"
18+
"Language: ar\n"
19+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
20+
21+
#. module: account_lock_date_update
22+
#: model:ir.model,name:account_lock_date_update.model_account_update_lock_date
23+
msgid "Account Update Lock_date"
24+
msgstr ""
25+
26+
#. module: account_lock_date_update
27+
#: model:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view
28+
msgid "Cancel"
29+
msgstr "إلغاء"
30+
31+
#. module: account_lock_date_update
32+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_company_id
33+
msgid "Company"
34+
msgstr "الشركة"
35+
36+
#. module: account_lock_date_update
37+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_create_uid
38+
msgid "Created by"
39+
msgstr "أنشئ بواسطة"
40+
41+
#. module: account_lock_date_update
42+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_create_date
43+
msgid "Created on"
44+
msgstr "أنشئ في"
45+
46+
#. module: account_lock_date_update
47+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_display_name
48+
msgid "Display Name"
49+
msgstr "اسم العرض"
50+
51+
#. module: account_lock_date_update
52+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_id
53+
msgid "ID"
54+
msgstr "المعرف"
55+
56+
#. module: account_lock_date_update
57+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date___last_update
58+
msgid "Last Modified on"
59+
msgstr "آخر تعديل في"
60+
61+
#. module: account_lock_date_update
62+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_write_uid
63+
msgid "Last Updated by"
64+
msgstr "آخر تحديث بواسطة"
65+
66+
#. module: account_lock_date_update
67+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_write_date
68+
msgid "Last Updated on"
69+
msgstr "آخر تحديث في"
70+
71+
#. module: account_lock_date_update
72+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_fiscalyear_lock_date
73+
msgid "Lock Date"
74+
msgstr ""
75+
76+
#. module: account_lock_date_update
77+
#: model:ir.model.fields,field_description:account_lock_date_update.field_account_update_lock_date_period_lock_date
78+
msgid "Lock Date for Non-Advisers"
79+
msgstr ""
80+
81+
#. module: account_lock_date_update
82+
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date_fiscalyear_lock_date
83+
msgid ""
84+
"No users, including Advisers, can edit accounts prior to and inclusive of "
85+
"this date. Use it for fiscal year locking for example."
86+
msgstr ""
87+
88+
#. module: account_lock_date_update
89+
#: model:ir.model.fields,help:account_lock_date_update.field_account_update_lock_date_period_lock_date
90+
msgid ""
91+
"Only users with the 'Adviser' role can edit accounts prior to and inclusive "
92+
"of this date. Use it for period locking inside an open fiscal year, for "
93+
"example."
94+
msgstr ""
95+
96+
#. module: account_lock_date_update
97+
#: model:ir.ui.view,arch_db:account_lock_date_update.account_update_lock_date_form_view
98+
msgid "Update"
99+
msgstr ""
100+
101+
#. module: account_lock_date_update
102+
#: model:ir.actions.act_window,name:account_lock_date_update.account_update_lock_date_act_window
103+
#: model:ir.ui.menu,name:account_lock_date_update.account_update_lock_date_menu
104+
msgid "Update accounting lock dates"
105+
msgstr ""
106+
107+
#. module: account_lock_date_update
108+
#: code:addons/account_lock_date_update/wizards/account_update_lock_date.py:44
109+
#, python-format
110+
msgid "You are not allowed to execute this action."
111+
msgstr ""

0 commit comments

Comments
 (0)