Skip to content

Commit 22cf7b8

Browse files
committed
Merge PR OCA#1263 into 14.0
Signed-off-by rafaelbn
2 parents 72057e8 + 1970546 commit 22cf7b8

40 files changed

+1790
-0
lines changed

account_move_fiscal_year/README.rst

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
========================
2+
Account Move Fiscal Year
3+
========================
4+
5+
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6+
!! This file is generated by oca-gen-addon-readme !!
7+
!! changes will be overwritten. !!
8+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9+
10+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
11+
:target: https://odoo-community.org/page/development-status
12+
:alt: Beta
13+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
14+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
15+
:alt: License: AGPL-3
16+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
17+
:target: https://github.com/OCA/account-financial-tools/tree/12.0/account_move_fiscal_year
18+
:alt: OCA/account-financial-tools
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_move_fiscal_year
21+
:alt: Translate me on Weblate
22+
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23+
:target: https://runbot.odoo-community.org/runbot/92/12.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
27+
28+
Display the fiscal year on journal entries/items.
29+
30+
**Table of contents**
31+
32+
.. contents::
33+
:local:
34+
35+
Installation
36+
============
37+
38+
You need to install account_fiscal_year.
39+
40+
Configuration
41+
=============
42+
43+
You just need to create date ranges associated to 'Fiscal Year' type.
44+
45+
Usage
46+
=====
47+
48+
Go to Invoicing -> Configuration -> Date Ranges -> Fiscal Years to create a new
49+
Fiscal Year.
50+
51+
Bug Tracker
52+
===========
53+
54+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
55+
In case of trouble, please check there if your issue has already been reported.
56+
If you spotted it first, help us smashing it by providing a detailed and welcomed
57+
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_move_fiscal_year%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
58+
59+
Do not contact contributors directly about support or help with technical issues.
60+
61+
Credits
62+
=======
63+
64+
Authors
65+
~~~~~~~
66+
67+
* ACSONE SA/NV
68+
69+
Contributors
70+
~~~~~~~~~~~~
71+
72+
* Benjamin Willig <benjamin.willig@acsone.eu>
73+
74+
Maintainers
75+
~~~~~~~~~~~
76+
77+
This module is maintained by the OCA.
78+
79+
.. image:: https://odoo-community.org/logo.png
80+
:alt: Odoo Community Association
81+
:target: https://odoo-community.org
82+
83+
OCA, or the Odoo Community Association, is a nonprofit organization whose
84+
mission is to support the collaborative development of Odoo features and
85+
promote its widespread use.
86+
87+
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/12.0/account_move_fiscal_year>`_ project on GitHub.
88+
89+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

account_move_fiscal_year/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
2+
from . import models
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2017 ACSONE SA/NV
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Account Move Fiscal Year",
6+
"summary": """
7+
Display the fiscal year on journal entries/item""",
8+
"version": "14.0.1.0.0",
9+
"license": "AGPL-3",
10+
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
11+
"website": "https://github.com/OCA/account-financial-tools",
12+
"depends": [
13+
"account_fiscal_year",
14+
],
15+
"data": [
16+
"views/account_move.xml",
17+
"views/account_move_line.xml",
18+
],
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_move_fiscal_year
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.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: account_move_fiscal_year
17+
#: model:ir.model,name:account_move_fiscal_year.model_res_company
18+
msgid "Companies"
19+
msgstr ""
20+
21+
#. module: account_move_fiscal_year
22+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move__date_range_fy_id
23+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move_line__date_range_fy_id
24+
msgid "Fiscal year"
25+
msgstr ""
26+
27+
#. module: account_move_fiscal_year
28+
#: model:ir.model,name:account_move_fiscal_year.model_account_move
29+
msgid "Journal Entries"
30+
msgstr ""
31+
32+
#. module: account_move_fiscal_year
33+
#: model:ir.model,name:account_move_fiscal_year.model_account_move_line
34+
msgid "Journal Item"
35+
msgstr ""
36+

account_move_fiscal_year/i18n/am.po

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_move_fiscal_year
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 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-12-22 03:41+0000\n"
12+
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
15+
"Language: am\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
20+
21+
#. module: account_move_fiscal_year
22+
#: model:ir.model,name:account_move_fiscal_year.model_res_company
23+
msgid "Companies"
24+
msgstr ""
25+
26+
#. module: account_move_fiscal_year
27+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move__date_range_fy_id
28+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move_line__date_range_fy_id
29+
msgid "Fiscal year"
30+
msgstr ""
31+
32+
#. module: account_move_fiscal_year
33+
#: model:ir.model,name:account_move_fiscal_year.model_account_move
34+
msgid "Journal Entries"
35+
msgstr ""
36+
37+
#. module: account_move_fiscal_year
38+
#: model:ir.model,name:account_move_fiscal_year.model_account_move_line
39+
msgid "Journal Item"
40+
msgstr ""
41+
42+
#~ msgid "Account Entry"
43+
#~ msgstr "Asiento contable"

account_move_fiscal_year/i18n/ar.po

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_move_fiscal_year
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 11.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2018-06-29 04:08+0000\n"
10+
"Last-Translator: Osoul <baruni@osoul.ly>\n"
11+
"Language-Team: none\n"
12+
"Language: ar\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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
17+
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
18+
"X-Generator: Weblate 3.0.1\n"
19+
20+
#. module: account_move_fiscal_year
21+
#: model:ir.model,name:account_move_fiscal_year.model_res_company
22+
msgid "Companies"
23+
msgstr ""
24+
25+
#. module: account_move_fiscal_year
26+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move__date_range_fy_id
27+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move_line__date_range_fy_id
28+
msgid "Fiscal year"
29+
msgstr "السنة المالية"
30+
31+
#. module: account_move_fiscal_year
32+
#: model:ir.model,name:account_move_fiscal_year.model_account_move
33+
#, fuzzy
34+
msgid "Journal Entries"
35+
msgstr "عنصر اليومية"
36+
37+
#. module: account_move_fiscal_year
38+
#: model:ir.model,name:account_move_fiscal_year.model_account_move_line
39+
msgid "Journal Item"
40+
msgstr "عنصر اليومية"
41+
42+
#~ msgid "Account Entry"
43+
#~ msgstr "القيد"

account_move_fiscal_year/i18n/ca.po

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_move_fiscal_year
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 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-12-22 03:41+0000\n"
12+
"PO-Revision-Date: 2017-12-22 03:41+0000\n"
13+
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
14+
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
15+
"Language: ca\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#. module: account_move_fiscal_year
22+
#: model:ir.model,name:account_move_fiscal_year.model_res_company
23+
msgid "Companies"
24+
msgstr ""
25+
26+
#. module: account_move_fiscal_year
27+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move__date_range_fy_id
28+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move_line__date_range_fy_id
29+
msgid "Fiscal year"
30+
msgstr ""
31+
32+
#. module: account_move_fiscal_year
33+
#: model:ir.model,name:account_move_fiscal_year.model_account_move
34+
msgid "Journal Entries"
35+
msgstr ""
36+
37+
#. module: account_move_fiscal_year
38+
#: model:ir.model,name:account_move_fiscal_year.model_account_move_line
39+
msgid "Journal Item"
40+
msgstr ""
41+
42+
#~ msgid "Account Entry"
43+
#~ msgstr "Assentament comptable"

account_move_fiscal_year/i18n/de.po

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_move_fiscal_year
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 2018
7+
# Ricardo Gross <rwgross@gmail.com>, 2018
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: Odoo Server 11.0\n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2018-03-30 02:39+0000\n"
13+
"PO-Revision-Date: 2020-05-06 13:19+0000\n"
14+
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
15+
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
16+
"Language: de\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=UTF-8\n"
19+
"Content-Transfer-Encoding: \n"
20+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
21+
"X-Generator: Weblate 3.10\n"
22+
23+
#. module: account_move_fiscal_year
24+
#: model:ir.model,name:account_move_fiscal_year.model_res_company
25+
msgid "Companies"
26+
msgstr "Unternehmen"
27+
28+
#. module: account_move_fiscal_year
29+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move__date_range_fy_id
30+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move_line__date_range_fy_id
31+
msgid "Fiscal year"
32+
msgstr "Steuerjahr"
33+
34+
#. module: account_move_fiscal_year
35+
#: model:ir.model,name:account_move_fiscal_year.model_account_move
36+
msgid "Journal Entries"
37+
msgstr "Journal-Buchungen"
38+
39+
#. module: account_move_fiscal_year
40+
#: model:ir.model,name:account_move_fiscal_year.model_account_move_line
41+
msgid "Journal Item"
42+
msgstr "Journalbuchung"
43+
44+
#~ msgid "Account Entry"
45+
#~ msgstr "Kontobuchung"

account_move_fiscal_year/i18n/es.po

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_move_fiscal_year
4+
#
5+
# Translators:
6+
# OCA Transbot <transbot@odoo-community.org>, 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-12-22 03:41+0000\n"
12+
"PO-Revision-Date: 2018-09-25 16:43+0000\n"
13+
"Last-Translator: Jimmy Ramos <jimmybanegas93@gmail.com>\n"
14+
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
15+
"Language: es\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: \n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 3.1.1\n"
21+
22+
#. module: account_move_fiscal_year
23+
#: model:ir.model,name:account_move_fiscal_year.model_res_company
24+
msgid "Companies"
25+
msgstr ""
26+
27+
#. module: account_move_fiscal_year
28+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move__date_range_fy_id
29+
#: model:ir.model.fields,field_description:account_move_fiscal_year.field_account_move_line__date_range_fy_id
30+
msgid "Fiscal year"
31+
msgstr "Año Fiscal"
32+
33+
#. module: account_move_fiscal_year
34+
#: model:ir.model,name:account_move_fiscal_year.model_account_move
35+
#, fuzzy
36+
msgid "Journal Entries"
37+
msgstr "Diario"
38+
39+
#. module: account_move_fiscal_year
40+
#: model:ir.model,name:account_move_fiscal_year.model_account_move_line
41+
msgid "Journal Item"
42+
msgstr "Diario"
43+
44+
#~ msgid "Account Entry"
45+
#~ msgstr "Asiento contable"

0 commit comments

Comments
 (0)