Skip to content

Commit

Permalink
remvoe the payments field in the SO form
Browse files Browse the repository at this point in the history
this information is available via a button added by sale_payment_method
  • Loading branch information
gurneyalex committed Sep 3, 2015
1 parent 69103aa commit 7aee15d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sale_quick_payment/sale_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@
string="Register Payments"
type="action" states="draft,sent"/>
</button>
<field name="payment_method_id" position="after" >
<group name="payments" string="Generated Payments" colspan="4">
<field name="payment_ids" nolabel="1">
<tree string="Payment">
<field name="date"/>
<field name="journal_id"/>
<field name="partner_id"/>
<field name="debit"/>
<field name="credit"/>
</tree>
</field>
</group>
</field>
</field>
</record>

Expand Down

0 comments on commit 7aee15d

Please sign in to comment.