[FIX] PEP8 for account_move_line_search_extention

This commit is contained in:
Nicolas Bessi
2014-07-10 13:40:13 +02:00
parent b8dcd8ab61
commit 8064a1f913
2 changed files with 4 additions and 5 deletions

View File

@@ -19,4 +19,3 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

View File

@@ -25,7 +25,7 @@
'version': '0.1',
'license': 'AGPL-3',
'author': 'Noviat',
'category' : 'Generic Modules',
'category': 'Generic Modules',
'description': """
Journal Items Search Extension
==============================
@@ -37,16 +37,16 @@ These fields can be used in combination with the Search window.
""",
'depends': ['account'],
'data' : [
'data': [
'account_view.xml',
],
'js': [
'static/src/js/account_move_line_search_extension.js',
],
'qweb' : [
'qweb': [
'static/src/xml/account_move_line_search_extension.xml',
],
'css':[
'css': [
'static/src/css/account_move_line_search_extension.css',
],
'installable': True,