适合odoo人的沙漠:在mail.wizard.invite过滤合作伙伴

时间:2016-04-10 01:33:38

标签: openerp

我想扩展邮件模块,以便我可以添加一些功能:仅邀请作为员工的粉丝。(社交网络)

换句话说,

for record in res.partners
    user=self.env['res.users'].search([('partner_id',"=",record.ID)])
    employee=self.env['hr.employee'].search([('user_id',"=",user.ID)])
    get the employee information and stock it somewhere 

有人帮我在python中翻译这个x)

0 个答案:

没有答案