- Implemented PayDunya payment provider with necessary models, controllers, and views. - Added configuration files for Docker and Odoo setup. - Included .gitignore for Python and Odoo specific files.
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
[options]
|
|
addons_path = /mnt/extra-addons,/usr/lib/python3/dist-packages/odoo/addons
|
|
db_host = db
|
|
db_port = 5432
|
|
db_user = odoo
|
|
db_password = odoo
|
|
admin_passwd = passer |