Skip to content

Commit db2ebe2

Browse files
committed
Merge PR #614 into 17.0
Signed-off-by StefanRijnhart
2 parents 3a64508 + b28dc0e commit db2ebe2

14 files changed

Lines changed: 1017 additions & 0 deletions

File tree

account_statement_base/README.rst

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
===================
2+
Bank Statement Base
3+
===================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:9d56896373955a98283ed39c9c119716851406b4960187cfcd0fe9433aedbb81
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Mature
16+
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
18+
:alt: License: LGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
20+
:target: https://github.com/OCA/account-reconcile/tree/17.0/account_statement_base
21+
:alt: OCA/account-reconcile
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base
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/account-reconcile&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This is a technical module that adds the views of the **Bank Statement
32+
Lines** (since Odoo 16.0, these views are not part of the *account*
33+
module any more).
34+
35+
**Table of contents**
36+
37+
.. contents::
38+
:local:
39+
40+
Bug Tracker
41+
===========
42+
43+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-reconcile/issues>`_.
44+
In case of trouble, please check there if your issue has already been reported.
45+
If you spotted it first, help us to smash it by providing a detailed and welcomed
46+
`feedback <https://github.com/OCA/account-reconcile/issues/new?body=module:%20account_statement_base%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
47+
48+
Do not contact contributors directly about support or help with technical issues.
49+
50+
Credits
51+
=======
52+
53+
Authors
54+
-------
55+
56+
* Akretion
57+
58+
Contributors
59+
------------
60+
61+
- Alexis de Lattre <alexis.delattre@akretion.com>
62+
63+
Maintainers
64+
-----------
65+
66+
This module is maintained by the OCA.
67+
68+
.. image:: https://odoo-community.org/logo.png
69+
:alt: Odoo Community Association
70+
:target: https://odoo-community.org
71+
72+
OCA, or the Odoo Community Association, is a nonprofit organization whose
73+
mission is to support the collaborative development of Odoo features and
74+
promote its widespread use.
75+
76+
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
77+
:target: https://github.com/alexis-via
78+
:alt: alexis-via
79+
80+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
81+
82+
|maintainer-alexis-via|
83+
84+
This module is part of the `OCA/account-reconcile <https://github.com/OCA/account-reconcile/tree/17.0/account_statement_base>`_ project on GitHub.
85+
86+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

account_statement_base/__init__.py

