mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
560 B
Python
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": "14.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,
|
|
}
|