mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
We want to make sure that we move the stock_move_id from the account.move to the account.move.line
19 lines
619 B
Python
19 lines
619 B
Python
# Copyright 2016-2022 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Account Move Line Stock Info",
|
|
"version": "14.0.2.1.0",
|
|
"depends": ["stock_account"],
|
|
"author": "ForgeFlow," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse Management",
|
|
"installable": True,
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/account_move_line_view.xml",
|
|
"views/stock_move_view.xml",
|
|
],
|
|
"post_init_hook": "post_init_hook",
|
|
}
|