Initial import from Docker volume
This commit is contained in:
33
ir/view/action_act_window_form.xml
Executable file
33
ir/view/action_act_window_form.xml
Executable file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//page[@id='general']" position="inside">
|
||||
<label name="res_model_ref"/>
|
||||
<field name="res_model_ref"/>
|
||||
<label name="context_model_ref"/>
|
||||
<field name="context_model_ref"/>
|
||||
|
||||
<field name="act_window_views" colspan="4" view_ids="ir.act_window_view_view_list2"/>
|
||||
|
||||
<field name="act_window_domains" colspan="4" view_ids="ir.act_window_domain_view_list2"/>
|
||||
|
||||
<label name="domain"/>
|
||||
<field name="domain" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="context_domain"/>
|
||||
<field name="context_domain" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="context"/>
|
||||
<field name="context" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="order"/>
|
||||
<field name="order" colspan="3"/>
|
||||
|
||||
<label name="search_value"/>
|
||||
<field name="search_value" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="limit"/>
|
||||
<field name="limit"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user