diff --git a/account_enterprise_remove/README.rst b/account_enterprise_remove/README.rst new file mode 100644 index 000000000..d0435899a --- /dev/null +++ b/account_enterprise_remove/README.rst @@ -0,0 +1,52 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +==================================== +Account - Remove Enterprise Features +==================================== + +This module removes enterprise-only features from all account views. + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/149/9.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Brett Wood + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file diff --git a/account_enterprise_remove/__init__.py b/account_enterprise_remove/__init__.py new file mode 100644 index 000000000..e50cfb2d6 --- /dev/null +++ b/account_enterprise_remove/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 LasLabs Inc. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/account_enterprise_remove/__openerp__.py b/account_enterprise_remove/__openerp__.py new file mode 100644 index 000000000..0985458a3 --- /dev/null +++ b/account_enterprise_remove/__openerp__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 LasLabs Inc. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + 'name': 'Account - Remove Enterprise Features', + 'version': '9.0.1.0.0', + 'category': 'Maintenance', + 'website': "https://laslabs.com", + 'author': 'LasLabs, Odoo Community Association (OCA)', + 'license': 'AGPL-3', + 'application': False, + 'installable': True, + 'depends': [ + 'account', + ], + 'data': [ + 'views/res_config_view.xml', + ] +} diff --git a/account_enterprise_remove/static/description/icon.png b/account_enterprise_remove/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_enterprise_remove/static/description/icon.png differ diff --git a/account_enterprise_remove/views/res_config_view.xml b/account_enterprise_remove/views/res_config_view.xml new file mode 100644 index 000000000..552b3ef32 --- /dev/null +++ b/account_enterprise_remove/views/res_config_view.xml @@ -0,0 +1,40 @@ + + + + + + + + account settings + account.config.settings + + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + + +