From f6a9430417075dd5a2c330ac9eed37fbdf22155b Mon Sep 17 00:00:00 2001 From: vra Date: Sat, 14 Aug 2010 20:03:17 +0530 Subject: [PATCH] [ADD] account_accountant: added a new group 'Accounting / Accountant and Manager' for making Accounting / invoicing environment. bzr revid: vra@tinyerp.com-20100814143317-0hlsuz2ottpbokyk --- addons/account_accountant/__init__.py | 23 +++ addons/account_accountant/__openerp__.py | 43 +++++ .../account_accountant/account_security.xml | 153 ++++++++++++++++++ 3 files changed, 219 insertions(+) create mode 100644 addons/account_accountant/__init__.py create mode 100644 addons/account_accountant/__openerp__.py create mode 100644 addons/account_accountant/account_security.xml diff --git a/addons/account_accountant/__init__.py b/addons/account_accountant/__init__.py new file mode 100644 index 00000000000..cb3a89eeb3e --- /dev/null +++ b/addons/account_accountant/__init__.py @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py new file mode 100644 index 00000000000..ab72c57a229 --- /dev/null +++ b/addons/account_accountant/__openerp__.py @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## +{ + "name" : "Accountant", + "version" : "1.1", + "author" : "OpenERP SA", + "category": 'Generic Modules/Accounting', + "description": """Account Accountant: This module make the account an Invoicing system but not an +accounting one. + """, + 'website': 'http://www.openerp.com', + 'init_xml': [], + "depends" : ["account"], + 'update_xml': [ + 'account_security.xml', + ], + 'demo_xml': [ + ], + 'test': [ + ], + 'installable': True, + 'active': False, + 'certificate': '', +} +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/account_accountant/account_security.xml b/addons/account_accountant/account_security.xml new file mode 100644 index 00000000000..80df9ab37a4 --- /dev/null +++ b/addons/account_accountant/account_security.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Accounting / Accountant and Manager + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file