Tower: upload om_recurring_payments 19.0.1.0.0 (was 1.0.0, via marketplace)

This commit is contained in:
2026-05-02 11:22:50 +00:00
parent 3d159a89eb
commit f6f341c372
23 changed files with 2632 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
'name': 'Odoo 19 Recurring Payment',
'author': 'Odoo Mates',
'category': 'Accounting',
'version': '19.0.1.0.0', # __odoosky_original_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'],
}