mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
13 lines
354 B
Python
13 lines
354 B
Python
{
|
|
'name': 'Tax Cash Basis Group Base Lines',
|
|
'version': '12.0.0.0.1',
|
|
'category': 'Accounting',
|
|
'license': 'AGPL-3',
|
|
'author': 'Vauxoo, Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
|
'depends': ['account'],
|
|
'data': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|