Skip to content
Snippets Groups Projects
__manifest__.py 651 B
Newer Older
  • Learn to ignore specific revisions
  • {
        "name": "Solagro - Auth Signup",
        "summary": "Inscription membre pour Solagro",
    
    Hugo Trentesaux's avatar
    Hugo Trentesaux committed
        "author": "Le Filament, Odoo Community Association (OCA)",
    
        "website": "https://le-filament.com",
        "version": "16.0.1.0.0",
        "license": "AGPL-3",
    
        "depends": ["partner_firstname", "auth_signup"],
    
        "data": [
            # views
            "views/auth_signup_login_templates.xml",
        ],
        "assets": {
            "web._assets_primary_variables": [],
            "web._assets_frontend_helpers": [],
    
    Hugo Trentesaux's avatar
    Hugo Trentesaux committed
            "web.assets_frontend": [],
    
            "web.assets_tests": [],
            "web.assets_qweb": [],
        },
        "installable": True,
        "auto_install": False,
    }