Skip to content

Commit

Permalink
[IMP] sale_product_multi_add: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Dec 13, 2024
1 parent 983500f commit d25ff18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sale_product_multi_add/wizards/sale_import_products_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<field name="products" />
<footer>
<button
name="create_items"
string="Set quantities"
type="object"
class="oe_highlight"
/>
name="create_items"
string="Set quantities"
type="object"
class="oe_highlight"
/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
Expand All @@ -32,11 +32,11 @@
</field>
<footer>
<button
name="select_products"
string="Confirm"
type="object"
class="oe_highlight"
/>
name="select_products"
string="Confirm"
type="object"
class="oe_highlight"
/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
Expand Down

0 comments on commit d25ff18

Please sign in to comment.