diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-30 09:16:41 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-30 09:16:41 +0700 |
| commit | 4b2951b33fb717c0f22203a7121be241a9d16139 (patch) | |
| tree | 5ef6e197887b75b5f0bc9bb8c5294f66e6018612 /fixco_custom | |
| parent | 526d8b4386454cac31994001cc2f64bbe2e8f794 (diff) | |
move ginee shop id location
Diffstat (limited to 'fixco_custom')
| -rw-r--r-- | fixco_custom/views/res_partner.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/views/res_partner.xml b/fixco_custom/views/res_partner.xml index f0da57f..2257254 100644 --- a/fixco_custom/views/res_partner.xml +++ b/fixco_custom/views/res_partner.xml @@ -6,7 +6,7 @@ <field name="model">res.partner</field> <field name="inherit_id" ref="base.view_partner_form"/> <field name="arch" type="xml"> - <field name="website" position="after"> + <field name="industry_id" position="after"> <field name="ginee_shop_id" readonly="1"/> </field> </field> |
