feat: Se hacen vistas a asistente de reasignación por operario, #53
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-08-27 11:39:33 -05:00
parent 3d77056e6f
commit ed07f5fcbc
3 changed files with 14 additions and 8 deletions

View File

@@ -2,5 +2,9 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="current_operator"/>
<field name="current_operator"/>
<label name="new_operator"/>
<field name="new_operator"/>
<field name="prospects" colspan="6"/>
</form>