摘要: ```python return { 'type': 'ir.actions.act_window', 'name': _('Fiscal Year'), 'view_mode': 'form', 'res_model': 'account.financial.year.op', 'target': 'new', 'res_id': new_wizard.id, 'views': [[view_i 阅读全文
posted @ 2020-05-07 09:51 那时一个人 阅读(685) 评论(0) 推荐(0)