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",
|
2023-03-16 10:19:41 +01:00
|
|
|
"version": "16.0.1.0.0",
|
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",
|
2022-09-13 16:39:05 +02:00
|
|
|
"data": [
|
|
|
|
"security/account_security.xml",
|
|
|
|
"views/account_move_view.xml",
|
|
|
|
"views/purchase_order_view.xml",
|
|
|
|
],
|
2020-04-09 11:09:34 +02:00
|
|
|
"installable": True,
|
|
|
|
}
|