Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
onchange の動作を模倣する必要があるテストを行っているので、次のようにします。
with self.env.do_in_onchange(): self.onefield = "blahblah"
ただし、 with ブロックを終了すると、そのデータは DB に書き込まれません。私はある種のを探していself.env.cache.write_to_db()ます。どれか知っていますか?
self.env.cache.write_to_db()