Files
stock-logistics-warehouse/account_move_line_product/__manifest__.py

16 lines
560 B
Python

# Copyright 2019 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Move Line Product",
"version": "13.0.1.0.0",
"summary": "Displays the product in the journal entries and items",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Generic",
"depends": ["account"],
"license": "AGPL-3",
"data": ["views/account_move_line_view.xml"],
"installable": True,
}