Files
stock-logistics-reporting/stock_card_report/__manifest__.py
2021-04-29 11:29:43 +00:00

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,
}