mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
27 lines
843 B
Python
27 lines
843 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": "11.0.1.0.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",
|
|
"sale",
|
|
"base_comment_template",
|
|
],
|
|
"data": [
|
|
'views/base_comment_template_view.xml',
|
|
'views/report_picking.xml',
|
|
'views/report_delivery_document.xml',
|
|
"views/stock_picking_view.xml",
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'installable': True,
|
|
}
|