diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-11-15 10:32:45 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-11-15 10:32:45 +0700 |
| commit | 4730df5bf97724cd906c8118178407bfbf206bca (patch) | |
| tree | 7d5c418d1049204ecd21b2a5ac8e8cbae354a8ec /indoteknik_custom/views | |
| parent | 132d4b80f3d5dad792468bd14961f6a9540122e2 (diff) | |
| parent | 49846bc78d282516092c6c63db63d4ea01d42949 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index e299d37e..993521ca 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -20,7 +20,7 @@ <field name="name">customer.commision.line.tree</field> <field name="model">customer.commision.line</field> <field name="arch" type="xml"> - <tree editable="top" create="false" delete="false"> + <tree editable="top" create="false"> <field name="partner_id" readonly="1"/> <field name="invoice_id" readonly="1"/> <field name="state" readonly="1"/> @@ -72,6 +72,14 @@ <page string="Lines"> <field name="commision_lines"/> </page> + <page string="Other Info" name="customer_commision_info"> + <group> + <field name="bank_name"/> + <field name="account_name"/> + <field name="bank_account"/> + <field name="note_transfer"/> + </group> + </page> </notebook> </sheet> <div class="oe_chatter"> |
