- 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.
3 lines
65 B
Python
3 lines
65 B
Python
from . import payment_provider
|
|
from . import payment_transaction
|