X-Git-Url: http://git.cyclocoop.org/?p=burette%2Faccount_move_line_no_default_search.git;a=blobdiff_plain;f=__openerp__.py;fp=__openerp__.py;h=5121a68ab18aeda3035ee50bfafcf547e25715fc;hp=0000000000000000000000000000000000000000;hb=f03480d88a7800364dd3447201113274d137af3b;hpb=18b1fa976dd7e6a95f5caa7726281889b6a0df99 diff --git a/__openerp__.py b/__openerp__.py new file mode 100644 index 0000000..5121a68 --- /dev/null +++ b/__openerp__.py @@ -0,0 +1,48 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2014 Therp BV (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 . +# +############################################################################## +{ + "name" : "Move line search view - disable defaults for period and journal", + "version" : "0.1", + "author" : "Therp BV", + "category": 'Accounting & Finance', + 'description': """ +OpenERP 7.0 implements a custom javascript search view for move lines. This +search view shows dropdowns for period and journal. By default, these are +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/move_line_search_view.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', + ], +}