Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Periods
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Accounting Periods
Commits
773c66db1ee3
Commit
773c66db1ee3
authored
9 months ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Add some indexes
parent
63a8dd8ef4a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#84685
passed
9 months ago
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
models/account_move_line.py
+1
-0
1 addition, 0 deletions
models/account_move_line.py
models/account_period.py
+1
-0
1 addition, 0 deletions
models/account_period.py
with
2 additions
and
0 deletions
models/account_move_line.py
+
1
−
0
View file @
773c66db
...
...
@@ -37,4 +37,5 @@
ondelete
=
"
restrict
"
,
readonly
=
True
,
store
=
True
,
index
=
True
,
)
This diff is collapsed.
Click to expand it.
models/account_period.py
+
1
−
0
View file @
773c66db
...
...
@@ -67,6 +67,7 @@
string
=
"
Fiscal year
"
,
help
=
"
The fiscal year this period is in.
"
,
required
=
True
,
index
=
True
,
)
state
=
fields
.
Selection
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment