Fix: partial fix of test scenario, fixed model buttons, update 7.6

This commit is contained in:
2025-06-06 19:35:44 -05:00
parent a4e9001bd6
commit 068f3b0e28
6 changed files with 14 additions and 14 deletions

View File

@@ -56,13 +56,13 @@ copyright notices and license terms. -->
<record model="ir.model.button" id="sale_change_payment_method_wizard_button">
<field name="name">wizard_change_payment_method</field>
<field name="string">Change Payment Method</field>
<field name="model" search="[('model', '=', 'sale.sale')]"/>
<field name="model">sale.sale</field>
</record>
<record model="ir.model.button" id="sale_payment_wizard_button">
<field name="name">wizard_sale_payment</field>
<field name="string">Pay</field>
<field name="model" search="[('model', '=', 'sale.sale')]"/>
<field name="model">sale.sale</field>
</record>
</data>
</tryton>