This question has been flagged
1 Reply
2585 Views

Good Morning Friends,

Need Ur Help...!

I add a custom module to add 3 fields in Task(form view)..

The fields are,

                'file_type'
                'file_no_tm'
                'file_no_cr'

I have to view the fields for particular groups as follows,

                 <field name="file_type" groups="file_details.group_all_files_user"/>

                 <field name="file_no_tm" groups="file_details.group_trademark_user"/>

                 <field name="file_no_cr" groups="file_details.group_company_registeration_user"/>

But i have to check one thing,

If field_type="Trademark Registeration"

                 file_no_tm should be visible for the group "group_all_files_user" also

If field_type="Company Registeration"

                 file_no_tcr should be visible for the group "group_all_files_user" also             

How i made this condition & where??

Thanks in Advance...

Avatar
Discard
Author

Hey,,,No1 Know This??

Best Answer

Hello aci aisha,

see this link may be very helpfull for you 

https://bugs.launchpad.net/openobject-client/+bug/531814

if you find this answer helpful, please give me a thumbs up vote    

Regards,

Ankit H Gandhi

Avatar
Discard
Author

Sorry,I didnt got it!!