abla001
abla001
@nle-odoo totally agree,n thank you for feedback ! I updated the commit
@tde-banana-odoo can you take a look at this fix ?
@seb-odoo ty for feedback, I tried to add a test here https://github.com/odoo/odoo/blob/14.0/addons/mail/static/src/components/chatter/chatter_suggested_recipient_tests.js but I can't find the dialog element when clicking on checkbox :sweat_smile:
@seb-odoo can you R+ if you think everything is good ? I added a QUnit test that fails without this fix
@seb-odoo i updated the PR
@xavierbol any news about this ?
@xavierbol After investigating, the condition `('move_id.expense_sheet_id', '=', False)` won't resolve the issue, as it only excludes bills linked to the expense. The problem originates from the invoices, which can only...