、このメッセージが表示されます: エラーが9
The operation cannot be completed, probably due to the following:
- deletion: you may be trying to delete a record while other records still reference it
- creation/update: a mandatory field is not correctly set
[object with reference: employee_id - employee.id]
がattendance.jsに行く、私はconsole.logsをたくさん入れて、私は気づい'do_update_attendance'関数の中で、変数self.employee_idは未定義ですが、これは正式なコードです(私は何も変更しませんでした)。
これはバグですか、いくつかのコードを変更する必要がありますか?それは、新しいユーザーのためにこれらのステップをやって固定
どのユーザーを使用すると、これをテストしましたか? – CZoellner
@CZoellner私は管理者ユーザーと特権なしで作成された別のユーザーとのテストを行いました。 – MouTio
最新のodoo 9 [runbot](http://runbot.odoo.com)でadminとdemoを使ってテストしました。出席のために設定する必要があります)、問題なく動作しました。 – CZoellner