-
- Downloads
[FIX] account : set quantity of sections and notes to 0
To Reproduce
============
- on Accounting, create customer invoice with a section and a notes and a product
- go to studio, and edit list view
- the quantities of the section and the note are set to 1
- this behavior lead to some errors like having wrong value in total if we aggregate the quantity column
Problem
=======
`account.move.line` is initialized by quantity = 1
Solution
========
when creating lines of invoice, set quantity of section/note to 0
opw-3010889
closes odoo/odoo#103377
Signed-off-by:
William André (wan) <wan@odoo.com>
Loading
Please register or sign in to comment