mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[REM] stock_package_type_button_box: Make it uninstallable as in core
Since de87a78e09,
this is not necesarry anymore
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
exclude: |
|
||||
(?x)
|
||||
# NOT INSTALLABLE ADDONS
|
||||
^stock_package_type_button_box/|
|
||||
# END NOT INSTALLABLE ADDONS
|
||||
# Files and folders generated by bots, to avoid loops
|
||||
^setup/|/static/description/index\.html$|
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../../../stock_package_type_button_box
|
||||
@@ -1,6 +0,0 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "Stock Package Type Button Box",
|
||||
"summary": """
|
||||
This module is a technical module that allows to fill in a button box
|
||||
DEPRECATED - This module is a technical module that allows to fill in a button box
|
||||
for Stock Package Type form view""",
|
||||
"version": "16.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
@@ -12,6 +12,7 @@
|
||||
"maintainers": ["rousseldenis"],
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
"depends": ["stock"],
|
||||
"installable": False,
|
||||
"data": [
|
||||
"views/stock_package_type.xml",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user