diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-16 09:49:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-16 09:49:03 +0700 |
| commit | cb2d8e24bf7d45cf07e7c55e5476c5fd08df3a9f (patch) | |
| tree | 2a60a91afd5dda56310bf5ddd81b8dc4b4c6332a /indoteknik_custom/views/customer_commision.xml | |
| parent | 25722cc3ab5ac5afef4d77947f8e2f27355e6837 (diff) | |
| parent | 4730df5bf97724cd906c8118178407bfbf206bca (diff) | |
Merge branch 'production' into cr/auth
Diffstat (limited to 'indoteknik_custom/views/customer_commision.xml')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 008c79f8..993521ca 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -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"> |
