Remove fx fields from Facility; fix facility_limit tree and parent field

- Remove fx_feeder and fx_haircut_pct fields from Facility model and form view
- Add field_childs to facility_limit tree view for hierarchical display
- Set parent field as readonly in facility_limit form

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-05-25 11:37:47 +02:00
parent 181de17b89
commit bdfc7f22e0
4 changed files with 2 additions and 9 deletions

View File

@@ -10,10 +10,6 @@
<field name="commitment_status"/>
<label name="currency"/>
<field name="currency"/>
<label name="fx_feeder"/>
<field name="fx_feeder"/>
<label name="fx_haircut_pct"/>
<field name="fx_haircut_pct"/>
<newline/>
<label name="date_from"/>
<field name="date_from"/>

View File

@@ -20,7 +20,7 @@
<field name="sequence"/>
<newline/>
<label name="parent"/>
<field name="parent" colspan="3"/>
<field name="parent" colspan="3" readonly="1"/>
<label name="facility"/>
<field name="facility" colspan="3"/>
<label name="notes"/>