odoo-tutorials/estate_account/__manifest__.py
2024-07-31 15:14:18 -10:00

14 lines
271 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Real Estate Invoicing',
'category': 'Accounting',
'application': True,
'installable': True,
'author': 'Matt Marcha',
'depends': [
'estate','account',
],
'data': [
],
'license': 'AGPL-3',
}