We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add inherit view on tree view Orbeon Runner "health_orbeon.orbeon_all_runner_forms_tree"
Purpose: Better view of runner forms when using projects:
<?xml version="1.0"?> <data> <xpath expr="//field[@name='url']" position="replace"> </xpath> <xpath expr="//field[@name='builder_id']" position="replace"> <field name="display_name"/> </xpath> <xpath expr="//field[@name='res_model']" position="replace"> <field name="partner_id"/> </xpath> <xpath expr="//field[@name='res_id']" position="replace"> <field name="project_id"/> </xpath> <xpath expr="//field[@name='is_merged']" position="replace"> <field name="stage_id"/> </xpath> </data>
The text was updated successfully, but these errors were encountered:
dochse
No branches or pull requests
Add inherit view on tree view Orbeon Runner "health_orbeon.orbeon_all_runner_forms_tree"
Purpose: Better view of runner forms when using projects:
The text was updated successfully, but these errors were encountered: