forked from OCA/account-reconcile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from OCA/18.0
Syncing from upstream OCA/account-reconcile (18.0)
- Loading branch information
Showing
26 changed files
with
1,951 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
=================== | ||
Bank Statement Base | ||
=================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:dc56f6cb2cc511eaff91f829c1dd3313a6c23a3747600081af0239159fad5fbf | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Mature | ||
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html | ||
:alt: License: LGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-reconcile/tree/18.0/account_statement_base | ||
:alt: OCA/account-reconcile | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/account-reconcile-18-0/account-reconcile-18-0-account_statement_base | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This is a technical module that adds the views of the **Bank Statement | ||
Lines** (since Odoo 16.0, these views are not part of the *account* | ||
module any more). | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-reconcile/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/account-reconcile/issues/new?body=module:%20account_statement_base%0Aversion:%2018.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 | ||
------- | ||
|
||
* Akretion | ||
|
||
Contributors | ||
------------ | ||
|
||
- `Akretion <https://www.akretion.com>`__: | ||
|
||
- Alexis de Lattre <[email protected]> | ||
|
||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Carlos Dauden | ||
- Sergio Teruel | ||
|
||
- `ForgeFlow <https://www.forgeflow.com>`__: | ||
|
||
- Jordi Ballester | ||
|
||
- `Trobz <https://www.trobz.com>`__: | ||
|
||
- Do Anh Duy <[email protected]> | ||
|
||
Other credits | ||
------------- | ||
|
||
The migration of this module from 17.0 to 18.0 was financially supported | ||
by Camptocamp. | ||
|
||
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. | ||
|
||
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px | ||
:target: https://github.com/alexis-via | ||
:alt: alexis-via | ||
|
||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | ||
|
||
|maintainer-alexis-via| | ||
|
||
This module is part of the `OCA/account-reconcile <https://github.com/OCA/account-reconcile/tree/18.0/account_statement_base>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 2023 Akretion France (http://www.akretion.com/) | ||
# @author: Alexis de Lattre <[email protected]> | ||
# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). | ||
|
||
{ | ||
"name": "Bank Statement Base", | ||
"version": "18.0.1.0.0", | ||
"category": "Accounting", | ||
"license": "LGPL-3", | ||
"summary": "Base module for Bank Statements", | ||
"author": "Akretion,Odoo Community Association (OCA)", | ||
"maintainers": ["alexis-via"], | ||
"development_status": "Mature", | ||
"website": "https://github.com/OCA/account-reconcile", | ||
"depends": ["account"], | ||
"data": [ | ||
"views/account_bank_statement_line.xml", | ||
"views/account_bank_statement.xml", # Keep order | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_statement_base | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 18.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_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "<span class=\"o_stat_text\">Journal Items</span>" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.model,name:account_statement_base.model_account_bank_statement | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "Bank Statement" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.model,name:account_statement_base.model_account_bank_statement_line | ||
msgid "Bank Statement Line" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action | ||
msgid "Bank Statement Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Date" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.model,name:account_statement_base.model_account_journal | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Journal" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#. odoo-python | ||
#: code:addons/account_statement_base/models/account_bank_statement.py:0 | ||
msgid "Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Label, Ref or Notes" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Not Reconciled" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree | ||
msgid "Notes" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree | ||
msgid "Open Journal Entry" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_tree | ||
msgid "Open Statement Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Partner" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Reconciled" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree | ||
msgid "Revert reconciliation" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form | ||
msgid "Technical Information" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "To check" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Transaction Type" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "Transactions" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "e.g. BNK/2021/0001" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_statement_base | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 18.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-07-29 12:10+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\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" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "<span class=\"o_stat_text\">Journal Items</span>" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.model,name:account_statement_base.model_account_bank_statement | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "Bank Statement" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.model,name:account_statement_base.model_account_bank_statement_line | ||
msgid "Bank Statement Line" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action | ||
msgid "Bank Statement Lines" | ||
msgstr "Líneas del Extracto Bancario" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Date" | ||
msgstr "Fecha" | ||
|
||
#. module: account_statement_base | ||
#: model:ir.model,name:account_statement_base.model_account_journal | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Journal" | ||
msgstr "Dario" | ||
|
||
#. module: account_statement_base | ||
#. odoo-python | ||
#: code:addons/account_statement_base/models/account_bank_statement.py:0 | ||
msgid "Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Label, Ref or Notes" | ||
msgstr "Etiqueta, referencia o notas" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Not Reconciled" | ||
msgstr "No reconciliado" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree | ||
msgid "Notes" | ||
msgstr "Notas" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree | ||
msgid "Open Journal Entry" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_tree | ||
msgid "Open Statement Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Partner" | ||
msgstr "Socio" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Reconciled" | ||
msgstr "Reconciliado" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree | ||
msgid "Revert reconciliation" | ||
msgstr "Revertir la reconciliación" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form | ||
msgid "Technical Information" | ||
msgstr "Información técnica" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "To check" | ||
msgstr "Para revisar" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search | ||
msgid "Transaction Type" | ||
msgstr "Tipo de transacción" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "Transactions" | ||
msgstr "" | ||
|
||
#. module: account_statement_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_base.view_bank_statement_form | ||
msgid "e.g. BNK/2021/0001" | ||
msgstr "" |
Oops, something went wrong.