From 2ab5e7afe9389482b53e0ab7beca98b18d9db140 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Mon, 21 Aug 2017 11:48:35 +0530 Subject: [PATCH] [ADD] Inital Commit --- accounting_auditor/__manifest__.py | 2 +- accounting_auditor/__manifest__.py~ | 43 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 accounting_auditor/__manifest__.py~ diff --git a/accounting_auditor/__manifest__.py b/accounting_auditor/__manifest__.py index 7347332e0..2f199ee47 100644 --- a/accounting_auditor/__manifest__.py +++ b/accounting_auditor/__manifest__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': 'Accounting Auditor', - 'version': '10.0.1.0.0', + 'version': '10.0.1.0', 'summary': 'Addition of New Group for Account Auditing Purpose.', 'description': 'Addition of new group for account auditing purpose.', 'category': 'Accounting', diff --git a/accounting_auditor/__manifest__.py~ b/accounting_auditor/__manifest__.py~ new file mode 100644 index 000000000..7347332e0 --- /dev/null +++ b/accounting_auditor/__manifest__.py~ @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2017-TODAY Cybrosys Technologies(). +# Author: Niyas Raphy() +# you can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# It is forbidden to publish, distribute, sublicense, or sell copies +# of the Software or modified copies of the Software. +# +# 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 +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# If not, see . +# +############################################################################## +{ + 'name': 'Accounting Auditor', + 'version': '10.0.1.0.0', + 'summary': 'Addition of New Group for Account Auditing Purpose.', + 'description': 'Addition of new group for account auditing purpose.', + 'category': 'Accounting', + 'author': "Cybrosys Techno Solutions", + 'company': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'depends': ['account_accountant', 'stock'], + 'data': [ + 'views/auditor_group_view.xml', + 'views/view_menu_account.xml', + 'security/ir.model.access.csv', + ], + 'test': [], + 'license': 'AGPL-3', + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +}