Hi,

i wonder if context is inherited between views, i mean

i defined one ir.action.act_window with context {'out_invoice_no_vat': True} 
that works well,
but a child form ( a many2one widget ) opens if it doesn't know about the 
parent context.

so i wonder how could be this implemented because i need the child form to be 
modified depending of 
type of invoice.

i've tried to alter parent form with <field .... 
context="{'out_invoice_no_vat': True}"> but context 
attribute is no accepted as valid.

thnx.

-- 
Felipe Alvarez Harnecker
[email protected] - 9.874.60.17

-- 
[email protected] mailing list

Reply via email to