mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 17:42:05 +02:00
19.0 vanilla
This commit is contained in:
parent
ff721d030e
commit
7721452493
1826 changed files with 124775 additions and 274114 deletions
|
|
@ -8,8 +8,8 @@ class AccountReportExpression(models.AbstractModel):
|
|||
_inherit = "account.report.expression"
|
||||
|
||||
def _get_carryover_target_expression(self, options):
|
||||
if self.report_line_id.code == 'VP14b' and fields.Date.from_string(options['date']['date_to']).month == 12:
|
||||
if self.report_line_id.code == 'VP14' and fields.Date.from_string(options['date']['date_to']).month == 12:
|
||||
# For this line, if we are between two years, we want to carry over to vp9 instead of the line set in the XML file (vp8)
|
||||
return self.env.ref('l10n_it.tax_report_line_vp9_applied_carryover')
|
||||
return self.env.ref('l10n_it.tax_monthly_report_line_vp9_applied_carryover')
|
||||
|
||||
return super()._get_carryover_target_expression(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue