From a22ec2a2b647809c4cb9861c258f20ea0dd480e3 Mon Sep 17 00:00:00 2001 From: Sergej Lozikov Date: Fri, 3 Aug 2018 00:04:54 +0300 Subject: [PATCH] [MIG] account_bank_statement_import_move_line: Migration to 11.0 --- .../README.rst | 69 ++- .../__init__.py | 1 - .../__manifest__.py | 4 +- ...ccount_bank_statement_import_move_line.pot | 4 +- .../i18n/de.po | 2 +- .../i18n/es.po | 2 +- .../i18n/fr.po | 2 +- .../i18n/hr.po | 2 +- .../i18n/nl.po | 2 +- .../i18n/pt_BR.po | 2 +- .../i18n/pt_PT.po | 2 +- .../i18n/sl.po | 2 +- .../models/__init__.py | 1 - .../models/account_move_line.py | 1 - .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 3 + .../readme/USAGE.rst | 8 + .../static/description/index.html | 435 ++++++++++++++++++ .../tests/__init__.py | 1 - ...account_bank_statement_import_move_line.py | 1 - .../wizards/__init__.py | 1 - .../wizards/account_statement_line_create.py | 1 - 22 files changed, 505 insertions(+), 42 deletions(-) create mode 100644 account_bank_statement_import_move_line/readme/CONTRIBUTORS.rst create mode 100644 account_bank_statement_import_move_line/readme/DESCRIPTION.rst create mode 100644 account_bank_statement_import_move_line/readme/USAGE.rst create mode 100644 account_bank_statement_import_move_line/static/description/index.html diff --git a/account_bank_statement_import_move_line/README.rst b/account_bank_statement_import_move_line/README.rst index e06fa81..efcbf37 100644 --- a/account_bank_statement_import_move_line/README.rst +++ b/account_bank_statement_import_move_line/README.rst @@ -1,15 +1,39 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg +================================ +Bank statement import move lines +================================ + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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 - -======================================= -Account Bank Statement Import Move Line -======================================= +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github + :target: https://github.com/OCA/bank-statement-import/tree/11.0/account_bank_statement_import_move_line + :alt: OCA/bank-statement-import +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/bank-statement-import-11-0/bank-statement-import-11-0-account_bank_statement_import_move_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/174/11.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds a button to bank statement form view to open a wizard to allow filtering, selecting and importing lines form journal items into the bank statement. +**Table of contents** + +.. contents:: + :local: + Usage ===== @@ -22,43 +46,42 @@ Usage lines filtered by the criteria. #. Click on button "Create Statement Lines". - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/174/10.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 smash it by providing 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 ======= -Images ------- +Authors +~~~~~~~ -* Odoo Community Association: `Icon `_. +* Tecnativa Contributors ------------- +~~~~~~~~~~~~ * Luis M. Ontalba luis.martinez@tecnativa.com> -Maintainer ----------- +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - 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 https://odoo-community.org. +This module is part of the `OCA/bank-statement-import `_ 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_import_move_line/__init__.py b/account_bank_statement_import_move_line/__init__.py index 0d5f7d9..9dd4211 100644 --- a/account_bank_statement_import_move_line/__init__.py +++ b/account_bank_statement_import_move_line/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import models diff --git a/account_bank_statement_import_move_line/__manifest__.py b/account_bank_statement_import_move_line/__manifest__.py index dc11550..2766111 100644 --- a/account_bank_statement_import_move_line/__manifest__.py +++ b/account_bank_statement_import_move_line/__manifest__.py @@ -1,11 +1,11 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Tecnativa - Luis M. Ontalba # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': 'Bank statement import move lines', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'category': 'Accounting', + 'summary': 'Import journal items into bank statement', 'author': 'Tecnativa, ' 'Odoo Community Association (OCA)', 'website': 'https://www.tecnativa.com', diff --git a/account_bank_statement_import_move_line/i18n/account_bank_statement_import_move_line.pot b/account_bank_statement_import_move_line/i18n/account_bank_statement_import_move_line.pot index 777dcf2..1d04ab6 100644 --- a/account_bank_statement_import_move_line/i18n/account_bank_statement_import_move_line.pot +++ b/account_bank_statement_import_move_line/i18n/account_bank_statement_import_move_line.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -146,7 +146,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/i18n/de.po b/account_bank_statement_import_move_line/i18n/de.po index 05af016..a6da0e2 100644 --- a/account_bank_statement_import_move_line/i18n/de.po +++ b/account_bank_statement_import_move_line/i18n/de.po @@ -154,7 +154,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/i18n/es.po b/account_bank_statement_import_move_line/i18n/es.po index ecafa92..da3c52d 100644 --- a/account_bank_statement_import_move_line/i18n/es.po +++ b/account_bank_statement_import_move_line/i18n/es.po @@ -156,7 +156,7 @@ msgid "Partner Related" msgstr "Empresa relacionada" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "Seleccionar apuntes para crear extracto" diff --git a/account_bank_statement_import_move_line/i18n/fr.po b/account_bank_statement_import_move_line/i18n/fr.po index fef0540..30bf957 100644 --- a/account_bank_statement_import_move_line/i18n/fr.po +++ b/account_bank_statement_import_move_line/i18n/fr.po @@ -159,7 +159,7 @@ msgid "Partner Related" msgstr "Partenaire lié" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "Sélectionner les lignes de mouvement pour créer le relevé" diff --git a/account_bank_statement_import_move_line/i18n/hr.po b/account_bank_statement_import_move_line/i18n/hr.po index eb900d7..1a54083 100644 --- a/account_bank_statement_import_move_line/i18n/hr.po +++ b/account_bank_statement_import_move_line/i18n/hr.po @@ -155,7 +155,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/i18n/nl.po b/account_bank_statement_import_move_line/i18n/nl.po index c5f1d1f..99f9b61 100644 --- a/account_bank_statement_import_move_line/i18n/nl.po +++ b/account_bank_statement_import_move_line/i18n/nl.po @@ -154,7 +154,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/i18n/pt_BR.po b/account_bank_statement_import_move_line/i18n/pt_BR.po index 29bbbaa..7f6c5ba 100644 --- a/account_bank_statement_import_move_line/i18n/pt_BR.po +++ b/account_bank_statement_import_move_line/i18n/pt_BR.po @@ -155,7 +155,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/i18n/pt_PT.po b/account_bank_statement_import_move_line/i18n/pt_PT.po index b2d1b5d..18132a7 100644 --- a/account_bank_statement_import_move_line/i18n/pt_PT.po +++ b/account_bank_statement_import_move_line/i18n/pt_PT.po @@ -155,7 +155,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/i18n/sl.po b/account_bank_statement_import_move_line/i18n/sl.po index 83e1d52..029b971 100644 --- a/account_bank_statement_import_move_line/i18n/sl.po +++ b/account_bank_statement_import_move_line/i18n/sl.po @@ -155,7 +155,7 @@ msgid "Partner Related" msgstr "" #. module: account_bank_statement_import_move_line -#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:96 +#: code:addons/account_bank_statement_import_move_line/wizards/account_statement_line_create.py:95 #, python-format msgid "Select Move Lines to Create Statement" msgstr "" diff --git a/account_bank_statement_import_move_line/models/__init__.py b/account_bank_statement_import_move_line/models/__init__.py index 88bf68e..7343570 100644 --- a/account_bank_statement_import_move_line/models/__init__.py +++ b/account_bank_statement_import_move_line/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import account_move_line diff --git a/account_bank_statement_import_move_line/models/account_move_line.py b/account_bank_statement_import_move_line/models/account_move_line.py index dc305b4..5b467b9 100644 --- a/account_bank_statement_import_move_line/models/account_move_line.py +++ b/account_bank_statement_import_move_line/models/account_move_line.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Tecnativa - Luis M. Ontalba # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html diff --git a/account_bank_statement_import_move_line/readme/CONTRIBUTORS.rst b/account_bank_statement_import_move_line/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..4556d8d --- /dev/null +++ b/account_bank_statement_import_move_line/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Luis M. Ontalba luis.martinez@tecnativa.com> diff --git a/account_bank_statement_import_move_line/readme/DESCRIPTION.rst b/account_bank_statement_import_move_line/readme/DESCRIPTION.rst new file mode 100644 index 0000000..db08a01 --- /dev/null +++ b/account_bank_statement_import_move_line/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +This module adds a button to bank statement form view to open a wizard to allow +filtering, selecting and importing lines form journal items into the bank +statement. diff --git a/account_bank_statement_import_move_line/readme/USAGE.rst b/account_bank_statement_import_move_line/readme/USAGE.rst new file mode 100644 index 0000000..2be8564 --- /dev/null +++ b/account_bank_statement_import_move_line/readme/USAGE.rst @@ -0,0 +1,8 @@ +#. Go to Invoicing > Dashboard. +#. Create a new bank statement from a bank journal. +#. Click button "Import Journal Items". +#. Select filtering options. +#. Click on button "Add All Move Lines" to auto-select the move lines matching + the selected criteria or click on Add an item to manually select the move + lines filtered by the criteria. +#. Click on button "Create Statement Lines". diff --git a/account_bank_statement_import_move_line/static/description/index.html b/account_bank_statement_import_move_line/static/description/index.html new file mode 100644 index 0000000..b165e19 --- /dev/null +++ b/account_bank_statement_import_move_line/static/description/index.html @@ -0,0 +1,435 @@ + + + + + + +Bank statement import move lines + + + +
+

