diff --git a/odex25_base/ingenuity_hide_manage_database/LICENSE b/odex25_base/ingenuity_hide_manage_database/LICENSE new file mode 100755 index 000000000..de7bcc64e --- /dev/null +++ b/odex25_base/ingenuity_hide_manage_database/LICENSE @@ -0,0 +1,28 @@ +Odoo Proprietary License v1.0 + +This software and associated files (the "Software") may only be used (executed, +modified, executed after modifications) if you have purchased a valid license +from the authors, typically via Odoo Apps, or if you have received a written +agreement from the authors of the Software (see the COPYRIGHT file). + +You may develop Odoo modules that use the Software as a library (typically +by depending on it, importing it and using its resources), but without copying +any source code or material from the Software. You may distribute those +modules under the license of your choice, provided that this license is +compatible with the terms of the Odoo Proprietary License (For example: +LGPL, MIT, or proprietary licenses similar to this one). + +It is forbidden to publish, distribute, sublicense, or sell copies of the Software +or modified copies of the Software. + +The above copyright notice and this permission notice must be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + diff --git a/odex25_base/ingenuity_hide_manage_database/README.rst b/odex25_base/ingenuity_hide_manage_database/README.rst new file mode 100644 index 000000000..f06aebe9e --- /dev/null +++ b/odex25_base/ingenuity_hide_manage_database/README.rst @@ -0,0 +1,58 @@ +======================== +Ingenuity Hide Manage Database and Powered by Options +======================== + +This Module will allow to hide the Manage Database and Powered By options from the Odoo Login page. +By using this module you can hide secure your Database Information from public users. Also you can able to hide the Powered By Link from the login page. + + +Odoo Version +============= +Odoo 14 Community Edition + + +Release Notes +============= + +[14.0.0.0] : Add Module + + +Installation +============ + +To install this module, you need to: 'Web' + +Download the module and add it to your Odoo addons folder. Afterward, log on to +your Odoo server and go to the Apps menu. Trigger the debug mode and update the +list by clicking on the "Update Apps List" link. Now install the module by +clicking on the install button. + +Upgrade +======= + +To upgrade this module, you need to: + +Download the module and add it to your Odoo addons folder. Restart the server +and log on to your Odoo server. Select the Apps menu and upgrade the module by +clicking on the upgrade button. + + +Configuration +============= + +There is Nothing to Configure + + +Credits +======= + +Contributors +------------ + +* Ingenuity Info + + +Author & Maintainer +------------------- + +This module is maintained by the Ingenuity Info diff --git a/odex25_base/ingenuity_hide_manage_database/__manifest__.py b/odex25_base/ingenuity_hide_manage_database/__manifest__.py new file mode 100644 index 000000000..28de8bea5 --- /dev/null +++ b/odex25_base/ingenuity_hide_manage_database/__manifest__.py @@ -0,0 +1,42 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Ingenuity Info +# +# Copyright (C) 2023-TODAY Ingenuity Info() +# Author: Ingenuity Info() +# +# +############################################################################# +{ + 'name': "Hide Manage Database and Powered by Options", + 'author': "Ingenuity Info", + 'category': 'Other', + 'summary': """ This Module will allow to hide the Manage Database and Powered By options from the Odoo Login page. """, + 'website': "https://ingenuityinfo.in", + 'company': 'Ingenuity Info', + 'maintainer': 'Ingenuity Info', + 'version': '14.0.0.0', + 'price': 0.0, + 'currency': 'EUR', + 'description': """ By using this module you can hide secure your Database Information from public users. Also you can able to hide the Powered By Link from the login page. """, + 'depends': [ + 'web', + ], + 'data': [ + 'views/webclient_templates.xml', + ], + 'qweb': [ + ], + "assets": { + "web.assets_backend": [ + ], + "web.assets_tests": [ + ], + }, + "images": ['static/description/Banner.gif'], + "license": "AGPL-3", + 'installable': True, + 'application': True, + 'auto_install': False, +} \ No newline at end of file diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/Banner.gif b/odex25_base/ingenuity_hide_manage_database/static/description/Banner.gif new file mode 100644 index 000000000..a7be3a411 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/Banner.gif differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/icon.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/icon.png new file mode 100644 index 000000000..043f508e5 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/icon.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-cuz.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-cuz.png new file mode 100644 index 000000000..f70856a3a Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-cuz.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-hir.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-hir.png new file mode 100644 index 000000000..a6edc1c53 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-hir.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-imp.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-imp.png new file mode 100644 index 000000000..a881d7890 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-imp.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-int.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-int.png new file mode 100644 index 000000000..83414f6c2 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-int.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-sup.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-sup.png new file mode 100644 index 000000000..793793d79 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-o-service-sup.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-consulting.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-consulting.png new file mode 100644 index 000000000..d5febbe25 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-consulting.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-licensing-consulting.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-licensing-consulting.png new file mode 100644 index 000000000..8ebc0f947 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-licensing-consulting.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-migration-service.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-migration-service.png new file mode 100644 index 000000000..60977c845 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-migration-service.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-training-service.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-training-service.png new file mode 100644 index 000000000..434d1109e Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-odoo-training-service.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-support.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-support.png new file mode 100644 index 000000000..4f18b8b82 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-support.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-web-service.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-web-service.png new file mode 100644 index 000000000..0b89939d2 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-web-service.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-website.png b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-website.png new file mode 100644 index 000000000..61ba7d06f Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/assets/icons/ii-website.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/icon.png b/odex25_base/ingenuity_hide_manage_database/static/description/icon.png new file mode 100644 index 000000000..043f508e5 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/icon.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/images/ii-HMDPB-001.png b/odex25_base/ingenuity_hide_manage_database/static/description/images/ii-HMDPB-001.png new file mode 100644 index 000000000..9b2e08b54 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/images/ii-HMDPB-001.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/images/ii-HMDPB-002.png b/odex25_base/ingenuity_hide_manage_database/static/description/images/ii-HMDPB-002.png new file mode 100644 index 000000000..76eb6c1b6 Binary files /dev/null and b/odex25_base/ingenuity_hide_manage_database/static/description/images/ii-HMDPB-002.png differ diff --git a/odex25_base/ingenuity_hide_manage_database/static/description/index.html b/odex25_base/ingenuity_hide_manage_database/static/description/index.html new file mode 100644 index 000000000..8a9283c51 --- /dev/null +++ b/odex25_base/ingenuity_hide_manage_database/static/description/index.html @@ -0,0 +1,269 @@ +
+
+
+

