Remove module sale_no_filter_myorder, which is not useful in v10
This commit is contained in:
@@ -1,29 +0,0 @@
|
|||||||
.. 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 <sebastien.beau@akretion.com>
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# © 2015 Akretion (http://www.akretion.com)
|
|
||||||
# Sébastien BEAU <sebastien.beau@akretion.com>
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# © 2015 Akretion (http://www.akretion.com)
|
|
||||||
# Sébastien BEAU <sebastien.beau@akretion.com>
|
|
||||||
# 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": False,
|
|
||||||
"external_dependencies": {
|
|
||||||
"python": [],
|
|
||||||
"bin": [],
|
|
||||||
},
|
|
||||||
"depends": [
|
|
||||||
"sale",
|
|
||||||
],
|
|
||||||
"data": [
|
|
||||||
"views/sale_view.xml",
|
|
||||||
],
|
|
||||||
"demo": [
|
|
||||||
],
|
|
||||||
"qweb": [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- © <YEAR(S)> <AUTHOR(S)>
|
|
||||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
|
||||||
|
|
||||||
<openerp>
|
|
||||||
<data>
|
|
||||||
|
|
||||||
<record id="sale.action_orders" model="ir.actions.act_window">
|
|
||||||
<field name="context">{}</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<record id="sale.action_quotations" model="ir.actions.act_window">
|
|
||||||
<field name="context">{}</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
</data>
|
|
||||||
</openerp>
|
|
||||||
Reference in New Issue
Block a user