2017-01-21 21:21:45 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.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",
|
2017-03-14 11:47:48 +01:00
|
|
|
"version": "10.0.1.0.0",
|
2017-01-21 21:21:45 +01:00
|
|
|
"author": "Eficent, "
|
|
|
|
"Odoo Community Association (OCA)",
|
|
|
|
"website": "http://www.github.com/OCA/account-financial-tools",
|
|
|
|
"category": "Generic",
|
|
|
|
"depends": ["account_accountant", "purchase"],
|
|
|
|
"license": "AGPL-3",
|
|
|
|
"data": [
|
|
|
|
"security/account_security.xml",
|
|
|
|
"views/account_move_view.xml",
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
}
|