-
- Downloads
[FIX] account_check_printing: print check from expense
When printing a check that comes from an expense,
the check has no reference to the move from which
the payment has been created.
The reason is that we filter the move by taking
only outbounds to complete the check informations,
but moves from an expense are of type entry.
With this commit, we allow moves coming from
expense to be taken into account by adding a
check on move.move_type.
opw-3044141
closes odoo/odoo#105023
X-original-commit: 70729dd41cc0050d55758e0fb9ccbed6b06537ea
Signed-off-by:
John Laterre (jol) <jol@odoo.com>
Please register or sign in to comment