diff --git a/website_sale_enterprise_remove/README.rst b/website_sale_enterprise_remove/README.rst new file mode 100644 index 000000000..121d58369 --- /dev/null +++ b/website_sale_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 + +========================================= +Website Sale - Remove Enterprise Features +========================================= + +This module removes enterprise-only features from all website_sale 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. diff --git a/website_sale_enterprise_remove/__init__.py b/website_sale_enterprise_remove/__init__.py new file mode 100644 index 000000000..e50cfb2d6 --- /dev/null +++ b/website_sale_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/website_sale_enterprise_remove/__openerp__.py b/website_sale_enterprise_remove/__openerp__.py new file mode 100644 index 000000000..789b6047b --- /dev/null +++ b/website_sale_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': 'Website Sale - 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': [ + 'website_sale', + ], + 'data': [ + 'views/res_config_view.xml', + ] +} diff --git a/website_sale_enterprise_remove/static/description/icon.png b/website_sale_enterprise_remove/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/website_sale_enterprise_remove/static/description/icon.png differ diff --git a/website_sale_enterprise_remove/views/res_config_view.xml b/website_sale_enterprise_remove/views/res_config_view.xml new file mode 100644 index 000000000..fd1e504b7 --- /dev/null +++ b/website_sale_enterprise_remove/views/res_config_view.xml @@ -0,0 +1,31 @@ + + + + + + + + Website settings + website.config.settings + + + + True + + + True + + + True + + + True + + + + +