Commit 8d4855db by Juan

Mejora botones de cierre de mensaje

1 parent 7d4b4436
...@@ -82,8 +82,8 @@ ...@@ -82,8 +82,8 @@
</group> </group>
<group col="2"> <group col="2">
<button name="AgregarMensaje" string="Agregar Mensaje" type="object" /> <button name="AgregarMensaje" string="Agregar Mensaje" type="object" attrs="{ 'invisible' :[('estado','in', ['borrador','cerrada'])] }"/>
<button name="AgregarAdjunto" string="Agregar Adjunto" type="object" /> <button name="AgregarAdjunto" string="Agregar Adjunto" type="object" attrs="{ 'invisible' :[('estado','in', ['borrador','cerrada'])] }"/>
</group> </group>
<group> <group>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!