Skip to content

Commit 10370c1

Browse files
author
Muhammad Amir Nazir
committed
Added cover image icon.png
1 parent 042613c commit 10370c1

File tree

3 files changed

+41
-9
lines changed

3 files changed

+41
-9
lines changed

odoo_setup_assistant/__manifest__.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
'module_name': 'odoo_setup_assistant',
55
'version': '1.1', # Incremented version for new features
66
'summary': 'Diagnose Odoo setup, configuration, dependencies, and manage addon Python requirements.',
7-
'description': """
8-
This module provides a comprehensive toolkit to:
9-
- Check for missing Python libraries and system dependencies.
10-
- Analyze Odoo database connectivity and configuration.
11-
- Perform a deep scan of the odoo.conf file for best practices and common issues.
12-
- Scan Odoo addons for their Python dependencies (requirements.txt) and allow automatic installation of missing packages.
13-
Helps ensure your Odoo environment is correctly set up for optimal performance and stability.
14-
""",
7+
'description': 'static/description/index.html',
158
'author': 'ECOSIRE (PRIVATE) LIMITED',
169
'website': 'https://www.ecosire.com/',
1710
'category': 'Extra Tools', # Or 'Administration', 'Technical'
@@ -24,7 +17,7 @@
2417
'installable': True,
2518
'application': True,
2619
'auto_install': False,
27-
'license': 'LGPL-3',
20+
'license': 'OPL-1',
2821
'compatible_version': '18.0',
2922
# It's good practice to note external Python dependencies if your module *itself*
3023
# directly depends on something not standard in Odoo's core requirements.
1.18 MB
Loading
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<div style="font-family: Arial, sans-serif; color: #333; padding: 10px;">
2+
<h1 style="color: #4CAF50;">🚀 Odoo Setup Assistant</h1>
3+
4+
<p>
5+
<strong>Odoo Setup Assistant</strong> is a powerful developer tool designed to streamline the setup and configuration of Odoo environments.
6+
Whether you're launching a fresh Odoo instance or automating your development flow, this module saves you hours of manual setup.
7+
</p>
8+
9+
<h2 style="color: #4CAF50;">✨ Key Features</h2>
10+
<ul>
11+
<li>⚙️ One-click environment initialization</li>
12+
<li>📦 Pre-configured settings and data templates</li>
13+
<li>🧩 Works with multiple Odoo versions</li>
14+
<li>🖥️ Developer-optimized configurations</li>
15+
<li>📁 Sample modules and best practices</li>
16+
</ul>
17+
18+
<h2 style="color: #4CAF50;">🎯 Who is it for?</h2>
19+
<ul>
20+
<li>Developers who want a fast, clean setup</li>
21+
<li>Tech teams working across Odoo versions</li>
22+
<li>Consultants who provision environments regularly</li>
23+
</ul>
24+
25+
<h2 style="color: #4CAF50;">📂 Installation</h2>
26+
<p>
27+
Clone the repository into your Odoo <code>addons/</code> folder and activate the module from the Apps menu.
28+
</p>
29+
30+
<h2 style="color: #4CAF50;">📌 Pro Tip</h2>
31+
<p>
32+
Pair this module with your internal tools and CI/CD pipeline for maximum efficiency.
33+
</p>
34+
35+
<hr style="margin: 20px 0;">
36+
<p style="font-size: 14px; color: #777;">
37+
Developed by <strong>Ecosire</strong> – AI Automation, ERP, and Growth Tech.
38+
</p>
39+
</div>

0 commit comments

Comments
 (0)