Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tryton
Tryton
Commits
9655d8cf79d0
Commit
9655d8cf
authored
Jan 21, 2023
by
Cédric Krier
Browse files
Fix typo when calling get_state_attrs introduced by
a151a379886f
parent
2630fa74c091
Pipeline
#61612
passed with stages
in 10 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
sao/src/model.js
View file @
9655d8cf
...
...
@@ -1651,7 +1651,7 @@
return
true
;
}
var
invalid
=
false
;
var
state_attrs
=
this
.
get_st
r
ate_attrs
(
record
);
var
state_attrs
=
this
.
get_state_attrs
(
record
);
var
is_required
=
Boolean
(
parseInt
(
state_attrs
.
required
,
10
));
state_attrs
.
domain_readonly
=
false
;
var
inversion
=
new
Sao
.
common
.
DomainInversion
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment