Text review

This commit is contained in:
Andrea
2017-03-13 12:35:11 +01:00
parent a0f9c9dd0f
commit 41758e9e92
2 changed files with 6 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ class BveView(models.Model):
data = fields.Text(
help="Use the special query builder to define the query "
"to generate your report dataset. "
"NOTE: Te be edited, the query should be in 'Draft' status.")
"NOTE: To be edited, the query should be in 'Draft' status.")
action_id = fields.Many2one('ir.actions.act_window', string='Action')
view_id = fields.Many2one('ir.ui.view', string='View')