mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
24 lines
685 B
Python
24 lines
685 B
Python
# Copyright 2013-2016 Akretion
|
|
# Copyright 2018 Camptocamp
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Cut-off Base',
|
|
'version': '1.0.1.0.0',
|
|
'category': 'Accounting & Finance',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Base module for Account Cut-offs',
|
|
'author': 'Akretion,Odoo Community Association (OCA)',
|
|
'website': 'https://gitlab.com/flectra-community/account-closing',
|
|
'depends': [
|
|
'account',
|
|
],
|
|
'data': [
|
|
'security/account_cutoff_base_security.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/company.xml',
|
|
'views/account_cutoff.xml',
|
|
],
|
|
'installable': True,
|
|
}
|