2
0
account-financial-tools/account_move_line_sale_info/__manifest__.py

21 lines
731 B
Python
Raw Normal View History

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",
2021-10-28 11:17:04 +02:00
"version": "13.0.1.0.3",
2020-07-29 17:26:15 +02:00
"author": "ForgeFlow S.L., " "Odoo Community Association (OCA)",
2020-05-15 15:12:20 +02:00
"website": "http://www.github.com/OCA/account-financial-tools",
"category": "Generic",
"depends": [
"account_move_line_stock_info",
"sale_stock",
"stock_account_prepare_anglo_saxon_out_lines_hook",
],
2020-05-15 15:12:20 +02:00
"license": "AGPL-3",
"data": ["security/account_security.xml", "views/account_move_view.xml"],
2020-07-29 17:26:15 +02:00
"installable": True,
"post_init_hook": "post_init_hook",
2020-05-15 15:12:20 +02:00
}