This commit is contained in:
Ivan Office
2024-11-26 22:45:12 +08:00
parent 6bd3a63b69
commit d3079062bd
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
{ {
'name': 'Web Form Fullwidth, Full screen full width. Chatter Position ', 'name': 'Web Form Fullwidth, Full screen full width. Chatter Position ',
'version': '16.23.12.12', 'version': '16.24.11.26',
'category': 'Extra tools', 'category': 'Extra tools',
'author': 'odooai.cn', 'author': 'odooai.cn',
'website': 'https://www.odooai.cn', 'website': 'https://www.odooai.cn',

View File

@@ -6,7 +6,7 @@
<field name="inherit_id" ref="base.view_users_form_simple_modif"/> <field name="inherit_id" ref="base.view_users_form_simple_modif"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='email']" position="after"> <xpath expr="//field[@name='email']" position="after">
<field name="chatter_position" widget="radio"/> <field name="chatter_position" widget="radio" options="{'horizontal': True}"/>
</xpath> </xpath>
</field> </field>
</record> </record>