mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
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:
@@ -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']
|
||||
}
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
@@ -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>
|
||||
Reference in New Issue
Block a user