Tower: upload om_account_daily_reports 1.0.1 (via marketplace)

This commit is contained in:
2026-05-01 14:20:55 +00:00
parent b8b2528b12
commit 10719628e3

View File

@@ -0,0 +1,28 @@
{
'name': 'Cash Book, Day Book, Bank Book Financial Reports',
'version': '1.0.1',
'category': 'Invoicing Management',
'summary': 'Cash Book, Day Book and Bank Book Report For Odoo 19',
'description': 'Cash Book, Day Book and Bank Book Report For Odoo 19',
'sequence': '10',
'author': 'Odoo Mates',
'license': 'LGPL-3',
'company': 'Odoo Mates',
'maintainer': 'Odoo Mates',
'support': 'odoomates@gmail.com',
'website': 'https://www.odoomates.tech',
'depends': ['account', 'accounting_pdf_reports'],
'data': [
'security/ir.model.access.csv',
'views/om_daily_reports.xml',
'wizard/daybook.xml',
'wizard/cashbook.xml',
'wizard/bankbook.xml',
'report/reports.xml',
'report/report_daybook.xml',
'report/report_cashbook.xml',
'report/report_bankbook.xml',
],
'live_test_url': 'https://www.youtube.com/watch?v=PEh-an8iCO0',
'images': ['static/description/banner.gif'],
}