diff --git a/addons/account_payment/__openerp__.py b/addons/account_payment/__openerp__.py index aa0829b689a..9bb04b9272d 100644 --- a/addons/account_payment/__openerp__.py +++ b/addons/account_payment/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # 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 . +# along with this program. If not, see . # ############################################################################## @@ -39,11 +39,12 @@ 'security/account_payment_security.xml', 'security/ir.model.access.csv', 'payment_wizard.xml', + 'wizard/account_payment_create_order_view.xml', 'payment_view.xml', 'payment_workflow.xml', 'payment_sequence.xml', 'account_invoice_view.xml', - 'payment_report.xml' + 'payment_report.xml', ], 'demo_xml': [], 'installable': True, diff --git a/addons/account_payment/payment_view.xml b/addons/account_payment/payment_view.xml index a0ab77a5934..f25655a317c 100644 --- a/addons/account_payment/payment_view.xml +++ b/addons/account_payment/payment_view.xml @@ -107,7 +107,7 @@ -