-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
[FIX] fiscal year display #122
[FIX] fiscal year display #122
Conversation
65e4d2f
to
949a414
Compare
|
949a414
to
7334086
Compare
<span t-field="o.declaration_id.fiscal_year" />. | ||
<span | ||
t-field="o.declaration_id.fiscal_year" | ||
t-options-widget="chars" |
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.
why sometimes "'chars'"
and sometimes "chars"
?
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.
Should the widget not be char
in any case?
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.
yes, also t-options-widget seems to be deprecated, I used t-options instead.
I tested it and it works.
7334086
to
281e464
Compare
ca2c81b
to
281e464
Compare
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 8036237. Thanks a lot for contributing to OCA. ❤️ |
No description provided.