odoo10编辑页

return {
    'type': 'ir.actions.act_window',
    'view_type': 'form',
    'view_mode': 'form',
    'res_model': ';module.model_name',
    'res_id': self.id,
    'context': self.env.context,
    'flags': {'initial_mode': 'edit'}, # 不写进入详情页,写了可以编辑
}

 

posted @ 2020-09-23 14:52  zjyss  阅读(125)  评论(0编辑  收藏  举报