diff --git a/account_bank_statement_chatter/README.rst b/account_bank_statement_chatter/README.rst new file mode 100644 index 000000000..eb8482f77 --- /dev/null +++ b/account_bank_statement_chatter/README.rst @@ -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 `_. +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Trey + +Contributors +~~~~~~~~~~~~ + +* `Trey `__: + + * 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 `__: + +|maintainer-cubells| + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_bank_statement_chatter/__init__.py b/account_bank_statement_chatter/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/account_bank_statement_chatter/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/account_bank_statement_chatter/__manifest__.py b/account_bank_statement_chatter/__manifest__.py new file mode 100644 index 000000000..8e55f0f4c --- /dev/null +++ b/account_bank_statement_chatter/__manifest__.py @@ -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"], +} diff --git a/account_bank_statement_chatter/i18n/account_bank_statement_chatter.pot b/account_bank_statement_chatter/i18n/account_bank_statement_chatter.pot new file mode 100644 index 000000000..abf49756e --- /dev/null +++ b/account_bank_statement_chatter/i18n/account_bank_statement_chatter.pot @@ -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 "" + diff --git a/account_bank_statement_chatter/i18n/es.po b/account_bank_statement_chatter/i18n/es.po new file mode 100644 index 000000000..2dd175529 --- /dev/null +++ b/account_bank_statement_chatter/i18n/es.po @@ -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 \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" diff --git a/account_bank_statement_chatter/models/__init__.py b/account_bank_statement_chatter/models/__init__.py new file mode 100644 index 000000000..0882dd26a --- /dev/null +++ b/account_bank_statement_chatter/models/__init__.py @@ -0,0 +1 @@ +from . import account_bank_statement diff --git a/account_bank_statement_chatter/models/account_bank_statement.py b/account_bank_statement_chatter/models/account_bank_statement.py new file mode 100644 index 000000000..11e91b5ab --- /dev/null +++ b/account_bank_statement_chatter/models/account_bank_statement.py @@ -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" diff --git a/account_bank_statement_chatter/readme/CONTRIBUTORS.rst b/account_bank_statement_chatter/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..28f64b771 --- /dev/null +++ b/account_bank_statement_chatter/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Trey `__: + + * Vicent Cubells diff --git a/account_bank_statement_chatter/readme/DESCRIPTION.rst b/account_bank_statement_chatter/readme/DESCRIPTION.rst new file mode 100644 index 000000000..bd73e7499 --- /dev/null +++ b/account_bank_statement_chatter/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module adds the chatter on the bank statements for managing attachments +and communications in this document. diff --git a/account_bank_statement_chatter/readme/USAGE.rst b/account_bank_statement_chatter/readme/USAGE.rst new file mode 100644 index 000000000..86bb6ff3f --- /dev/null +++ b/account_bank_statement_chatter/readme/USAGE.rst @@ -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. diff --git a/account_bank_statement_chatter/static/description/icon.png b/account_bank_statement_chatter/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_bank_statement_chatter/static/description/icon.png differ diff --git a/account_bank_statement_chatter/static/description/index.html b/account_bank_statement_chatter/static/description/index.html new file mode 100644 index 000000000..2ff3fcc25 --- /dev/null +++ b/account_bank_statement_chatter/static/description/index.html @@ -0,0 +1,439 @@ + + + + + +Chatter on bank statements + + + +
+

Chatter on bank statements

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

+

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

+

Table of contents

+ +
+

Usage

+
    +
  1. Go to Invocing > Configuration > Accounting > Journals.
  2. +
  3. Select one bank or cash journal and click on Action > Bank statements.
  4. +
  5. Select then one bank statement.
  6. +
  7. You will see there the chatter.
  8. +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Trey
  • +
+
+
+

Contributors

+
    +
  • Trey:
      +
    • Vicent Cubells
    • +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

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.

+

Current maintainer:

+

cubells

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/account_bank_statement_chatter/views/account_bank_statement_views.xml b/account_bank_statement_chatter/views/account_bank_statement_views.xml new file mode 100644 index 000000000..02c7701c9 --- /dev/null +++ b/account_bank_statement_chatter/views/account_bank_statement_views.xml @@ -0,0 +1,21 @@ + + + + + account.bank.statement + + + +
+ + + +
+
+
+
+ +
diff --git a/setup/account_bank_statement_chatter/odoo/addons/account_bank_statement_chatter b/setup/account_bank_statement_chatter/odoo/addons/account_bank_statement_chatter new file mode 120000 index 000000000..4acb9acdf --- /dev/null +++ b/setup/account_bank_statement_chatter/odoo/addons/account_bank_statement_chatter @@ -0,0 +1 @@ +../../../../account_bank_statement_chatter \ No newline at end of file diff --git a/setup/account_bank_statement_chatter/setup.py b/setup/account_bank_statement_chatter/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_bank_statement_chatter/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)