Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory authored Jan 22, 2025
1 parent e1f1701 commit ced0484
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,41 +24,22 @@ With Odoonix, experience a seamless integration of development and administrativ

Following extensions are required:

## How use odoo utils?
## How to install

Create a folder named "odoo18"
Installing the Odoonix Toolbox is straightforward and can be quickly accomplished using Python's package manager, pip. Simply open your terminal or command prompt and enter the command

mkdir "Odoo-18"
cd "Odoo-18"
pip install otoolbox

Clone odoo-utill
This will download and install the latest version of the toolbox directly to your system. Once the installation is complete, you'll have access to a comprehensive set of tools designed to streamline Odoo module development and server management. With just a single command, you're equipped to harness the full potential of Odoonix, making your development and administrative tasks more efficient than ever.

git clone [email protected]:odoonix/utils.git

Make the main file executable:
To explore the various functionalities and options available within the Odoonix Toolbox, you can use the help command for detailed guidance. By entering following command in your terminal or command prompt, you'll access a comprehensive list of commands, features, and usage instructions.

chmod +X odoo-utils/main.py
otoolbox --help

### Development environment
This command provides an overview of the toolbox's capabilities and explains how to utilize its many tools effectively. It's a convenient way to gain insights into the full range of features offered by Odoonix, ensuring you can make the most of its powerful functionalities for both Odoo module development and server management.

To prepaire development environment:

odoo-utils/main.py dev init --vscode --repo --python


### To update repos

For Update Run command

odoo-utils/main.py dev update

### To launch

Activate your venv using this command if not activated: "source .venv/bin/activate"

With this, a Python environment will be created for you and all the required Odoo libraries will be installed in it

The launch file of the vscode program is created automatically and makes the necessary settings for communication between odoo and postgres

Finally, vscode will open automatically and you just need to press the "F5" key to install Odoo locally on your system.

Expand Down

0 comments on commit ced0484

Please sign in to comment.