2018-02-09 14:30:59 +01:00
|
|
|
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
|
|
|
# (www.eficent.com)
|
2017-01-21 21:21:45 +01:00
|
|
|
# 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",
|
2019-07-11 18:49:31 +02:00
|
|
|
"version": "12.0.1.0.1",
|
2017-01-21 21:21:45 +01:00
|
|
|
"author": "Eficent, "
|
|
|
|
"Odoo Community Association (OCA)",
|
2018-12-04 12:59:44 +01:00
|
|
|
"website": "https://www.github.com/OCA/account-financial-tools",
|
2017-01-21 21:21:45 +01:00
|
|
|
"category": "Generic",
|
2018-12-04 12:59:44 +01:00
|
|
|
"depends": ["purchase_stock"],
|
2017-01-21 21:21:45 +01:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"data": [
|
|
|
|
"security/account_security.xml",
|
|
|
|
"views/account_move_view.xml",
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
}
|