Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cédric Le Ninivin
erp5
Commits
3c6d9a55
Commit
3c6d9a55
authored
4 years ago
by
Cédric Le Ninivin
Committed by
Cédric Le Ninivin
1 year ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ResourcMeasureConsistencyConstraint: Update Constraint
parent
606549d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bt5/erp5_pdm/DocumentTemplateItem/portal_components/document.erp5.ResourceMeasuresConsistencyConstraint.py
...ts/document.erp5.ResourceMeasuresConsistencyConstraint.py
+2
-1
No files found.
bt5/erp5_pdm/DocumentTemplateItem/portal_components/document.erp5.ResourceMeasuresConsistencyConstraint.py
View file @
3c6d9a55
...
...
@@ -64,6 +64,7 @@ class ResourceMeasuresConsistencyConstraint(ConstraintMixin):
quantity_map
=
{}
metric_type_set
=
set
()
quantity_unit_definition_dict
=
obj
.
_getQuantityUnitDefinitionDict
()
for
measure
in
obj
.
getMeasureList
():
metric_type
=
measure
.
getMetricType
()
...
...
@@ -78,7 +79,7 @@ class ResourceMeasuresConsistencyConstraint(ConstraintMixin):
if
not
measure
.
getConvertedQuantityUnit
():
error
(
'message_measure_no_quantity_unit'
,
metric_type
=
display
(
metric_type
,
'metric_type'
))
elif
not
measure
.
asCatalogRowList
():
elif
not
measure
.
asCatalogRowList
(
quantity_unit_definition_dict
):
error
(
'message_measure_no_quantity'
,
metric_type
=
display
(
metric_type
,
'metric_type'
))
if
metric_type
in
metric_type_set
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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