-
-
Notifications
You must be signed in to change notification settings - Fork 163
[16.0][MIG] l10n_ch_qr_no_amount #742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 16.0
Are you sure you want to change the base?
Conversation
|
||
@api.model | ||
def _get_report_values(self, docids, data=None): | ||
if self._name == "report.l10n_ch_qr_no_amount.qr_no_amount_report_main": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This condition will always evaluate to True as it's the _name
of the class
where the override is done.
You can cherry-pick from #745 to solve the amount encoded in QR issue that was introduced in the migration to 17.0
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. |
Backport l10n_ch_qr_no_amount from 17.0