Skip to content

erp5_core: unify Predicate_edit code into Base_edit.

Kazuhiko Shiozaki requested to merge unify_predicate_edit into master

[background]

When I tried to extend Predicate_view, I found that relation fields did not work. In reality, Predicate_edit is nearly an inferior copy of Base_edit with a bit of code for predicate property listbox. Thus I decided to unify Predicate_edit functionality into Base_edit.

Edited by Kazuhiko Shiozaki

Merge request reports