Add PayDunya payment provider integration
- 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.
This commit is contained in:
2
addons/payment_paydunya/models/__init__.py
Normal file
2
addons/payment_paydunya/models/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from . import payment_provider
|
||||
from . import payment_transaction
|
||||
Reference in New Issue
Block a user