+
+ Hide Manage Database and Powered by Options +
+

+

+ + This Module will allow to hide the Manage Database and Powered By options from the Odoo Login page. + +

+ + By using this module you can hide Manage Database option and secure your Database Informations from public users. Also you can able to hide the Powered By Link from the login page. + +

+
+
+
+
+ +
+ + +
+
+

+
+ Features
+

+
+
+
    +
  • + + This module is user-friendly. +
  • +
  • + + This module will allow to hide the Manage Database and Powered By option. +
  • +
  • + + Secure your Database Informations via hiding it from public users. +
  • +
  • + + Hide Powered By Link so public user can not able to see the odoo branding on Login page. +
  • +
+
  +
+
+ + +
+
+

+
+ Release Note
+

+
+ +
+

+
+ Latest + Version + 14.0.0.0 + +
+ +
+
+
+ INITIAL + 14.0.0.0 +
+
+
+
+ Initial Release +
+
+
+
+
+
+ + +
+
+

+
+ Screenshots
+

+

+

View all the screenshots for the module.
+

+
  +
+
+

Here, we can see when you visit the login page of Odoo at the end there are two options Manage Database and Powered by. Once you install this module both options will be hidden.

+ +
+ +
+

In below screenshot you can see the both options Manage Database and Powered by is hidden from Login page.

+ +
+
+
+
+ + +
+
+

+
+ Services
+

+

+

View services offered by us.
+

+
+ +
+
+
+ +
+
+ Odoo Implementation
+
+ +
+
+ +
+
+ Odoo Customization
+
+ +
+
+ +
+
+ Odoo Integration
+
+ +
+
+ +
+
+ Odoo Support & Maintenance
+
+ +
+
+ +
+
+ Hire Odoo Developer
+
+ +
+
+ +
+
+ Odoo Migration
+
+ +
+
+ +
+
+ Odoo Consultancy
+
+ +
+
+ +
+
+ Odoo Training
+
+ +
+
+ +
+
+ Web Services
+
+ +
+
+
+ + +
+
+
+

+
+ Support
+

+

+

Need help? Get in touch.
+

+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
\ No newline at end of file diff --git a/odex25_base/ingenuity_hide_manage_database/views/webclient_templates.xml b/odex25_base/ingenuity_hide_manage_database/views/webclient_templates.xml new file mode 100644 index 000000000..a2a4a432f --- /dev/null +++ b/odex25_base/ingenuity_hide_manage_database/views/webclient_templates.xml @@ -0,0 +1,9 @@ + + + + + diff --git a/odex25_base/partner_custom/i18n/ar_001.po b/odex25_base/partner_custom/i18n/ar_001.po index 6abc6cd53..9251043f7 100644 --- a/odex25_base/partner_custom/i18n/ar_001.po +++ b/odex25_base/partner_custom/i18n/ar_001.po @@ -130,10 +130,7 @@ msgstr "جواز سفر" msgid "Personal Information" msgstr "البيانات الشخصية" -#. module: partner_custom -#: model:ir.model,name:partner_custom.model_res_partner -msgid "Renter" -msgstr "المستأجر" + #. module: partner_custom #: code:addons/partner_custom/models/models.py:0