IdeaCode Academy Odoo Standard Structure — starting point repo.
Project description
Odoo Standard Scaffold
odooss create <your-dir-path> --odoo_version 18.0 --python 3.10
output will be like this
- addons/
- README.md
- .dockerignore
- .gitignore
- .pre-commit-config.yaml
- compose.yml
- Dockerfile
- README.md
- requirements.txt
- ruff.toml
and then create currently dir in config/odoo.conf file.
[options]
admin_passwd=xxxx
addons_path=/mnt/extra-addons
create odoo_pg_pass file
your-password=xxxx
add your repo (optional).
git remote add origin <repo-url>
check your code format using ruff.
ruff format
check your code and fixed it.
ruff can check and auto fix for some and others for manually.
ruff check --fix
now you can push to your branch.
if pushing was failed. you need to check with ruff again.
git add .
git commit -m "[ADD] project initalize"
git push origin <branch>
Agga, IdeaCode Academy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
odooss-0.1.6.tar.gz
(20.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
odooss-0.1.6-py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file odooss-0.1.6.tar.gz.
File metadata
- Download URL: odooss-0.1.6.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32a0c1c3824328844776eae156e41514543edbc3d61044f47a14f55058d8462a
|
|
| MD5 |
197bf56869dd09ad309032945205d237
|
|
| BLAKE2b-256 |
3bacf5e2d4ca8a0330ec9b3b29f466a36b6b38b71b29db9c8403e439afe58eb8
|
File details
Details for the file odooss-0.1.6-py3-none-any.whl.
File metadata
- Download URL: odooss-0.1.6-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18c24501c4594269a2bbe2205e4822acb4d6a7fa4fb5309713137640cd5183b4
|
|
| MD5 |
e96071721630da9747022ba72b9c7d05
|
|
| BLAKE2b-256 |
6a94e48d9b6c5a6a810e403ddd38e3d9c80f5e6406368d25bc2374548ab57668
|