Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
96 changes: 96 additions & 0 deletions account_bank_statement_chatter/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
==========================
Chatter on bank statements
==========================

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

.. |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/17.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-17-0/account-financial-tools-17-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=17.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
=====

1. Go to *Invocing > Configuration > Accounting > Journals*.
2. Select one bank or cash journal and click on *Action > Bank
statements*.
3. Select then one bank statement.
4. 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:%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
-------

* 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/17.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": "17.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"],
}
178 changes: 178 additions & 0 deletions account_bank_statement_chatter/i18n/account_bank_statement_chatter.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_bank_statement_chatter
#
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_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_needaction
msgid "Action Needed"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_ids
msgid "Activities"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_state
msgid "Activity State"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_type_icon
msgid "Activity Type Icon"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_attachment_count
msgid "Attachment Count"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model,name:account_bank_statement_chatter.model_account_bank_statement
msgid "Bank Statement"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_follower_ids
msgid "Followers"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_partner_ids
msgid "Followers (Partners)"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__has_message
msgid "Has Message"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_exception_icon
msgid "Icon"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__message_needaction
msgid "If checked, new messages require your attention."
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__message_has_error
msgid "If checked, some messages have a delivery error."
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_is_follower
msgid "Is Follower"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_main_attachment_id
msgid "Main Attachment"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_has_error
msgid "Message Delivery error"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_ids
msgid "Messages"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_date_deadline
msgid "Next Activity Deadline"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_summary
msgid "Next Activity Summary"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_type_id
msgid "Next Activity Type"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_needaction_counter
msgid "Number of Actions"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__message_has_error_counter
msgid "Number of errors"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__message_needaction_counter
msgid "Number of messages requiring action"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__activity_user_id
msgid "Responsible User"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,field_description:account_bank_statement_chatter.field_account_bank_statement__website_message_ids
msgid "Website Messages"
msgstr ""

#. module: account_bank_statement_chatter
#: model:ir.model.fields,help:account_bank_statement_chatter.field_account_bank_statement__website_message_ids
msgid "Website communication history"
msgstr ""
Loading