Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3521 Zobrazení

How can I move <field name="categ_id" from 'Accounting' TAB to 'Information' TAB ?


Avatar
Zrušit
Nejlepší odpověď

HI Rob, how are you....

You have to first remove the field from current location using:
<field name="categ_id" position="replace">

</field>

and then add to your new location:

<xpath expr="/PATH_TO_YOUR_INFORMATION_TAB" position="inside">

<field name="categ_id"/>

</xpath>

Hope this will help you........

Avatar
Zrušit
Autor

Hi Pawan, I'm good thank you. I'll try :) thanx a lot

Autor

I've sent you some questions on Skype