Skip to content
Snippets Groups Projects
Commit c3a54b15 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] modifie le conmportement des popups

parent 0a92f98c
Branches
No related tags found
No related merge requests found
...@@ -793,6 +793,10 @@ ...@@ -793,6 +793,10 @@
<field name="user_id" invisible="True"/> <field name="user_id" invisible="True"/>
<field name="ur_id" invisible="True"/> <field name="ur_id" invisible="True"/>
</sheet> </sheet>
<footer>
<button name="write" type="object" string="Sauvegarder" class="btn-primary"/>
<button name="cancel" string="Fermer" special="cancel" class="oe_link"/>
</footer>
</form> </form>
</field> </field>
</record> </record>
...@@ -869,6 +873,10 @@ ...@@ -869,6 +873,10 @@
<field name="user_id" invisible="True"/> <field name="user_id" invisible="True"/>
<field name="ur_id" invisible="True" options='{"no_open": True, "no_create": True}'/> <field name="ur_id" invisible="True" options='{"no_open": True, "no_create": True}'/>
</sheet> </sheet>
<footer>
<button name="write" type="object" string="Sauvegarder" class="btn-primary"/>
<button name="cancel" string="Fermer" special="cancel" class="oe_link"/>
</footer>
</form> </form>
</field> </field>
</record> </record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment