Files
stock-logistics-warehouse/account_move_line_stock_info/__manifest__.py
2023-10-29 20:37:00 +00:00

19 lines
619 B
Python

# Copyright 2016-2022 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Move Line Stock Info",
"version": "14.0.2.3.1",
"depends": ["stock_account"],
"author": "ForgeFlow," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"installable": True,
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"views/account_move_line_view.xml",
"views/stock_move_view.xml",
],
"post_init_hook": "post_init_hook",
}