Skip to content

Commit 28dbba1

Browse files
committed
[IMP] page string
1 parent 9cc61e0 commit 28dbba1

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

spp_base_social_registry/views/registrant_view.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</field>
1313
</record>
1414

15-
<record id="view_individuals_base_custom_form" model="ir.ui.view">
16-
<field name="name">view_individuals_base_custom_form</field>
15+
<record id="view_individuals_social_registry_form" model="ir.ui.view">
16+
<field name="name">view_individuals_social_registry_form</field>
1717
<field name="model">res.partner</field>
1818
<field name="inherit_id" ref="g2p_registry_individual.view_individuals_form" />
1919
<field name="arch" type="xml">
@@ -41,6 +41,9 @@
4141
<xpath expr="//field[@name='related_1_ids']/tree/field[@name='disabled_by']" position="attributes">
4242
<attribute name="column_invisible">1</attribute>
4343
</xpath>
44+
<xpath expr="//page[@name='relationships']" position="attributes">
45+
<attribute name="string">Relations</attribute>
46+
</xpath>
4447
</field>
4548
</record>
4649

@@ -55,8 +58,8 @@
5558
</field>
5659
</record>
5760

58-
<record id="view_groups_base_custom_form" model="ir.ui.view">
59-
<field name="name">view_groups_base_custom_form</field>
61+
<record id="view_groups_social_registry_form" model="ir.ui.view">
62+
<field name="name">view_groups_social_registry_form</field>
6063
<field name="model">res.partner</field>
6164
<field name="inherit_id" ref="g2p_registry_group.view_groups_form" />
6265
<field name="arch" type="xml">
@@ -84,6 +87,9 @@
8487
<xpath expr="//field[@name='related_1_ids']/tree/field[@name='disabled_by']" position="attributes">
8588
<attribute name="column_invisible">1</attribute>
8689
</xpath>
90+
<xpath expr="//page[@name='relationships']" position="attributes">
91+
<attribute name="string">Relations</attribute>
92+
</xpath>
8793
</field>
8894
</record>
8995

spp_base_spmis/views/registrant_view.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<xpath expr="//field[@name='related_1_ids']/tree/field[@name='disabled_by']" position="attributes">
3535
<attribute name="column_invisible">1</attribute>
3636
</xpath>
37+
<xpath expr="//page[@name='relationships']" position="attributes">
38+
<attribute name="string">Relations</attribute>
39+
</xpath>
3740
</field>
3841
</record>
3942

@@ -70,6 +73,9 @@
7073
<xpath expr="//field[@name='related_1_ids']/tree/field[@name='disabled_by']" position="attributes">
7174
<attribute name="column_invisible">1</attribute>
7275
</xpath>
76+
<xpath expr="//page[@name='relationships']" position="attributes">
77+
<attribute name="string">Relations</attribute>
78+
</xpath>
7379
</field>
7480
</record>
7581

0 commit comments

Comments
 (0)