stock_usability: Improve display of reservations from quants

Add link to stock.move.lines from lot form view
This commit is contained in:
Alexis de Lattre
2022-09-05 14:09:37 +02:00
parent 7b0e4bcb55
commit 6242dec047
6 changed files with 103 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
# Copyright 2021 Akretion France (http://www.akretion.com/)
# Copyright 2021-2022 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, fields, models, _
from odoo import fields, models, _
from odoo.tools import float_compare, float_is_zero