Remove unused data file. Add view in __openerp__.py.

This commit is contained in:
Laetitia Gangloff (Acsone)
2014-01-15 10:28:54 +01:00
parent 220eef50ec
commit ac777e58fe
3 changed files with 16 additions and 17 deletions

View File

@@ -1,8 +1,16 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Authors: Laetitia Gangloff
# Copyright (c) 2014 Acsone SA/NV (http://www.acsone.eu)
# All Rights Reserved
#
# Author: Laurent Mignon
# Copyright 2013 'ACSONE SA/NV'
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential
# consequences resulting from its eventual inadequacies and bugs.
# End users who are looking for a ready-to-use solution with commercial
# guarantees and support are strongly advised to contact a Free Software
# Service Company.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -17,5 +25,8 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
import statement
##############################################################################
from . import statement
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -43,7 +43,7 @@ Account Statement Regex Account Completion addon
- Add a completion method based on a specified regular expression
and update account to use in the bank statement line with the specified account.
""",
"data": [#'statement_view.xml',
"data": ['statement_view.xml',
],
"demo": [],
"test": [],

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="bank_statement_completion_rule_10" model="account.statement.completion.rule">
<field name="name">Match from bank account number (Nomal or IBAN))</field>
<field name="sequence">10</field>
<field name="function_to_call">get_from_bank_account</field>
</record>
</data>
</openerp>