From c4dafee76231f345a7da749556fa1322fc71d4d9 Mon Sep 17 00:00:00 2001 From: roga134 Date: Thu, 13 Aug 2026 12:12:06 +0000 Subject: [PATCH] Delete __manifest__.py --- __manifest__.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 __manifest__.py diff --git a/__manifest__.py b/__manifest__.py deleted file mode 100644 index e9488fd..0000000 --- a/__manifest__.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2024-Today: Odoo Community Iran -# @author: Odoo Community Iran (https://odoo-community.ir/ -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -{ - 'name': "Disable Enterprise", - 'summary': """Disable Enterprise Code""", - 'description': """Disable Enterprise Code""", - 'author': "Odoo Community Iran", - 'website': "https://odoo-community.ir/", - 'category': 'Technical', - 'version': '1.0', - "license": "AGPL-3", - 'depends': ['base', 'mail', 'web_enterprise'], - 'data': [ - 'data/update_notification.xml', - 'data/service_cron.xml', - - ], - 'assets': { - 'web.assets_backend': [ - 'disable_enterprise/static/src/webclient/**/*.xml', - ], - }, - "installable": True, -}