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:
MMG
2026-02-06 11:36:42 +00:00
commit c93b260937
14 changed files with 570 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="payment_provider_paydunya" model="payment.provider">
<field name="name">PayDunya</field>
<field name="code">paydunya</field>
<field name="sequence">10</field>
</record>
</odoo>