diff --git a/sale_no_filter_myorder/README.rst b/sale_no_filter_myorder/README.rst new file mode 100644 index 0000000..abba953 --- /dev/null +++ b/sale_no_filter_myorder/README.rst @@ -0,0 +1,29 @@ +.. 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 + +============== +sale no filter myorder +============== + +This module remove the default "my" filter on sale order + +Installation +============ + +No special requirement, just install it + +Configuration +============= + +No special requirement + +Usage +===== + +Go to sale menu, the filter "my" is not selected anymore by default + +Contributors +------------ + +* Sébsatien BEAU diff --git a/sale_no_filter_myorder/__init__.py b/sale_no_filter_myorder/__init__.py new file mode 100644 index 0000000..e3422dc --- /dev/null +++ b/sale_no_filter_myorder/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# © 2015 Akretion (http://www.akretion.com) +# Sébastien BEAU +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/sale_no_filter_myorder/__openerp__.py b/sale_no_filter_myorder/__openerp__.py new file mode 100644 index 0000000..5cb2e37 --- /dev/null +++ b/sale_no_filter_myorder/__openerp__.py @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +# © 2015 Akretion (http://www.akretion.com) +# Sébastien BEAU +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Sale no filter my order", + "summary": "Module summary", + "version": "8.0.1.0.0", + "category": "Uncategorized", + "website": "https://akretion.com", + "author": "Akretion", + "license": "AGPL-3", + "application": False, + "installable": True, + "external_dependencies": { + "python": [], + "bin": [], + }, + "depends": [ + "base", + ], + "data": [ + "views/sale_view.xml", + ], + "demo": [ + ], + "qweb": [ + ] +} diff --git a/sale_no_filter_myorder/views/sale_view.xml b/sale_no_filter_myorder/views/sale_view.xml new file mode 100644 index 0000000..066ba8b --- /dev/null +++ b/sale_no_filter_myorder/views/sale_view.xml @@ -0,0 +1,17 @@ + + + + + + + + {} + + + + {} + + + +