Files
tra_backend/tra_backend_Product/__manifest__.py
2020-07-28 12:27:56 +05:30

27 lines
581 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Tra_Backend',
'version': '1.0',
'category': 'Product',
'sequence': 5,
'summary': 'Product',
'author': 'Masterkey',
'description': "",
'website': 'https://www.odoo.com/page/crm',
'depends': ['product','base','sale_renting'
],
'data': [
'views/product_views.xml',
'views/partner_view.xml',
],
'demo': [
],
'css': [],
'installable': True,
'application': True,
'auto_install': False
}