update po and misc

This commit is contained in:
Ivan Office
2023-09-12 19:43:09 +08:00
parent ffb083635c
commit 46ef67bb08
4 changed files with 15 additions and 27485 deletions

View File

@@ -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'})