1st commit

This commit is contained in:
makayabou 2024-08-30 19:24:41 +02:00
parent 81b6714318
commit 1022d77d61
3 changed files with 20 additions and 0 deletions

3
gn_fec/__init__.py Normal file
View File

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
from . import models

14
gn_fec/__manifest__.py Normal file
View File

@ -0,0 +1,14 @@
{
'name': "Gn FEC",
'version': '16.0.0.0.1',
'author': 'Garage Numérique',
'category': 'Accounting',
'description': """
This module allows to put year's result in corresponding account.
""",
'depends': ['l10n_fr_fec', 'l10n_fr_fec_oca'],
'data': [
],
'translate': True,
'installable': True,
}

View File

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
from . import