Skip to content
Snippets Groups Projects
Commit 528c15cc authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] account_analytic_plans: creating an analytic distribution

When creating an analytic distribution, the field "plan_id" must be required.

opw:646788
parent 8f96a138
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@
<group col="4">
<field name="name"/>
<field name="code"/>
<field name="plan_id"/>
<field name="plan_id" required="1"/>
<field name="journal_id"/>
</group>
<field name="account_ids">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment