Adds README to stock_user_default_warehouse_base
Also removes class reference in super()
This commit is contained in:
@@ -8,17 +8,6 @@
|
||||
'category': 'Inventory, Logistics, Warehousing',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'Configure a default warehouse on user',
|
||||
'description': """
|
||||
Default Warehouse on User
|
||||
=========================
|
||||
|
||||
With this module, you will be able to configure a default warehouse in the preferences of the user.
|
||||
|
||||
This module doesn't do anything by itself. It should be used together with stock_user_default_warehouse_sale and/or stock_user_default_warehouse_purchase.
|
||||
|
||||
This module has been written by Alexis de Lattre from Akretion
|
||||
<alexis.delattre@akretion.com>.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': ['stock'],
|
||||
|
||||
Reference in New Issue
Block a user