forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
26 lines (26 loc) · 874 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
26
# Copyright 2023 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
{
"name": "Sale Purchase Stock Line Note",
"summary": "Propagate sale line note to stock move and purchase",
"version": "14.0.1.1.0",
"development_status": "Beta",
"category": "Hidden",
"website": "https://github.com/OCA/stock-logistics-workflow",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["grindtildeath"],
"license": "AGPL-3",
"installable": True,
"depends": [
"sale_order_line_note",
"sale_purchase_stock",
],
"data": [
"security/security.xml",
"report/report_stockpicking_operations.xml",
"views/purchase_order.xml",
"views/res_config_settings_views.xml",
"views/stock_move_line_views.xml",
"views/stock_picking.xml",
],
}