Skip to content
Snippets Groups Projects

Create branch 16.0

Merged arthur.mayer requested to merge topic/16.0/migration-16.0 into branch/16.0
7 files
+ 90
384
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -43,12 +43,19 @@
"duration_count": period_type.duration_count,
"unit_of_time": period_type.unit_of_time,
}
date_range_generator_values.update(
date_range_generator_object.play_onchanges(
date_range_generator_values,
list(date_range_generator_values.keys()),
)
)
# TODO: Investigate the application of play_onchanges.
# play_onchanges can affect computed fields with the readonly
# attribute. Note that if the readonly attribute of a computed
# field is set to False and a value is manually filled, the
# computed field value is reset to False.
# date_range_generator_values.update(
# date_range_generator_object.play_onchanges(
# date_range_generator_values,
# list(date_range_generator_values.keys()),
# )
# )
date_range_generator_record = date_range_generator_object.new(
values=date_range_generator_values
)
Loading