# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions() # # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE # (LGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': 'Odoo 17 Full Accounting Kit', 'version': '17.0.1.0.0', 'category': 'Accounting', 'summary': """ Asset and Budget Management,Accounting Reports, PDC, Lock dates, Credit Limit, Follow Ups, Day-Bank-Cash book reports.""", 'description': """ The module used to manage the Full Account Features. that can manage the Account Reports,Journals Asset and Budget Management, Accounting Reports, PDC, Lock dates, Credit Limit, Follow Ups, Day-Bank-Cash book report, odoo17, odoo17 accounting, odoo accounting, v17 accounting,Odoo 17 Accounting, odoo apps""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'depends': ['account', 'sale', 'account_check_printing', 'base_account_budget', 'analytic'], 'data': [ 'security/security.xml', 'security/ir.model.access.csv', 'data/account_financial_report_data.xml', 'data/cash_flow_data.xml', 'data/followup_levels.xml', 'data/multiple_invoice_data.xml', 'data/recurring_entry_cron.xml', 'data/account_pdc_data.xml', 'views/reports_config_view.xml', 'views/accounting_menu.xml', 'views/account_group.xml', 'views/credit_limit_view.xml', 'views/account_configuration.xml', 'views/res_config_view.xml', 'views/account_followup.xml', 'views/followup_report.xml', 'wizard/asset_depreciation_confirmation_wizard_views.xml', 'wizard/asset_modify_views.xml', 'views/account_asset_views.xml', 'views/account_move_views.xml', 'views/product_template_views.xml', 'views/multiple_invoice_layout_view.xml', 'views/multiple_invoice_form.xml', 'wizard/financial_report.xml', 'wizard/general_ledger.xml', 'wizard/partner_ledger.xml', 'wizard/tax_report.xml', 'wizard/trial_balance.xml', 'wizard/aged_partner.xml', 'wizard/journal_audit.xml', 'wizard/cash_flow_report.xml', 'wizard/account_bank_book_wizard_view.xml', 'wizard/account_cash_book_wizard_view.xml', 'wizard/account_day_book_wizard_view.xml', 'report/report_financial.xml', 'report/general_ledger_report.xml', 'report/report_journal_audit.xml', 'report/report_aged_partner.xml', 'report/report_trial_balance.xml', 'report/report_tax.xml', 'report/report_partner_ledger.xml', 'report/cash_flow_report.xml', 'report/account_bank_book_view.xml', 'report/account_cash_book_view.xml', 'report/account_day_book_view.xml', 'report/account_asset_report_views.xml', 'report/report.xml', 'report/multiple_invoice_layouts.xml', 'report/multiple_invoice_report.xml', 'views/recurring_payments_view.xml', 'wizard/account_lock_date.xml', 'views/account_payment_view.xml', ], 'license': 'LGPL-3', 'images': ['static/description/banner.gif'], 'installable': True, 'auto_install': False, 'application': True, }