-
- Downloads
[FIX] account: fix report invoice edit with Studio
Issue - Install Accounting & Studio - Accounting > Open studio - Reports > Invoices - Add a Field Column in the table and drag it after "Description" Some elements are shifted, which causes inconsistency in the table Cause In 924ca780 we added a th "source document" with a td containing the value. In bc131c0c we removed the td but not the th. Studio adds hook after each th & td. Since there is th but no td, there is an inconsistency in the hooks. Solution Remove the th from the view to avoid having a useless hook. OPW-2226726 closes odoo/odoo#48702 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>
Please register or sign in to comment