diff --git a/account_move_line_residual/README.rst b/account_move_line_residual/README.rst new file mode 100644 index 000000000..34e7948a9 --- /dev/null +++ b/account_move_line_residual/README.rst @@ -0,0 +1,83 @@ +================================ +Residual amount on journal items +================================ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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/13.0/account_move_line_residual + :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-13-0/account-financial-tools-13-0-account_move_line_residual + :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/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds amount residual fields for lines in move line views. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +#. If you're an accounting adviser, enable developer mode and go to + Accounting > Adviser > Journal items. +#. Or open an account or a partner, and click on Action > Journal items. +#. You will see new columns with the unreconciled amount. + +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 `_: + + * Carlos Dauden + +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. + +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_line_residual/__init__.py b/account_move_line_residual/__init__.py new file mode 100644 index 000000000..ef5ae3587 --- /dev/null +++ b/account_move_line_residual/__init__.py @@ -0,0 +1 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). diff --git a/account_move_line_residual/__manifest__.py b/account_move_line_residual/__manifest__.py new file mode 100644 index 000000000..7a13e4e94 --- /dev/null +++ b/account_move_line_residual/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2021 Tecnativa - Carlos Dauden +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Residual amount on journal items", + "summary": "Display residual amount in move line view", + "version": "13.0.1.0.0", + "category": "Accounting", + "website": "https://github.com/OCA/account-financial-tools", + "author": "Tecnativa," "Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": ["account"], + "data": ["views/account_move_line_view.xml"], +} diff --git a/account_move_line_residual/i18n/account_move_line_residual.pot b/account_move_line_residual/i18n/account_move_line_residual.pot new file mode 100644 index 000000000..546d7f7d5 --- /dev/null +++ b/account_move_line_residual/i18n/account_move_line_residual.pot @@ -0,0 +1,57 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_line_residual +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 19:42+0000\n" +"PO-Revision-Date: 2021-02-01 19:42+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_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Full reconciled" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Not Full Reconciled" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Partial reconciled" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Reconciled" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree_grouped +msgid "Residual Amount in Currency" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree_grouped +msgid "Total Residual Amount" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree +msgid "Total Residual Amount in Currency" +msgstr "" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Unreconciled" +msgstr "" diff --git a/account_move_line_residual/i18n/es.po b/account_move_line_residual/i18n/es.po new file mode 100644 index 000000000..8fed03807 --- /dev/null +++ b/account_move_line_residual/i18n/es.po @@ -0,0 +1,56 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 19:42+0000\n" +"PO-Revision-Date: 2021-02-01 20:46+0100\n" +"Last-Translator: Carlos Dauden \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" +"X-Generator: Poedit 2.3\n" +"X-Poedit-Basepath: .\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Full reconciled" +msgstr "Conciliado completamente" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Not Full Reconciled" +msgstr "No conciliado completamente" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Partial reconciled" +msgstr "Conciliado parcialmente" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Reconciled" +msgstr "Conciliado" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree_grouped +msgid "Residual Amount in Currency" +msgstr "Importe residual en divisa" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree_grouped +msgid "Total Residual Amount" +msgstr "Total importe residual" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_move_line_tree +msgid "Total Residual Amount in Currency" +msgstr "Total importe residual en divisa" + +#. module: account_move_line_residual +#: model_terms:ir.ui.view,arch_db:account_move_line_residual.view_account_move_line_filter +msgid "Unreconciled" +msgstr "No conciliado" diff --git a/account_move_line_residual/readme/CONTRIBUTORS.rst b/account_move_line_residual/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..60541cc3a --- /dev/null +++ b/account_move_line_residual/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Tecnativa `_: + + * Carlos Dauden diff --git a/account_move_line_residual/readme/DESCRIPTION.rst b/account_move_line_residual/readme/DESCRIPTION.rst new file mode 100644 index 000000000..1587fcdfc --- /dev/null +++ b/account_move_line_residual/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds amount residual fields for lines in move line views. diff --git a/account_move_line_residual/readme/USAGE.rst b/account_move_line_residual/readme/USAGE.rst new file mode 100644 index 000000000..d11edf663 --- /dev/null +++ b/account_move_line_residual/readme/USAGE.rst @@ -0,0 +1,4 @@ +#. If you're an accounting adviser, enable developer mode and go to + Accounting > Adviser > Journal items. +#. Or open an account or a partner, and click on Action > Journal items. +#. You will see new columns with the unreconciled amount. diff --git a/account_move_line_residual/static/description/icon.png b/account_move_line_residual/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_move_line_residual/static/description/icon.png differ diff --git a/account_move_line_residual/static/description/index.html b/account_move_line_residual/static/description/index.html new file mode 100644 index 000000000..d3c6bb114 --- /dev/null +++ b/account_move_line_residual/static/description/index.html @@ -0,0 +1,435 @@ + + + + + + +Residual amount on journal items + + + +
+

Residual amount on journal items

+ + +

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

+

This module adds amount residual fields for lines in move line views.

+

Table of contents

+ +
+

Usage

+
    +
  1. If you’re an accounting adviser, enable developer mode and go to +Accounting > Adviser > Journal items.
  2. +
  3. Or open an account or a partner, and click on Action > Journal items.
  4. +
  5. You will see new columns with the unreconciled amount.
  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.

+

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_line_residual/views/account_move_line_view.xml b/account_move_line_residual/views/account_move_line_view.xml new file mode 100644 index 000000000..109c23c0a --- /dev/null +++ b/account_move_line_residual/views/account_move_line_view.xml @@ -0,0 +1,77 @@ + + + + account.move.line + + + + + + + + + + account.move.line + + + + + + + + + + + account.move.line + + + + + + + + + + + + + + diff --git a/setup/account_move_line_residual/odoo/addons/account_move_line_residual b/setup/account_move_line_residual/odoo/addons/account_move_line_residual new file mode 120000 index 000000000..5508cf44e --- /dev/null +++ b/setup/account_move_line_residual/odoo/addons/account_move_line_residual @@ -0,0 +1 @@ +../../../../account_move_line_residual \ No newline at end of file diff --git a/setup/account_move_line_residual/setup.py b/setup/account_move_line_residual/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_move_line_residual/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)