forked from Mapan/odoo17e
16 lines
467 B
Python
16 lines
467 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
|
|
{
|
|
'name': 'Project Accounting Assets',
|
|
'version': '1.0',
|
|
'category': 'Services/assets',
|
|
'summary': 'Project accounting assets',
|
|
'description': 'Bridge created to add the number of assets linked to an AA to a project form',
|
|
'depends': ['project', 'account_asset'],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
}
|