forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
28 lines (28 loc) · 890 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
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "P7 Stock Valuation Report",
"version": "14.0.1.1.1",
"author": "Akretion, Odoo Community Association (OCA)",
"category": "Reports/QWeb",
"license": "AGPL-3",
"depends": [
"l10n_br_stock_account",
],
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Beta",
"maintainers": [
"mbcosta",
],
"data": [
# Security
"security/ir.model.access.csv",
# Wizard
"wizards/l10n_br_p7_model_inventory_report_wizard_view.xml",
# Report
"report/l10n_br_p7_model_inventory_report.xml",
"report/l10n_br_p7_model_inventory_report_view.xml",
],
"installable": True,
}