feat: Initialize project and Phase 1 MyMach Social Next-Gen module structure

This commit is contained in:
cerenX9
2026-07-27 12:46:58 +03:00
commit 75c390d1a4
13 changed files with 257 additions and 0 deletions

12
config/odoo.conf Normal file
View File

@@ -0,0 +1,12 @@
[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
admin_passwd = mymach_master_admin_password_123
db_host = db
db_port = 5432
db_user = odoo
db_password = odoo_secret_db_pass
# Geliştirme modunu ve log seviyesini açıyoruz
log_level = info
limit_time_cpu = 600
limit_time_real = 1200