Skip to content
Snippets Groups Projects

Hotfix setup name error

Merged Daniil Digtyar Vasilieva requested to merge hotfix/setup_name_error into 14.0
2 files
+ 12
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,7 +29,7 @@
<field name="arch" type="xml">
<div name="button_box" position="inside">
<button class="oe_stat_button" type="object" name="get_supply_points"
icon="fa-lightbulb-o">
icon="fa-lightbulb-o" context="{'default_owner_id': id}">
<field string="Supply Points" name="supply_point_count" widget="statinfo"/>
</button>
</div>
Loading