diff --git a/account_import_line_multicurrency_extension/__init__.py b/account_import_line_multicurrency_extension/__init__.py
new file mode 100644
index 000000000..6dcc7ddba
--- /dev/null
+++ b/account_import_line_multicurrency_extension/__init__.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+# Author: Vincent Renaville (Camptocamp)
+# Copyright 2015 Camptocamp SA
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+##############################################################################
diff --git a/account_import_line_multicurrency_extension/__openerp__.py b/account_import_line_multicurrency_extension/__openerp__.py
new file mode 100644
index 000000000..6eec6852a
--- /dev/null
+++ b/account_import_line_multicurrency_extension/__openerp__.py
@@ -0,0 +1,51 @@
+# -*- coding: utf-8 -*-
+##############################################################################
+#
+# Author: Vincent Renaville (Camptocamp)
+# Copyright 2015 Camptocamp SA
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+##############################################################################
+{'name': 'Payment Order Extension',
+ 'summary': 'Add an improved view for payment order',
+ 'version': '1.1',
+ 'author': "Camptocamp,Odoo Community Association (OCA)",
+ 'maintainter': 'Camptocamp',
+ 'category': 'Accounting',
+ 'depends': ['account_payment'],
+ 'description': """
+Payment Order
+==================
+
+Add improved move line selection for multi-currency
+
+Contributors
+------------
+
+* Vincent revaville
+""",
+ 'website': 'http://www.camptocamp.com',
+ 'data': ['payment_view.xml',
+ 'account_statement_from_invoice_view.xml',
+ ],
+ 'tests': [],
+ 'installable': True,
+ 'auto_install': False,
+ 'license': 'AGPL-3',
+ 'conflicts': [
+ 'account_banking_payment_export',
+ ],
+ 'application': False,
+ }
diff --git a/account_import_line_multicurrency_extension/account_statement_from_invoice_view.xml b/account_import_line_multicurrency_extension/account_statement_from_invoice_view.xml
new file mode 100644
index 000000000..1382d8776
--- /dev/null
+++ b/account_import_line_multicurrency_extension/account_statement_from_invoice_view.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+ account.move.line.tree.bank.statement
+ account.move.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ account.statement.from.invoice.lines.form.over
+ account.statement.from.invoice.lines
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/account_import_line_multicurrency_extension/payment_view.xml b/account_import_line_multicurrency_extension/payment_view.xml
new file mode 100644
index 000000000..e149a34a0
--- /dev/null
+++ b/account_import_line_multicurrency_extension/payment_view.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+ account.move.line.tree.payment
+ account.move.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ payment.order.create.form.over
+ payment.order.create
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+