From 00ab0fc99cce11c124c66514f401fdac33141a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20R=C3=ADos=20Moll=C3=A1?= <37694492+davidStudio73@users.noreply.github.com> Date: Mon, 11 Feb 2019 17:38:48 +0100 Subject: [PATCH] [MIG] account_balance_line: Migration to 12.0 --- account_balance_line/README.rst | 71 ++- account_balance_line/__manifest__.py | 4 +- account_balance_line/readme/CONTRIBUTORS.rst | 4 + account_balance_line/readme/DESCRIPTION.rst | 1 + account_balance_line/readme/USAGE.rst | 4 + .../static/description/index.html | 434 ++++++++++++++++++ .../views/account_move_line_view.xml | 2 +- 7 files changed, 498 insertions(+), 22 deletions(-) create mode 100644 account_balance_line/readme/CONTRIBUTORS.rst create mode 100644 account_balance_line/readme/DESCRIPTION.rst create mode 100644 account_balance_line/readme/USAGE.rst create mode 100644 account_balance_line/static/description/index.html diff --git a/account_balance_line/README.rst b/account_balance_line/README.rst index ede293611..9a3d5840a 100644 --- a/account_balance_line/README.rst +++ b/account_balance_line/README.rst @@ -1,13 +1,36 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 +======================== +Balance on journal items +======================== -==================== -Account Balance Line -==================== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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_balance_line + :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_balance_line + :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 a balance total for lines in move line view. +**Table of contents** + +.. contents:: + :local: Usage ===== @@ -19,38 +42,48 @@ Usage .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/10.0 + :target: https://runbot.odoo-community.org/runbot/92/12.0 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. +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 +~~~~~~~ + +* Camptocamp +* Tecnativa + Contributors ------------- +~~~~~~~~~~~~ * Vincent revaville * Yannick Vaucher * Vicent Cubells * Sergio Teruel -Maintainer ----------- - -.. image:: http://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: http://odoo-community.org +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. -To contribute to this module, please visit http://odoo-community.org. +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_balance_line/__manifest__.py b/account_balance_line/__manifest__.py index 85f78c645..99529de7d 100644 --- a/account_balance_line/__manifest__.py +++ b/account_balance_line/__manifest__.py @@ -4,9 +4,9 @@ { 'name': 'Balance on journal items', 'summary': 'Display balance totals in move line view', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Accounting', - 'website': 'http://www.tecnativa.com,', + 'website': 'https://github.com/OCA/account-financial-tools', 'author': "Camptocamp," "Tecnativa," "Odoo Community Association (OCA)", diff --git a/account_balance_line/readme/CONTRIBUTORS.rst b/account_balance_line/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..2b8471267 --- /dev/null +++ b/account_balance_line/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Vincent revaville +* Yannick Vaucher +* Vicent Cubells +* Sergio Teruel diff --git a/account_balance_line/readme/DESCRIPTION.rst b/account_balance_line/readme/DESCRIPTION.rst new file mode 100644 index 000000000..5a028ec77 --- /dev/null +++ b/account_balance_line/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds a balance total for lines in move line view. diff --git a/account_balance_line/readme/USAGE.rst b/account_balance_line/readme/USAGE.rst new file mode 100644 index 000000000..db590564e --- /dev/null +++ b/account_balance_line/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 a column named "Balance" with the balance of the line. diff --git a/account_balance_line/static/description/index.html b/account_balance_line/static/description/index.html new file mode 100644 index 000000000..8b0154b8e --- /dev/null +++ b/account_balance_line/static/description/index.html @@ -0,0 +1,434 @@ + + + + + + +Balance on journal items + + + +
+

Balance on journal items

+ + +

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

+

This module adds a balance total for lines in move line view.

+

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 a column named “Balance” with the balance of the line.
  6. +
+Try me on Runbot +
+
+

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

+
    +
  • Camptocamp
  • +
  • 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_balance_line/views/account_move_line_view.xml b/account_balance_line/views/account_move_line_view.xml index 9c52f8847..df5b56778 100644 --- a/account_balance_line/views/account_move_line_view.xml +++ b/account_balance_line/views/account_move_line_view.xml @@ -6,7 +6,7 @@ - +