[18.0] [FIX] report_substitute: account.move.send.wizard report substitution - #1149
[18.0] [FIX] report_substitute: account.move.send.wizard report substitution#1149amkarthik wants to merge 1 commit into
Conversation
|
Hi @sbejaoui, |
14a5f23 to
bd66fa5
Compare
|
This PR has the |
lmignon
left a comment
There was a problem hiding this comment.
Are you sure that with this change the substitution are not ran 2 times in nomale cases? A first time in the _pre_render phase and a second time at _render?
HviorForgeFlow
left a comment
There was a problem hiding this comment.
@amkarthik can you attend comment #1149 (review)
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Issue Description:
When sending emails from invoices, the substitution rules are not being applied as expected.
Resolution:
This PR addresses and resolves the issue by ensuring that the substitution rules are correctly applied during email generation from invoices.