Whitespace-only changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2023 Akretion France (http://www.akretion.com/)
2+
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
3+
# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
4+
5+
{
6+
"name": "Bank Statement Base",
7+
"version": "17.0.1.0.0",
8+
"category": "Accounting",
9+
"license": "LGPL-3",
10+
"summary": "Base module for Bank Statements",
11+
"author": "Akretion,Odoo Community Association (OCA)",
12+
"maintainers": ["alexis-via"],
13+
"development_status": "Mature",
14+
"website": "https://github.com/OCA/account-reconcile",
15+
"depends": ["account"],
16+
"data": [
17+
"views/account_bank_statement.xml",
18+
"views/account_bank_statement_line.xml",
19+
],
20+
"installable": True,
21+
}
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_statement_base
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.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_statement_base
17+
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
18+
msgid "Bank Statement Lines"
19+
msgstr ""
20+
21+
#. module: account_statement_base
22+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
23+
msgid "Date"
24+
msgstr ""
25+
26+
#. module: account_statement_base
27+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
28+
msgid "Journal"
29+
msgstr ""
30+
31+
#. module: account_statement_base
32+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
33+
msgid "Label, Ref or Notes"
34+
msgstr ""
35+
36+
#. module: account_statement_base
37+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
38+
msgid "Not Reconciled"
39+
msgstr ""
40+
41+
#. module: account_statement_base
42+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
43+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
44+
msgid "Notes"
45+
msgstr ""
46+
47+
#. module: account_statement_base
48+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
49+
msgid "Partner"
50+
msgstr ""
51+
52+
#. module: account_statement_base
53+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
54+
msgid "Reconciled"
55+
msgstr ""
56+
57+
#. module: account_statement_base
58+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
59+
msgid "Revert reconciliation"
60+
msgstr ""
61+
62+
#. module: account_statement_base
63+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
64+
msgid "Technical Information"
65+
msgstr ""
66+
67+
#. module: account_statement_base
68+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
69+
msgid "To check"
70+
msgstr ""
71+
72+
#. module: account_statement_base
73+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
74+
msgid "Transaction Type"
75+
msgstr ""

account_statement_base/i18n/es.po

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_statement_base
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-07-29 12:10+0000\n"
10+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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.17\n"
18+
19+
#. module: account_statement_base
20+
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
21+
msgid "Bank Statement Lines"
22+
msgstr "Líneas del Extracto Bancario"
23+
24+
#. module: account_statement_base
25+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
26+
msgid "Date"
27+
msgstr "Fecha"
28+
29+
#. module: account_statement_base
30+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
31+
msgid "Journal"
32+
msgstr "Dario"
33+
34+
#. module: account_statement_base
35+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
36+
msgid "Label, Ref or Notes"
37+
msgstr "Etiqueta, referencia o notas"
38+
39+
#. module: account_statement_base
40+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
41+
msgid "Not Reconciled"
42+
msgstr "No reconciliado"
43+
44+
#. module: account_statement_base
45+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
46+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
47+
msgid "Notes"
48+
msgstr "Notas"
49+
50+
#. module: account_statement_base
51+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
52+
msgid "Partner"
53+
msgstr "Socio"
54+
55+
#. module: account_statement_base
56+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
57+
msgid "Reconciled"
58+
msgstr "Reconciliado"
59+
60+
#. module: account_statement_base
61+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
62+
msgid "Revert reconciliation"
63+
msgstr "Revertir la reconciliación"
64+
65+
#. module: account_statement_base
66+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
67+
msgid "Technical Information"
68+
msgstr "Información técnica"
69+
70+
#. module: account_statement_base
71+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
72+
msgid "To check"
73+
msgstr "Para revisar"
74+
75+
#. module: account_statement_base
76+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
77+
msgid "Transaction Type"
78+
msgstr "Tipo de transacción"

account_statement_base/i18n/fr.po

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_statement_base
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-08-16 17:10+0000\n"
10+
"Last-Translator: Rémi <remi@le-filament.com>\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.17\n"
18+
19+
#. module: account_statement_base
20+
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
21+
msgid "Bank Statement Lines"
22+
msgstr "Lignes de relevé bancaire"
23+
24+
#. module: account_statement_base
25+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
26+
msgid "Date"
27+
msgstr "Date"
28+
29+
#. module: account_statement_base
30+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
31+
msgid "Journal"
32+
msgstr "Journal"
33+
34+
#. module: account_statement_base
35+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
36+
msgid "Label, Ref or Notes"
37+
msgstr "Libellé, Réf ou Notes"
38+
39+
#. module: account_statement_base
40+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
41+
msgid "Not Reconciled"
42+
msgstr "Non lettré"
43+
44+
#. module: account_statement_base
45+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
46+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
47+
msgid "Notes"
48+
msgstr "Notes"
49+
50+
#. module: account_statement_base
51+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
52+
msgid "Partner"
53+
msgstr "Partenaire"
54+
55+
#. module: account_statement_base
56+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
57+
msgid "Reconciled"
58+
msgstr "Lettré"
59+
60+
#. module: account_statement_base
61+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
62+
msgid "Revert reconciliation"
63+
msgstr "Dé-lettrer"
64+
65+
#. module: account_statement_base
66+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
67+
msgid "Technical Information"
68+
msgstr "Informations techniques"
69+
70+
#. module: account_statement_base
71+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
72+
msgid "To check"
73+
msgstr "À vérifier"
74+
75+
#. module: account_statement_base
76+
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
77+
msgid "Transaction Type"
78+
msgstr "Type de transaction"

0 commit comments

Comments
 (0)