Skip to content
Snippets Groups Projects
Commit 1c4b34c1 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[IMP] energy_selfconsumption: view showing warning text

parent 05b716e3
No related branches found
No related tags found
3 merge requests!277[REL] Release Sprint 27/11/23,!264C2/Implementation merge contract generation,!262[IMP] energy_selfconsumption: contract generation improvment
Pipeline #67766 passed
......@@ -11,14 +11,26 @@
>energy_selfconsumption.contract_generation.wizard</field>
<field name="arch" type="xml">
<form string="Contract Generation">
<p>
<b
>Attention!</b> You are activating a project and thus activating its recurring billing.
</p>
<p>
To activate the recurring invoicing process, define the date from which you want
every supply point associated with this project to start invoicing according to the
established recurrence.
</p>
<group>
<field name="start_date" />
</group>
<footer>
<button
class="btn-primary"
type="object"
name="generate_contracts_button"
>Generate</button>
>Accept</button>
<button string="Cancel" special="cancel" />
</footer>
</form>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment