state = fields.Selection(
        string="State",
        selection=[
            ("draft", "Draft"),
            ("waiting", "In Progress"),