Skip to content
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

Add Inherit view orbeon_runner_project #67

Open
thomaspot opened this issue May 26, 2018 · 0 comments
Open

Add Inherit view orbeon_runner_project #67

thomaspot opened this issue May 26, 2018 · 0 comments
Assignees

Comments

@thomaspot
Copy link
Member

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants