abe= []
abibiti=1
self.cr.execute("SELECT name FROM account_analytic_account where parent_id=abibiti")
for t in self.cr.fetchall():
for item in t:
abe.append(item)
変数「abibiti」の値を使用して where 句をチェックインしたいのですが、誰か助けてもらえますか
abe= []
abibiti=1
self.cr.execute("SELECT name FROM account_analytic_account where parent_id=abibiti")
for t in self.cr.fetchall():
for item in t:
abe.append(item)
変数「abibiti」の値を使用して where 句をチェックインしたいのですが、誰か助けてもらえますか