Skip to content

Commit

Permalink
Merge PR #1869 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 7, 2024
2 parents 41e74e0 + 8f044c0 commit 6176bf9
Show file tree
Hide file tree
Showing 15 changed files with 645 additions and 0 deletions.
95 changes: 95 additions & 0 deletions account_bank_statement_chatter/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
==========================
Chatter on bank statements
==========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0eb25648e7137446de22e97e1d643fbf5d7baeca913cb1b6980b763b1872ae72
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
:target: https://github.com/OCA/account-financial-tools/tree/16.0/account_bank_statement_chatter
:alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_bank_statement_chatter
: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-financial-tools&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds the chatter on the bank statements for managing attachments
and communications in this document.

**Table of contents**

.. contents::
:local:

Usage
=====

#. Go to *Invocing > Configuration > Accounting > Journals*.
#. Select one bank or cash journal and click on *Action > Bank statements*.
#. Select then one bank statement.
#. You will see there the chatter.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/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-financial-tools/issues/new?body=module:%20account_bank_statement_chatter%0Aversion:%2016.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
~~~~~~~

* Trey

Contributors
~~~~~~~~~~~~

* `Trey <https://www.trey.es>`__:

* Vicent Cubells

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-cubells| image:: https://github.com/cubells.png?size=40px
:target: https://github.com/cubells
:alt: cubells

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-cubells|

This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/16.0/account_bank_statement_chatter>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_bank_statement_chatter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
20 changes: 20 additions & 0 deletions account_bank_statement_chatter/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2021 Trey, Kilobytes de Soluciones - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Chatter on bank statements",
"version": "16.0.1.0.0",
"category": "Invoices & Payments",
"license": "AGPL-3",
"author": "Trey, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"depends": [
"account_statement_base",
],
"data": [
"views/account_bank_statement_views.xml",
],
"installable": True,
"development_status": "Beta",
"maintainers": ["cubells"],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_chatter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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_bank_statement_chatter
#: model:ir.model,name:account_bank_statement_chatter.model_account_bank_statement
msgid "Bank Statement"
msgstr ""

23 changes: 23 additions & 0 deletions account_bank_statement_chatter/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_chatter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 15:11+0000\n"
"PO-Revision-Date: 2021-02-01 16:11+0100\n"
"Last-Translator: cubells <[email protected]>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 2.4.1\n"

#. module: account_bank_statement_chatter
#: model:ir.model,name:account_bank_statement_chatter.model_account_bank_statement
msgid "Bank Statement"
msgstr "Extracto"
1 change: 1 addition & 0 deletions account_bank_statement_chatter/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import account_bank_statement
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2021 Trey, Kilobytes de Soluciones - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import models


class AccountBankStatement(models.Model):
_inherit = ["account.bank.statement", "mail.thread", "mail.activity.mixin"]
_name = "account.bank.statement"
3 changes: 3 additions & 0 deletions account_bank_statement_chatter/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `Trey <https://www.trey.es>`__:

* Vicent Cubells
2 changes: 2 additions & 0 deletions account_bank_statement_chatter/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module adds the chatter on the bank statements for managing attachments
and communications in this document.
4 changes: 4 additions & 0 deletions account_bank_statement_chatter/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#. Go to *Invocing > Configuration > Accounting > Journals*.
#. Select one bank or cash journal and click on *Action > Bank statements*.
#. Select then one bank statement.
#. You will see there the chatter.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6176bf9

Please sign in to comment.