diff --git a/account_move_chatter/README.rst b/account_move_chatter/README.rst new file mode 100644 index 000000000..1e2786726 --- /dev/null +++ b/account_move_chatter/README.rst @@ -0,0 +1,99 @@ +========================== +Chatter on journal entries +========================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/12.0/account_move_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-12-0/account-financial-tools-12-0-account_move_chatter + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/92/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds the chatter on the journal entries for managing attachments +and communications in this document. + +This has been added on version 13, so this module won't be needed there. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +For seeing journal entries, you need to have the permission "Show Full +Accounting Features" in your user (being in developer mode). + +Usage +===== + +#. Go to *Invocing > Accounting > Accounting Entries > Journal Entries*. +#. Select one journal entry. +#. 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 smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `__: + + * Pedro M. Baeza + +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-pedrobaeza| image:: https://github.com/pedrobaeza.png?size=40px + :target: https://github.com/pedrobaeza + :alt: pedrobaeza + +Current `maintainer `__: + +|maintainer-pedrobaeza| + +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_move_chatter/__init__.py b/account_move_chatter/__init__.py new file mode 100644 index 000000000..69f7babdf --- /dev/null +++ b/account_move_chatter/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models diff --git a/account_move_chatter/__manifest__.py b/account_move_chatter/__manifest__.py new file mode 100644 index 000000000..1baf3e775 --- /dev/null +++ b/account_move_chatter/__manifest__.py @@ -0,0 +1,21 @@ +# Copyright 2020 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Chatter on journal entries', + 'version': '12.0.1.0.0', + 'category': 'Invoices & Payments', + 'license': 'AGPL-3', + 'author': 'Tecnativa, ' + 'Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/account-invoicing', + 'depends': [ + 'account', + ], + 'data': [ + 'views/account_move_views.xml', + ], + 'installable': True, + 'development_status': 'Beta', + 'maintainers': ['pedrobaeza'], +} diff --git a/account_move_chatter/i18n/account_move_chatter.pot b/account_move_chatter/i18n/account_move_chatter.pot new file mode 100644 index 000000000..9ed90a2d7 --- /dev/null +++ b/account_move_chatter/i18n/account_move_chatter.pot @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_chatter +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-03-06 16:32+0000\n" +"PO-Revision-Date: 2020-03-06 16:32+0000\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_move_chatter +#: model:ir.model,name:account_move_chatter.model_account_move +msgid "Journal Entries" +msgstr "" + + diff --git a/account_move_chatter/i18n/es.po b/account_move_chatter/i18n/es.po new file mode 100644 index 000000000..3a5dcd9c7 --- /dev/null +++ b/account_move_chatter/i18n/es.po @@ -0,0 +1,23 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_chatter +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-03-06 16:32+0000\n" +"PO-Revision-Date: 2020-03-06 17:34+0100\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"Language: es\n" +"X-Generator: Poedit 2.0.6\n" + +#. module: account_move_chatter +#: model:ir.model,name:account_move_chatter.model_account_move +msgid "Journal Entries" +msgstr "Asientos contables" diff --git a/account_move_chatter/models/__init__.py b/account_move_chatter/models/__init__.py new file mode 100644 index 000000000..06d06dffb --- /dev/null +++ b/account_move_chatter/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import account_move diff --git a/account_move_chatter/models/account_move.py b/account_move_chatter/models/account_move.py new file mode 100644 index 000000000..0423edb84 --- /dev/null +++ b/account_move_chatter/models/account_move.py @@ -0,0 +1,9 @@ +# Copyright 2020 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models + + +class AccountMove(models.Model): + _inherit = ["account.move", "mail.thread", "mail.activity.mixin"] + _name = "account.move" diff --git a/account_move_chatter/readme/CONFIGURE.rst b/account_move_chatter/readme/CONFIGURE.rst new file mode 100644 index 000000000..ccf7cc92b --- /dev/null +++ b/account_move_chatter/readme/CONFIGURE.rst @@ -0,0 +1,2 @@ +For seeing journal entries, you need to have the permission "Show Full +Accounting Features" in your user (being in developer mode). diff --git a/account_move_chatter/readme/CONTRIBUTORS.rst b/account_move_chatter/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..2b13251be --- /dev/null +++ b/account_move_chatter/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Tecnativa `__: + + * Pedro M. Baeza diff --git a/account_move_chatter/readme/DESCRIPTION.rst b/account_move_chatter/readme/DESCRIPTION.rst new file mode 100644 index 000000000..edcb33230 --- /dev/null +++ b/account_move_chatter/readme/DESCRIPTION.rst @@ -0,0 +1,4 @@ +This module adds the chatter on the journal entries for managing attachments +and communications in this document. + +This has been added on version 13, so this module won't be needed there. diff --git a/account_move_chatter/readme/USAGE.rst b/account_move_chatter/readme/USAGE.rst new file mode 100644 index 000000000..2c617dbd1 --- /dev/null +++ b/account_move_chatter/readme/USAGE.rst @@ -0,0 +1,3 @@ +#. Go to *Invocing > Accounting > Accounting Entries > Journal Entries*. +#. Select one journal entry. +#. You will see there the chatter. diff --git a/account_move_chatter/static/description/icon.png b/account_move_chatter/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_move_chatter/static/description/icon.png differ diff --git a/account_move_chatter/static/description/index.html b/account_move_chatter/static/description/index.html new file mode 100644 index 000000000..373881f7d --- /dev/null +++ b/account_move_chatter/static/description/index.html @@ -0,0 +1,441 @@ + + + + + + +Chatter on journal entries + + + +
+

Chatter on journal entries

+ + +

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

+

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

+

This has been added on version 13, so this module won’t be needed there.

+

Table of contents

+ +
+

Configuration

+

For seeing journal entries, you need to have the permission “Show Full +Accounting Features” in your user (being in developer mode).

+
+
+

Usage

+
    +
  1. Go to Invocing > Accounting > Accounting Entries > Journal Entries.
  2. +
  3. Select one journal entry.
  4. +
  5. You will see there the chatter.
  6. +
+
+
+

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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

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:

+

pedrobaeza

+

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_move_chatter/views/account_move_views.xml b/account_move_chatter/views/account_move_views.xml new file mode 100644 index 000000000..426e93af7 --- /dev/null +++ b/account_move_chatter/views/account_move_views.xml @@ -0,0 +1,20 @@ + + + + + + account.move + + + +
+ + + +
+
+
+
+ +