[FIX] l10n_in: Invoice title for india applies to all companies
Steps to reproduce:
1. install account_accountant
2. rename the Customer invoice journal to anything
3. print any invoice
4. the title doesn't change
5. install l10n_in
6. print any invoice
7. the title changes to the changed journal name
Issue:
the xpath replacing the title is not restricted to indian companies
Fix:
restrict it to only apply if the company is indian
opw-3473956
closes odoo/odoo#134149
Signed-off-by:
Josse Colpaert <jco@odoo.com>
Please register or sign in to comment