Bank statement import move lines

+ + +

Beta License: AGPL-3 OCA/bank-statement-import Translate me on Weblate Try me on Runbot

+

This module adds a button to bank statement form view to open a wizard to allow +filtering, selecting and importing lines form journal items into the bank +statement.

+

Table of contents

+ +
+

Usage

+
    +
  1. Go to Invoicing > Dashboard.
  2. +
  3. Create a new bank statement from a bank journal.
  4. +
  5. Click button “Import Journal Items”.
  6. +
  7. Select filtering options.
  8. +
  9. Click on button “Add All Move Lines” to auto-select the move lines matching +the selected criteria or click on Add an item to manually select the move +lines filtered by the criteria.
  10. +
  11. Click on button “Create Statement Lines”.
  12. +
+
+
+

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/bank-statement-import 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_import_move_line/tests/__init__.py b/account_bank_statement_import_move_line/tests/__init__.py index afc078a1..f7ea1a8 100644 --- a/account_bank_statement_import_move_line/tests/__init__.py +++ b/account_bank_statement_import_move_line/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 from . import test_account_bank_statement_import_move_line diff --git a/account_bank_statement_import_move_line/tests/test_account_bank_statement_import_move_line.py b/account_bank_statement_import_move_line/tests/test_account_bank_statement_import_move_line.py index 549728a..0c3f403 100644 --- a/account_bank_statement_import_move_line/tests/test_account_bank_statement_import_move_line.py +++ b/account_bank_statement_import_move_line/tests/test_account_bank_statement_import_move_line.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Tecnativa - Luis M. Ontalba # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0 diff --git a/account_bank_statement_import_move_line/wizards/__init__.py b/account_bank_statement_import_move_line/wizards/__init__.py index d11bc37..062fed5 100644 --- a/account_bank_statement_import_move_line/wizards/__init__.py +++ b/account_bank_statement_import_move_line/wizards/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html from . import account_statement_line_create diff --git a/account_bank_statement_import_move_line/wizards/account_statement_line_create.py b/account_bank_statement_import_move_line/wizards/account_statement_line_create.py index 433e87e..ad75d5d 100644 --- a/account_bank_statement_import_move_line/wizards/account_statement_line_create.py +++ b/account_bank_statement_import_move_line/wizards/account_statement_line_create.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Tecnativa - Luis M. Ontalba # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html