__manifest__.py 1.13 KB
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
    'name': 'FARMING MANAGEMENT',
    'version': '0.1',
    'summary': 'Farming Management',
    'sequence': 12,
    'description': """
FARMING MANAGEMENT
    """,
    'category': 'IDG MANAGEMENT',
    'website': 'https://opensipkd.com',
    'images': [],
    'depends': ['base_geoengine', 'id_gov', 'contacts', 'mrp'],
    'data': [
        'security/account_security.xml',
        'security/ir.model.access.csv',
        'security/ir_rule.xml',
        # 'data/sequence.xml',
        # 'data/category.xml',
        # 'data/type.xml',
        # 'views/idg_trayek_vehicle.xml',
        # 'views/idg_vehicle.xml',
        'views/operation.xml',
        'views/product.xml',
        'views/bom.xml',
        'views/price_hist.xml',
        'views/menus.xml',
        'views/geom_test.xml',
        'views/location.xml',
    ],
    'demo': [
        # 'security/ir_rule.xml',
        # 'data/res_user.xml',
    ],
    'qweb': [],
    'installable': True,
    'application': True,
    'auto_install': False,
    'license': 'LGPL-3',
    'module': 'tandur'
}