Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
bb29780
[ADD] module account_statement_base
alexis-via Jan 18, 2023
fdbfa75
[UPD] Update account_statement_base.pot
Feb 17, 2023
fe10290
[UPD] README.rst
OCA-git-bot Feb 17, 2023
8287615
[ADD] icon.png
OCA-git-bot Feb 17, 2023
68eed89
account_statement_base: change licence to LGPL
alexis-via Mar 6, 2023
4f05534
[UPD] README.rst
OCA-git-bot Mar 6, 2023
81d60e6
account_statement_base 16.0.1.1.0
OCA-git-bot Mar 6, 2023
849c321
account_statement_base: add development_status in manifest
alexis-via Mar 6, 2023
6494a9c
[UPD] README.rst
OCA-git-bot Mar 6, 2023
b238b78
account_statement_base 16.0.1.2.0
OCA-git-bot Mar 6, 2023
2c4cb1b
[IMP] account_reconcile_oca: Finish creation of module
etobella Mar 3, 2023
fddc3f9
[UPD] Update account_statement_base.pot
Mar 31, 2023
70bae87
[IMP] account_statement_base: add form to statement view_mode
NL66278 Apr 5, 2023
4bd38b3
account_statement_base 16.0.1.3.0
OCA-git-bot May 27, 2023
a59bf25
Added translation using Weblate (Portuguese (Brazil))
adrianojprado Jun 22, 2023
34855a7
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jun 22, 2023
0613d76
Added translation using Weblate (Spanish)
Ivorra78 Jul 29, 2023
0eab62c
Translated using Weblate (Spanish)
Ivorra78 Jul 29, 2023
5bfd130
Added translation using Weblate (French)
remi-filament Aug 16, 2023
99212ff
Translated using Weblate (French)
remi-filament Aug 16, 2023
f9e4e8f
[UPD] README.rst
OCA-git-bot Sep 3, 2023
0c7a607
[IMP] account_statement_base: pre-commit auto fixes
rov-adhoc Dec 15, 2023
b28dc0e
[MIG] account_statement_base: Migration to 17.0
rov-adhoc Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions account_statement_base/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
===================
Bank Statement Base
===================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9d56896373955a98283ed39c9c119716851406b4960187cfcd0fe9433aedbb81
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/17.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-17-0/account-reconcile-17-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=17.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:%2017.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
------------

- Alexis de Lattre <alexis.delattre@akretion.com>

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/17.0/account_statement_base>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
21 changes: 21 additions & 0 deletions account_statement_base/__manifest__.py
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 <alexis.delattre@akretion.com>
# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).

{
"name": "Bank Statement Base",
"version": "17.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.xml",
"views/account_bank_statement_line.xml",
],
"installable": True,
}
75 changes: 75 additions & 0 deletions account_statement_base/i18n/account_statement_base.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.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: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_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Journal"
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_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 ""
78 changes: 78 additions & 0 deletions account_statement_base/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-29 12:10+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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: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_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Journal"
msgstr "Dario"

#. 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_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"
78 changes: 78 additions & 0 deletions account_statement_base/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-08-16 17:10+0000\n"
"Last-Translator: Rémi <remi@le-filament.com>\n"
"Language-Team: none\n"
"Language: fr\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:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action
msgid "Bank Statement Lines"
msgstr "Lignes de relevé bancaire"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Date"
msgstr "Date"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Journal"
msgstr "Journal"

#. 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 "Libellé, Réf ou Notes"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Not Reconciled"
msgstr "Non lettré"

#. 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 "Notes"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Partner"
msgstr "Partenaire"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Reconciled"
msgstr "Lettré"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree
msgid "Revert reconciliation"
msgstr "Dé-lettrer"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form
msgid "Technical Information"
msgstr "Informations techniques"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "To check"
msgstr "À vérifier"

#. module: account_statement_base
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
msgid "Transaction Type"
msgstr "Type de transaction"
Loading