mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
22 lines
739 B
Python
22 lines
739 B
Python
# Copyright 2019 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Card Report",
|
|
"summary": "Add stock card report on Inventory Reporting.",
|
|
"version": "14.0.1.0.2",
|
|
"category": "Warehouse",
|
|
"website": "https://github.com/OCA/stock-logistics-reporting",
|
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["stock", "date_range", "report_xlsx_helper"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/paper_format.xml",
|
|
"data/report_data.xml",
|
|
"reports/stock_card_report.xml",
|
|
"wizard/stock_card_report_wizard_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|