Skip to content
Snippets Groups Projects

[IMP] energy_selfconsumption: invoicing acquired power

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -73,7 +73,7 @@
type="object"
string="Define Invoicing Mode"
name="set_invoicing_mode"
attrs="{'invisible':[('state','not in',['draft'])]}"
attrs="{'invisible':[('invoicing_mode', '!=', False)]}"
/>
<field
Loading