Skip to content
Snippets Groups Projects

[FIX] Energy_selfconsumption: Added street field to view and added web_m2x_options module to modify "many2one" fields giving new control options.

Merged emanuel buzey requested to merge bugfix/add_supply_point_address into dev
1 unresolved thread
Files
33
@@ -69,25 +69,14 @@
>
<tree editable="bottom">
<field
name="supply_point_filtered_ids"
invisible="True"
/>
<field
name="table_coefficient_is_valid"
invisible="True"
/>
<field
name="supply_point_id"
options="{'no_create': True}"
domain="[('id', 'in', supply_point_filtered_ids)]"
/>
<field name="owner_id" />
<field name="code" />
<field
name="coefficient"
sum="True"
decoration-success="table_coefficient_is_valid == True"
/>
name="supply_point_id"
options="{'no_create': True, 'search_more': True}"
domain="[('id', 'in', supply_point_filtered_ids)]"
/>
<field name="owner_id"/>
<field name="code"/>
<field name="coefficient" sum="True"
decoration-success="table_coefficient_is_valid == True"/>
</tree>
</field>
</group>
Loading