mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-21 15:32:03 +02:00
25 lines
824 B
Python
25 lines
824 B
Python
# Copyright 2015 Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
|
|
# Copyright 2020 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Goods Received Note",
|
|
"version": "16.0.1.1.0",
|
|
"author": "BCIM, ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
"category": "Delivery",
|
|
"depends": ["stock"],
|
|
"website": "https://github.com/OCA/stock-logistics-workflow",
|
|
"data": [
|
|
"views/stock_grn_views.xml",
|
|
"views/stock_grn_type_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
"views/stock_picking_type_views.xml",
|
|
"views/stock_move_views.xml",
|
|
"data/stock_grn.xml",
|
|
"security/ir.model.access.csv",
|
|
"security/ir_rule.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"license": "AGPL-3",
|
|
}
|