diff options
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index d54b0f29..c5f9580c 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -133,11 +133,6 @@ decoration-warning="payment_difficulty in ('agak_sulit', 'sulit')" decoration-danger="payment_difficulty == 'bermasalah'" optional="hide"/> - <xpath expr="//field[@name='partner_id']" position="attributes"> - <attribute name="options"> - {'no_create':True} - </attribute> - </xpath> </field> <field name="payment_state" position="after"> <field name="invoice_payment_term_id" optional="hide"/> |
