How can I move <field name="categ_id" from 'Accounting' TAB to 'Information' TAB ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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........
Hi Pawan, I'm good thank you. I'll try :) thanx a lot
I've sent you some questions on Skype
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się