Sergi Almacellas Abellana pushed to branch branch/default at Tryton / Tryton
Commits:
e4088b51 by Sergi Almacellas Abellana at 2023-07-20T13:42:44+02:00
Include active field in quality control form
Closes #12419
- - - - -
1 changed file:
- modules/quality/view/quality_control_form.xml
Changes:
=====================================
modules/quality/view/quality_control_form.xml
=====================================
@@ -3,7 +3,9 @@
this repository contains the full copyright notices and license terms. -->
<form>
<label name="name"/>
- <field name="name" colspan="3"/>
+ <field name="name"/>
+ <label name="active"/>
+ <field name="active"/>
<label name="operations"/>
<field name="operations" yexpand="0"/>
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/e4088b510e005518e66aa725efb86b77d1b5f30e
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/e4088b510e005518e66aa725efb86b77d1b5f30e
You're receiving this email because of your account on foss.heptapod.net.