Tower: upload om_account_accountant 1.0.3 (via marketplace)
This commit is contained in:
44
addons/om_account_accountant/__manifest__.py
Normal file
44
addons/om_account_accountant/__manifest__.py
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
'name': 'Odoo 19 Accounting Community',
|
||||
'version': '1.0.3',
|
||||
'category': 'Accounting',
|
||||
'summary': 'Accounting Reports, Asset Management and Budget, Recurring Payments, '
|
||||
'Lock Dates, Fiscal Year, Accounting Dashboard, Financial Reports, '
|
||||
'Customer Follow up Management, Bank Statement Import',
|
||||
'description': 'Odoo 19 Financial Reports, Asset Management and '
|
||||
'Budget, Financial Reports, Recurring Payments, '
|
||||
'Bank Statement Import, Customer Follow Up Management,'
|
||||
'Account Lock Date, Accounting Dashboard',
|
||||
'live_test_url': 'https://www.youtube.com/c/OdooMates',
|
||||
'sequence': '1',
|
||||
'sequence': '1',
|
||||
'website': 'https://www.walnutit.com',
|
||||
'author': 'Odoo Mates, Walnut Software Solutions, Odoo SA',
|
||||
'maintainer': 'Odoo Mates, Walnut Software Solutions',
|
||||
'license': 'LGPL-3',
|
||||
'support': 'odoomates@gmail.com',
|
||||
'depends': [
|
||||
'accounting_pdf_reports',
|
||||
'om_account_asset',
|
||||
'om_account_budget',
|
||||
'om_fiscal_year',
|
||||
'om_recurring_payments',
|
||||
'om_account_daily_reports',
|
||||
'om_account_followup',
|
||||
],
|
||||
'data': [
|
||||
'security/group.xml',
|
||||
'views/menu.xml',
|
||||
'views/settings.xml',
|
||||
'views/account_group.xml',
|
||||
'views/account_tag.xml',
|
||||
'views/res_partner.xml',
|
||||
'views/account_bank_statement.xml',
|
||||
'views/payment_method.xml',
|
||||
'views/reconciliation.xml',
|
||||
'views/account_journal.xml',
|
||||
],
|
||||
'application': True,
|
||||
'images': ['static/description/banner.gif'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user