Skip to content
Snippets Groups Projects
Commit 773c66db1ee3 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Add some indexes

parent 63a8dd8ef4a2
No related branches found
No related tags found
No related merge requests found
Pipeline #84685 passed
......@@ -37,4 +37,5 @@
ondelete="restrict",
readonly=True,
store=True,
index=True,
)
......@@ -67,6 +67,7 @@
string="Fiscal year",
help="The fiscal year this period is in.",
required=True,
index=True,
)
state = fields.Selection(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment