-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
[17.0][PORT] account_invoice_start_end_dates: add start/end dates in tree view of move lines #303
[17.0][PORT] account_invoice_start_end_dates: add start/end dates in tree view of move lines #303
Conversation
Hi @alexis-via, |
<field name="must_have_dates" invisible="1" /> | ||
<field | ||
name="start_date" | ||
attrs="{'required': [('must_have_dates', '=', True)]}" |
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.
attrs="{'required': [('must_have_dates', '=', True)]}" | |
required="must_have_dates" |
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.
Fixed
/> | ||
<field | ||
name="end_date" | ||
attrs="{'required': [('must_have_dates', '=', True)]}" |
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.
attrs="{'required': [('must_have_dates', '=', True)]}" | |
required="must_have_dates" |
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.
Fixed
…move lines The 2 new fields are hidden by default
60a27ab
to
5879beb
Compare
In fact the change was already there but done through another commit. The only relevant change brought here is the split of XML views in two files: |
This PR has the |
@sebalix The runboat/build check seems stuck. Is there a way to restart that? |
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at a8f92f3. Thanks a lot for contributing to OCA. ❤️ |
Ported this from 14.0 to 17.0: