@ -23,7 +23,7 @@ To use this module, you need to:
* Go to any partner's form.
* Enable *Is company?*.
* Go to *Sales & Purchases > Employee quantity*.
* You will see a new group of fields called *Employee quantity*.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
@ -7,7 +7,7 @@
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='sales_purchases']/group">
<xpath expr="/form/sheet/group">
<group name="employee_quantity"
string="Employee quantity"
attrs="{'invisible': [('is_company', '=', False)]}">