state = fields.Selection(
        string="State",
        selection=[
            ("draft", "Draft"),
            ("invoice", "Invoice"),