Merge pull request #45 from acsone/8.0-account_move_line_no_default_search-sbi

[MIG] port account_move_line_no_default_search to 8.0
This commit is contained in:
Pedro M. Baeza
2014-10-28 17:10:21 +01:00
6 changed files with 11 additions and 3 deletions

View File

@@ -31,11 +31,9 @@ set to the default journal and (current) period.
This module leaves the search view extension for move lines intact, but
disables the default search values for the dropdowns so that you do not
have to disable these before entering your own search queries.
..image:: /account_move_line_no_default_search/static/src/img/sample.png
""",
'website': 'http://therp.nl',
'depends': ['account'],
'js': ['static/src/js/move_line_search_view.js'],
'images': ['static/src/img/move_line_search_view.png'],
'data': ['views/move_line_search_view.xml']
}

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<template id="assets_backend" name="account_move_line_no_default_search assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/account_move_line_no_default_search/static/src/js/move_line_search_view.js"></script>
</xpath>
</template>
</data>
</openerp>