Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .copier-answers.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.venv/
__pycache__/
*.pyc
.git/
.gitignore
sync.log
.env
.pytest_cache/
.coverage
20 changes: 0 additions & 20 deletions .editorconfig

This file was deleted.

16 changes: 16 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ---------- اتصال به Odoo ----------
ODOO_URL=http://localhost:8069
ODOO_DB=my_odoo_project
ODOO_USERNAME=admin@gmail.com
ODOO_PASSWORD=Mohamad@77

# ---------- اتصال به PostgreSQL اپلیکیشن ----------
APP_DB_HOST=app-db
APP_DB_PORT=5432
APP_DB_NAME=syncdb
APP_DB_USER=syncuser
APP_DB_PASSWORD=syncpass

# ---------- تنظیمات عمومی ----------
LOG_LEVEL=INFO

188 changes: 0 additions & 188 deletions .eslintrc.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/pre-commit.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/stale.yml

This file was deleted.

Loading