2020-05-15 15:12:20 +02:00
|
|
|
# Copyright 2020 ForgeFlow S.L.
|
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Account Move Line Sale Info",
|
|
|
|
"summary": "Introduces the purchase order line to the journal items",
|
|
|
|
"version": "11.0.1.0.0",
|
|
|
|
"author": "ForgeFlow S.L., "
|
|
|
|
"Odoo Community Association (OCA)",
|
|
|
|
"website": "http://www.github.com/OCA/account-financial-tools",
|
|
|
|
"category": "Generic",
|
2020-05-18 15:34:53 +02:00
|
|
|
"depends": ["account_move_line_stock_info", "sale"],
|
2020-05-15 15:12:20 +02:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"data": [
|
|
|
|
"security/account_security.xml",
|
|
|
|
"views/account_move_view.xml",
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
'post_init_hook': 'post_init_hook',
|
|
|
|
}
|