From: Ludovic CHEVALIER Date: Wed, 27 May 2015 08:45:51 +0000 (+0200) Subject: [VIEW] ~account_analytic field is mandatory and filter in expense form X-Git-Url: http://git.cyclocoop.org/?p=burette%2Faccount_analytic_improvement.git;a=commitdiff_plain;h=7041f56558dd71e38a87cff74786ea30fca68795 [VIEW] ~account_analytic field is mandatory and filter in expense form view --- diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..f39b3f0 --- /dev/null +++ b/__init__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Account analytic improved module for OpenERP, Improve some account +# analytic module problem Copyright (C) 2015 L'Heureux Cyclage +# () Ludovic CHEVALIER +# +# This file is a part of Account analytic improved +# +# Account analytic improved is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Account analytic improved 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__openerp__.py b/__openerp__.py new file mode 100644 index 0000000..d21497c --- /dev/null +++ b/__openerp__.py @@ -0,0 +1,54 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Account analytic improved module for OpenERP, Improve some account +# analytic module problem Copyright (C) 2015 L'Heureux Cyclage +# () Ludovic CHEVALIER +# +# This file is a part of Account analytic improved +# +# Account analytic improved is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Account analytic improved 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## + + +{ + 'name': 'Account analytic module improvement', + 'author': 'L\'Heureux Cyclage', + 'version': '0.1', + 'category': 'Accounting & Finance', + 'description': """ +Account analytic module improvement +=================================== + +It installs the profile for bike co-ops to manage some features like: + * ... + """, + 'website': 'http://www.heureux-cyclage.org', + 'images': [], + 'depends': [ + 'account', + 'hr_expense', + ], + 'init_xml': [ + ], + 'update_xml': [ + 'view/hr_expense.xml', + ], + 'installable': True, + 'auto_install': False, +} + + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/view/hr_expense.xml b/view/hr_expense.xml new file mode 100644 index 0000000..ab62a26 --- /dev/null +++ b/view/hr_expense.xml @@ -0,0 +1,18 @@ + + + + + hr.expense.expense.form + hr.expense.expense + + + + + + + + + + + +