|
84 | 84 | />
|
85 | 85 | </h2>
|
86 | 86 | </div>
|
87 |
| - <group colspan="4" col="4"> |
88 |
| - <field |
89 |
| - name="service_type_ids" |
90 |
| - widget="many2many_tags" |
91 |
| - options="{'no_create_edit':true,'no_open':true}" |
92 |
| - readonly="is_disabled" |
93 |
| - colspan="4" |
94 |
| - /> |
95 |
| - <field name="phone_no" readonly="is_disabled" /> |
96 |
| - <field name="phone_sanitized" /> |
97 |
| - <field |
98 |
| - name="country_id" |
99 |
| - options="{'no_create':true,'no_edit':true,'no_open':true}" |
100 |
| - readonly="is_disabled" |
101 |
| - /> |
102 |
| - <field name="shop_address" readonly="is_disabled" colspan="4" /> |
103 |
| - <field name="is_contract_active" readonly="is_disabled" colspan="4" /> |
104 |
| - <field |
105 |
| - name="res_partner_company_id" |
106 |
| - options="{'no_create':true,'no_edit':true,'no_open':true}" |
107 |
| - /> |
108 |
| - <field name="is_disabled" readonly="True" /> |
109 |
| - <field name="disabled_date" readonly="True" /> |
110 |
| - <field |
111 |
| - name="disabled_reason" |
112 |
| - readonly="not is_disabled" |
113 |
| - required="is_disabled" |
114 |
| - colspan="4" |
115 |
| - /> |
| 87 | + <group> |
| 88 | + <group> |
| 89 | + <field |
| 90 | + name="service_type_ids" |
| 91 | + widget="many2many_tags" |
| 92 | + options="{'no_create_edit':true,'no_open':true}" |
| 93 | + readonly="is_disabled" |
| 94 | + /> |
| 95 | + <field name="shop_address" readonly="is_disabled" /> |
| 96 | + <field name="is_contract_active" readonly="is_disabled" /> |
| 97 | + <field |
| 98 | + name="res_partner_company_id" |
| 99 | + options="{'no_create':true,'no_edit':true,'no_open':true}" |
| 100 | + /> |
| 101 | + <field name="is_disabled" readonly="True" /> |
| 102 | + <field name="disabled_date" readonly="True" /> |
| 103 | + <field name="disabled_reason" readonly="not is_disabled" required="is_disabled" /> |
| 104 | + </group> |
| 105 | + <group> |
| 106 | + <field name="phone_no" readonly="is_disabled" /> |
| 107 | + <field name="phone_sanitized" /> |
| 108 | + <field |
| 109 | + name="country_id" |
| 110 | + options="{'no_create':true,'no_edit':true,'no_open':true}" |
| 111 | + readonly="is_disabled" |
| 112 | + /> |
| 113 | + </group> |
116 | 114 | </group>
|
117 | 115 | </sheet>
|
118 | 116 | <div class="oe_chatter">
|
|
0 commit comments