mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
19 lines
501 B
Python
19 lines
501 B
Python
# Copyright 2021 Akretion
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Search Supplierinfo Code",
|
|
"summary": """
|
|
Allows to search for picking from supplierinfo code""",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": [
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/stock_picking.xml",
|
|
],
|
|
}
|