-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path__manifest__.py
29 lines (29 loc) · 996 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
27
28
29
# Copyright (C) 2021 NextERP Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Stock Picking Comment Template",
"category": "Localization",
"summary": """
This model is going to add a a header and a footer at picking report
depeding on the operation type.
""",
"depends": [
"l10n_ro_stock_account",
"base_comment_template",
],
"data": [
"data/l10n_ro_stock_picking_comment_template.xml",
"views/stock_picking_view.xml",
"views/base_comment_template_view.xml",
"views/report_delivery_document.xml",
"views/report_picking.xml",
"security/ir.model.access.csv",
],
"license": "AGPL-3",
"version": "16.0.0.5.0",
"author": "NextERP Romania," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"installable": True,
"development_status": "Beta",
"maintainers": ["feketemihai"],
}