2020-04-09 11:09:34 +02:00
|
|
|
# Copyright 2019-2020 ForgeFlow S.L.
|
|
|
|
# (https://www.forgeflow.com)
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Account Move Line Purchase Info",
|
|
|
|
"summary": "Introduces the purchase order line to the journal items",
|
2022-01-10 10:36:19 +01:00
|
|
|
"version": "15.0.1.0.1",
|
2020-04-09 11:09:34 +02:00
|
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
2021-08-04 10:49:35 +02:00
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
2020-04-09 11:09:34 +02:00
|
|
|
"category": "Generic",
|
|
|
|
"depends": ["purchase_stock"],
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"data": ["security/account_security.xml", "views/account_move_view.xml"],
|
|
|
|
"installable": True,
|
|
|
|
}
|