summaryrefslogtreecommitdiff
path: root/base_accounting_kit/__manifest__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
commit1ca3b3df3421961caec3b747a364071c80f5c7da (patch)
tree6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /base_accounting_kit/__manifest__.py
parentb57188be371d36d96caac4b8d65a40745c0e972c (diff)
initial commit
Diffstat (limited to 'base_accounting_kit/__manifest__.py')
-rw-r--r--base_accounting_kit/__manifest__.py122
1 files changed, 122 insertions, 0 deletions
diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py
new file mode 100644
index 0000000..d1a97d8
--- /dev/null
+++ b/base_accounting_kit/__manifest__.py
@@ -0,0 +1,122 @@
+# -*- coding: utf-8 -*-
+#############################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+#
+# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
+# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
+#
+# 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 <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
+{
+ 'name': 'Odoo 14 Full Accounting Kit',
+ 'version': '14.0.3.13.13',
+ 'category': 'Accounting',
+ 'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
+ 'summary': """ Asset and Budget Management,
+ Accounting Reports, PDC, Lock dates,
+ Credit Limit, Follow Ups,
+ Day-Bank-Cash book reports.""",
+ 'description': """
+ AccountingKit, Fullaccounting, Odoo accounting, Odooaccounting, all in one accounting,
+ allinoneaccounting, accounting,
+ Odoo 14 Accounting,Accounting Reports, Odoo 14 Accounting
+ PDF Reports, Asset Management, Budget Management,
+ Customer Credit Limit, Recurring Payment,
+ PDC Management, Customer Follow-up,
+ Lock Dates into Odoo 14 Community Edition,
+ Odoo Accounting,Odoo 14 Accounting Reports,Odoo 14,,
+ Full Accounting, Complete Accounting,
+ Odoo Community Accounting, Accounting for odoo 14,
+ Full Accounting Package,
+ Financial Reports, Financial Report for Odoo 14,
+ Reconciliation Widget,
+ Reconciliation Widget For Odoo14,
+ Payments Matching
+ """,
+ 'author': 'Cybrosys Techno Solutions, Odoo SA',
+ 'website': "https://www.cybrosys.com",
+ 'company': 'Cybrosys Techno Solutions',
+ 'maintainer': 'Cybrosys Techno Solutions',
+ 'depends': ['base', 'account', 'sale', 'account_check_printing', 'base_account_budget'],
+ 'data': [
+ 'security/ir.model.access.csv',
+ 'security/security.xml',
+ 'data/account_financial_report_data.xml',
+ 'data/cash_flow_data.xml',
+ 'data/account_pdc_data.xml',
+ 'data/followup_levels.xml',
+ 'data/account_asset_data.xml',
+ 'data/recurring_entry_cron.xml',
+ 'data/multiple_invoice_data.xml',
+ 'views/assets.xml',
+ 'views/dashboard_views.xml',
+ 'views/reports_config_view.xml',
+ 'views/accounting_menu.xml',
+ 'views/account_group.xml',
+ 'views/credit_limit_view.xml',
+ 'views/account_configuration.xml',
+ 'views/account_payment_view.xml',
+ 'views/res_config_view.xml',
+ 'views/recurring_payments_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/account_asset_templates.xml',
+ 'views/product_template_views.xml',
+ 'views/payment_matching.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/account_lock_date.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',
+ ],
+ 'qweb': [
+ 'static/src/xml/template.xml',
+ 'static/src/xml/payment_matching.xml'
+ ],
+ 'license': 'LGPL-3',
+ 'images': ['static/description/banner.gif'],
+ 'installable': True,
+ 'auto_install': False,
+ 'application': True,
+}