forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
25 lines (24 loc) · 869 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2024 Camptocamp (<https://www.camptocamp.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Picking Partner Note",
"version": "16.0.1.1.0",
"development_status": "Beta",
"category": "Product",
"summary": "Add partner notes on picking",
"author": "Camptocamp, BCIM, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"license": "AGPL-3",
"depends": ["sale_stock"],
"data": [
"security/ir.model.access.csv",
"views/res_partner.xml",
"views/stock_picking_note_type.xml",
"views/stock_picking_type.xml",
"views/stock_picking_note.xml",
"views/stock_picking_partner_note_menus.xml",
"views/res_config_settings.xml",
],
"installable": True,
"auto_install": False,
}