[PYTHON] +allow to follow non analytic lines
[burette/account_budget_enhancement.git] / __openerp__.py
1 # -*- coding: utf-8 -*-
2 # Copyright 2022 L'Heureux Cyclage
3 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
4
5
6 {
7 'name': 'Budget module enhancement',
8 'version': '0.1',
9 'category': 'Accounting & Finance',
10 'description': """
11
12 Budget module enhancement
13 =========================
14 - Analytic account is not required to follow the evolution of a budgetary position;
15 - …
16 """,
17 'author': 'L\'Heureux Cyclage',
18 'website': 'http://www.heureux-cyclage.org',
19 'depends': [
20 'account_budget',
21 ],
22 'update_xml': [
23 ],
24 'installable': True,
25 'auto_install': False,
26 'images': [],
27 }