[FIX] Fixed the res.users view

The string attribute should not be used as a selector, because it is
translatable.
This commit is contained in:
Sylvain GARANCHER
2017-01-17 15:45:51 +01:00
parent 73013fc391
commit b9e9f62090

View File

@@ -6,12 +6,12 @@
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form" />
<field name="arch" type="xml">
<page string="Preferences">
<group name="printing">
<xpath expr="//group[@name='preferences']/ancestor::page" position="inside">
<group string="Printing" name="printing">
<field name="printing_action"/>
<field name="printing_printer_id"/>
</group>
</page>
</xpath>
</field>
</record>