From cb006a7a446910831434d05b175ad86a05f9751b Mon Sep 17 00:00:00 2001 From: git_admin Date: Fri, 1 May 2026 14:19:44 +0000 Subject: [PATCH] Tower: upload om_recurring_payments 1.0.0 (via marketplace) --- addons/om_recurring_payments/__manifest__.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 addons/om_recurring_payments/__manifest__.py diff --git a/addons/om_recurring_payments/__manifest__.py b/addons/om_recurring_payments/__manifest__.py new file mode 100644 index 0000000..49e6e87 --- /dev/null +++ b/addons/om_recurring_payments/__manifest__.py @@ -0,0 +1,20 @@ +{ + 'name': 'Odoo 19 Recurring Payment', + 'author': 'Odoo Mates', + 'category': 'Accounting', + 'version': '1.0.0', + 'description': """Odoo 19 Recurring Payment, Recurring Payment In Odoo, Odoo 19 Accounting""", + 'summary': 'Use recurring payments to handle periodically repeated payments', + 'sequence': 11, + 'website': 'https://www.odoomates.tech', + 'depends': ['account'], + 'license': 'LGPL-3', + 'data': [ + 'data/sequence.xml', + 'data/recurring_cron.xml', + 'security/ir.model.access.csv', + 'views/recurring_template_view.xml', + 'views/recurring_payment_view.xml' + ], + 'images': ['static/description/banner.png'], +}