Initialize v18 branch
Rename *_usability modules to *_usability_akretion
This commit is contained in:
32
purchase_stock_usability_akretion/__manifest__.py
Normal file
32
purchase_stock_usability_akretion/__manifest__.py
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 2014-2022 Akretion (http://www.akretion.com)
|
||||
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Purchase Stock Usability',
|
||||
'version': '16.0.1.0.0',
|
||||
'category': 'Purchases',
|
||||
'license': 'AGPL-3',
|
||||
'summary': 'Usability improvements on purchase_stock module',
|
||||
'description': """
|
||||
Purchase Stock Usability
|
||||
========================
|
||||
|
||||
Several usability improvements on the official purchase_stock module:
|
||||
|
||||
This module has been written by Alexis de Lattre from Akretion France.
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': [
|
||||
'purchase_stock',
|
||||
'purchase_usability',
|
||||
],
|
||||
'data': [
|
||||
'views/stock_picking.xml',
|
||||
'views/purchase_order.xml',
|
||||
'views/stock_move.xml',
|
||||
'views/stock_move_line.xml',
|
||||
],
|
||||
'installable': False,
|
||||
}
|
||||
Reference in New Issue
Block a user