diff --git a/bank_statement_foreign_currency/README.rst b/bank_statement_foreign_currency/README.rst new file mode 100644 index 00000000..65356356 --- /dev/null +++ b/bank_statement_foreign_currency/README.rst @@ -0,0 +1,48 @@ +.. 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 + +=============================== +Bank Statement Foreign Currency +=============================== + +This module makes visible the currency columns in the bank statements lines. + +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/98/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 smashing it by providing a detailed and welcomed feedback. + + +Credits +======= + +Contributors +------------ +* Miquel Raïch + + +Maintainer +---------- + +.. 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. diff --git a/bank_statement_foreign_currency/__init__.py b/bank_statement_foreign_currency/__init__.py new file mode 100755 index 00000000..40a96afc --- /dev/null +++ b/bank_statement_foreign_currency/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/bank_statement_foreign_currency/__manifest__.py b/bank_statement_foreign_currency/__manifest__.py new file mode 100644 index 00000000..cb8d4793 --- /dev/null +++ b/bank_statement_foreign_currency/__manifest__.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Eficent Business and IT Consulting Services S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Bank Statement Foreign Currency", + "summary": "Make visible the foreign currencies in the bank statements", + "version": "10.0.1.0.0", + "depends": ["account"], + "author": "Eficent, Odoo Community Association (OCA)", + "website": "http://www.github.com/OCA/account-reconcile", + "category": "Finance", + "data": ["views/account_view.xml", + ], + 'license': 'AGPL-3', + "auto_install": False, + 'installable': True, +} diff --git a/bank_statement_foreign_currency/static/description/icon.png b/bank_statement_foreign_currency/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/bank_statement_foreign_currency/static/description/icon.png differ diff --git a/bank_statement_foreign_currency/views/account_view.xml b/bank_statement_foreign_currency/views/account_view.xml new file mode 100644 index 00000000..10d8333e --- /dev/null +++ b/bank_statement_foreign_currency/views/account_view.xml @@ -0,0 +1,18 @@ + + + + account.bank.statement.form + account.bank.statement + + + + 0 + base.group_multi_currency + + + 0 + base.group_multi_currency + + + +