__manifest__.py 799 Bytes
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

{
    'name': 'Tandur Portal',
    'summary': 'Tandur Portal',
    'sequence': '10000',
    'category': 'Hidden',
    'description': """
This module adds menu for Farmer.
- Farming location
- Farming Progress
- Farming 
.""",
    'depends': ['web', 'web_editor', 'http_routing', 'mail', 'auth_signup'],
    'data': [
        'security/ir.model.access.csv',
        # 'data/portal_data.xml',
        # 'views/assets.xml',
        # 'views/portal_templates.xml',
        # 'wizard/portal_share_views.xml',
        # 'wizard/portal_wizard_views.xml',
    ],
    'qweb': [
        # 'static/src/xml/portal_chatter.xml',
        # 'static/src/xml/portal_signature.xml',
    ],
    'license': 'LGPL-3',
}