Skip to content
Snippets Groups Projects

Release v14.0.1.1.6

Merged Daniil Digtyar Vasilieva requested to merge release/14.0.1.1.5 into 14.0
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -61,7 +61,8 @@
<field
name="distribution_table_id"
attrs="{'readonly': [('state', 'not in', ['draft', 'activation'])]}"
domain="[('selfconsumption_project_id', '=', id)]"
domain="[('state', 'not in', ['draft']), '|', ('selfconsumption_project_id', '=', id), ('selfconsumption_project_id', '=', False)]"
options="{'no_create': True}"
/>
</group>
<group>
Loading