mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 17:42:22 +00:00
14 lines
271 B
Python
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',
|
|
} |