Compare commits

..

No commits in common. "80e90ca88a3ab507044909fc4c6ab1665c126f55" and "cf0b469b2154d28ca2357f674121a2ccba6cdaf2" have entirely different histories.

1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="res_users_form_inherit" model="ir.ui.view">
<field name="name">res.users.inherit</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='company_id']" position="after">
<field name="token" string="Token"/>
</xpath>
</field>
</record>
</odoo>