1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/project_account_asset/__manifest__.py
2024-12-10 09:04:09 +07:00

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',
}