mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update po and misc
This commit is contained in:
@@ -19,7 +19,7 @@ class AiRobot(models.Model):
|
||||
selection_add=[('google', 'Google Ai')],
|
||||
ondelete={'google': 'cascade'}
|
||||
),
|
||||
ai_model = fields.Selection(
|
||||
set_ai_model = fields.Selection(
|
||||
selection_add=[('google-bard', 'Google Bard')],
|
||||
ondelete={'google-bard': 'cascade'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user