Skip to content

Commit 690ff16

Browse files
committed
Merge PR #1134 into 15.0
Signed-off-by StefanRijnhart
2 parents 7f18feb + f306bbd commit 690ff16

File tree

15 files changed

+719
-0
lines changed

15 files changed

+719
-0
lines changed

date_range_account/README.rst

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
==================
2+
Date Range Account
3+
==================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:0acaecd1a54286e3b1771f20ffbe8c5671456751b0dd49d14c48fbcfdf2cb76f
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github
20+
:target: https://github.com/OCA/server-ux/tree/15.0/date_range_account
21+
:alt: OCA/server-ux
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/server-ux-15-0/server-ux-15-0-date_range_account
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=15.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This is a small glue module between **date_range** and **account**. It allows the *Accounting Manager* to access the *Date Range* menu entry under *Invoicing > Configuration > Date Range*.
32+
33+
**Table of contents**
34+
35+
.. contents::
36+
:local:
37+
38+
Bug Tracker
39+
===========
40+
41+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/issues>`_.
42+
In case of trouble, please check there if your issue has already been reported.
43+
If you spotted it first, help us to smash it by providing a detailed and welcomed
44+
`feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20date_range_account%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45+
46+
Do not contact contributors directly about support or help with technical issues.
47+
48+
Credits
49+
=======
50+
51+
Authors
52+
~~~~~~~
53+
54+
* Akretion
55+
56+
Contributors
57+
~~~~~~~~~~~~
58+
59+
* Alexis de Lattre <[email protected]>
60+
61+
Maintainers
62+
~~~~~~~~~~~
63+
64+
This module is maintained by the OCA.
65+
66+
.. image:: https://odoo-community.org/logo.png
67+
:alt: Odoo Community Association
68+
:target: https://odoo-community.org
69+
70+
OCA, or the Odoo Community Association, is a nonprofit organization whose
71+
mission is to support the collaborative development of Odoo features and
72+
promote its widespread use.
73+
74+
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
75+
:target: https://github.com/alexis-via
76+
:alt: alexis-via
77+
78+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
79+
80+
|maintainer-alexis-via|
81+
82+
This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/15.0/date_range_account>`_ project on GitHub.
83+
84+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

date_range_account/__init__.py

Whitespace-only changes.

date_range_account/__manifest__.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2021 Akretion France (http://www.akretion.com/)
2+
# @author: Alexis de Lattre <[email protected]>
3+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4+
5+
{
6+
"name": "Date Range Account",
7+
"version": "15.0.1.0.0",
8+
"category": "Accounting",
9+
"license": "AGPL-3",
10+
"summary": "Add Date Range menu entry in Invoicing app",
11+
"author": "Akretion,Odoo Community Association (OCA)",
12+
"maintainers": ["alexis-via"],
13+
"website": "https://github.com/OCA/server-ux",
14+
"depends": ["account", "date_range"],
15+
"data": [
16+
"views/date_range.xml",
17+
"security/ir.model.access.csv",
18+
],
19+
"installable": True,
20+
"auto_install": True,
21+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * date_range_account
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: date_range_account
17+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
18+
msgid "Date Range Types"
19+
msgstr ""
20+
21+
#. module: date_range_account
22+
#: model:ir.ui.menu,name:date_range_account.menu_date_range
23+
msgid "Date Ranges"
24+
msgstr ""
25+
26+
#. module: date_range_account
27+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
28+
msgid "Date ranges"
29+
msgstr ""
30+
31+
#. module: date_range_account
32+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
33+
msgid "Generate Date Ranges"
34+
msgstr ""

date_range_account/i18n/es.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * date_range_account
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2022-05-18 09:05+0000\n"
10+
"Last-Translator: alvaro-domatix <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: date_range_account
20+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
21+
msgid "Date Range Types"
22+
msgstr "Tipos de rango de fechas"
23+
24+
#. module: date_range_account
25+
#: model:ir.ui.menu,name:date_range_account.menu_date_range
26+
msgid "Date Ranges"
27+
msgstr "Rangos de fecha"
28+
29+
#. module: date_range_account
30+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
31+
msgid "Date ranges"
32+
msgstr "Rangos de fecha"
33+
34+
#. module: date_range_account
35+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
36+
msgid "Generate Date Ranges"
37+
msgstr "Generar rangos de fechas"

date_range_account/i18n/fr.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * date_range_account
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2022-06-07 11:40+0000\n"
10+
"Last-Translator: Yann Papouin <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: fr\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: date_range_account
20+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
21+
msgid "Date Range Types"
22+
msgstr "Types de périodes"
23+
24+
#. module: date_range_account
25+
#: model:ir.ui.menu,name:date_range_account.menu_date_range
26+
msgid "Date Ranges"
27+
msgstr "Périodes"
28+
29+
#. module: date_range_account
30+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
31+
msgid "Date ranges"
32+
msgstr "Périodes"
33+
34+
#. module: date_range_account
35+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
36+
msgid "Generate Date Ranges"
37+
msgstr "Générer les périodes"

date_range_account/i18n/it.po

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * date_range_account
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2025-05-12 09:23+0000\n"
10+
"Last-Translator: mymage <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: it\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 5.10.4\n"
18+
19+
#. module: date_range_account
20+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_type
21+
msgid "Date Range Types"
22+
msgstr "Tipi di intervallo date"
23+
24+
#. module: date_range_account
25+
#: model:ir.ui.menu,name:date_range_account.menu_date_range
26+
msgid "Date Ranges"
27+
msgstr "Intervalli date"
28+
29+
#. module: date_range_account
30+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_root
31+
msgid "Date ranges"
32+
msgstr "Intervalli date"
33+
34+
#. module: date_range_account
35+
#: model:ir.ui.menu,name:date_range_account.menu_date_range_generator
36+
msgid "Generate Date Ranges"
37+
msgstr "Generazione intervalli date"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Alexis de Lattre <[email protected]>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a small glue module between **date_range** and **account**. It allows the *Accounting Manager* to access the *Date Range* menu entry under *Invoicing > Configuration > Date Range*.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
2+
access_date_range_account_manager,Full access on date.range to account manager,date_range.model_date_range,account.group_account_manager,1,1,1,1
3+
access_date_range_type_account_manager,Full access on date.range.type to account manager,date_range.model_date_range_type,account.group_account_manager,1,1,1,1
4+
access_date_range_generator_account_manager,Full access on date.range.generator wizard to account manager,date_range.model_date_range_generator,account.group_account_manager,1,1,1,1

0 commit comments

Comments
 (0)