add new fields

This commit is contained in:
sonal
2020-07-19 12:09:56 +05:30
commit 1e6cb0a1d0
8 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# -*- 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',
'description': "",
'website': 'https://www.odoo.com/page/crm',
'depends': [
'product'
],
'data': [
'views/product_views.xml',
],
'demo': [
],
'css': [],
'installable': True,
'application': True,
'auto_install': False
}