mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
add new fields
This commit is contained in:
25
tra_backend_Product/__manifest__.py
Normal file
25
tra_backend_Product/__manifest__.py
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user