Hi Team,
Please help on subjected line...
I'm using odoo community version 11.0-20200418 in windows.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
Hi Team,
Please help on subjected line...
I'm using odoo community version 11.0-20200418 in windows.
i dont recommend use replace attribute , other modules can need it , instead of this use invisible attr.
you can:
1. add invisible attribute for this field.
2. replace this field by other xpath.
for example.
<record id="view_partner_form_inherit" model="ir.ui.view">
    <field name="name">res.partner.
    <field name="model">res.partner</
    <field name="arch" type="xml">
        <!-- #1 -->
        <xpath expr="//field[@name='parent_
            <attribute name="invisible">1</attribute>
        </xpath>
        <!-- #2 
            <xpath expr="//field[@name='parent_
    </field>
</record>
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|  | 2 أكتوبر 23  | 6338 | ||
|  | 3 سبتمبر 23  | 3235 | ||
|  | 9 يونيو 23  | 13882 | ||
|  | 0 مايو 23  | 3185 | ||
|  | 1 مايو 23  | 2485 | 
Read inheritance concept: to add modify or delete existing field: https://goo.gl/4Zyc9d