Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions financial_reporting_enhancement/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# OpenERP, Open Source Management Solution
# Copyright (c) 2010-2012 Elico Corp. All Rights Reserved.
#
# Author: Yannick Gouin <yannick.gouin@elico-corp.com>
Expand Down Expand Up @@ -32,12 +32,15 @@
""",
"author": "be-cloud.be (Jerome Sonnet)",
"website": "http://www.be-cloud.be",
'depends': ['account'],
'depends': [
'account',
'hr_expense',
],
'init_xml': [],
'data': [
'financial_reporting_enhancement.xml',
],
'installable': True,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: