Turn user_form signature separator invisible but do not remove it from the view

Other modules (e.g. company) rely on this xml node
to extend the user_form view as well
This commit is contained in:
Daniel M?ller 2017-07-12 14:23:15 +02:00
parent 66c97d3050
commit 73188e54df
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
<!-- This file is part electronic_mail module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='user']/separator[@name='signature']" position="replace" />
<xpath expr="/form/notebook/page[@id='user']/separator[@name='signature']" position="replace">
<separator name="signature" colspan="4" invisible="1"/>
</xpath>
<xpath expr="/form/notebook/page[@id='user']/field[@name='signature']" position="replace" >
<notebook colspan="4">
<page id="signature_plain" string="Signature">