# -*- coding: utf-8 -*- ############################################################################## # # lhc module for OpenERP, Customize OpenERP for L'Heureux Cyclage Copyright # (C) 2013-2023 L'Heureux Cyclage () # # This file is a part of lhc_custom_oe # # lhc_custom_oe 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. # # lhc_custom_oe 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': 'Custom OpenERP for LHC', 'version': '0.1', 'category': 'Association', 'complexity': "normal", 'description': """ Custom module for L'Heureux Cyclage =================================== - Customing for professionnal training activities; - Event management optimization; - Add some partners fields; - RNA code and SIREN fields for company; - Bikecoop activity start and end date; - … - Budget module customization; - Add default values for name and ref fields in expenses lines based on products description; - … """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', 'depends': [ 'account', 'account_budget_enhancement', 'analytic', 'document', 'event', 'hr_expense', 'remembership', ], 'update_xml': [ 'security/lhc_custom_oe_security.xml', 'security/ir.model.access.csv', 'security/ir_rule.xml', 'data/account_invoice.xml', 'view/account_invoice.xml', 'view/base.xml', 'view/event.xml', 'view/hr_expense.xml', 'view/membership.xml', 'view/project.xml', 'view/res_partner.xml', 'view/wiki.xml', ], 'installable': True, 'auto_install': False, 'images': [], }