Skip to content

Commit

Permalink
Merge PR OCA#4486 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by primes2h
  • Loading branch information
OCA-git-bot committed Dec 6, 2024
2 parents a149fa6 + 292fe81 commit e0314e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def prepare_report_vals(self):
"show_partner_details": self.show_partner_details,
"unaffected_earnings_account": self.unaffected_earnings_account.id,
"account_financial_report_lang": self.env.lang,
"grouped_by": False,
}

def _print_report(self, report_type):
Expand Down
4 changes: 2 additions & 2 deletions l10n_it_withholding_tax/views/account.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
/></group></xpath>

<xpath
expr="//group/group/field[@name='payment_reference']"
position="after"
expr="//group/group/field[@name='partner_bank_id']"
position="before"
>
<field name="withholding_tax" invisible="1" />
</xpath>
Expand Down

0 comments on commit e0314e9

Please sign in to comment.