mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
22 lines
790 B
Python
22 lines
790 B
Python
# Copyright 2019 C2i Change 2 improve - Eduardo Magdalena <emagdalena@c2i.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Picking Comments",
|
|
"summary": "Comments texts templates on Picking documents",
|
|
"version": "14.0.1.1.0",
|
|
"category": "Warehouse Management",
|
|
"website": "https://github.com/OCA/stock-logistics-reporting",
|
|
"author": "C2i Change 2 improve," "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["stock", "base_comment_template"],
|
|
"data": [
|
|
"views/base_comment_template_view.xml",
|
|
"views/report_delivery_document.xml",
|
|
"views/report_picking.xml",
|
|
"views/stock_picking_view.xml",
|
|
"security/ir.model.access.csv",
|
|
],
|
|
"installable": True,
|
|
}
|