Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit

Permalink
remove attrs for 17.0 view update
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbristow committed May 14, 2024
1 parent 919ec19 commit b2300f0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8' ?>
<?xml version='1.0' encoding='utf-8'?>
<odoo>
<record id="product_template_only_form_view" model="ir.ui.view">
<field name="name">product_template_only_form_view</field>
Expand All @@ -11,9 +11,9 @@
name="%(wizard_simple_create_variant_action)d"
type="action"
string="Create Variant"
attrs="{'invisible': [('has_configurable_attributes', '=', False)]}"
invisible="[('has_configurable_attributes', '=', False)]"
/>
</xpath>
</field>
</record>
</odoo>
</odoo>

0 comments on commit b2300f0

Please sign in to comment.