Hello, I want to write company_id as default value in tables: project_issue_version, project_category and project_phases. (I write a module who extend object/table) I try to write in this table with:
'company_id': lambda s,cr,uid,c: s.pool.get('res.company')._company_default_get(cr, uid, 'res.partner', context=c),
but don't work.