Tower: upload om_account_daily_reports 1.0.1 (via marketplace)
This commit is contained in:
28
addons/om_account_daily_reports/__manifest__.py
Normal file
28
addons/om_account_daily_reports/__manifest__.py
Normal 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'],
|
||||
}
|
||||
Reference in New Issue
Block a user