diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-11-10 13:52:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-11-10 13:52:18 +0700 |
| commit | 9a6918c3ee15cbed74af9fcf838a667dac166b32 (patch) | |
| tree | a718eaa33b5d8268d4602a81d8889e4dfad0aa0a /indoteknik_custom/views | |
| parent | b4e74170aeaf00937f78e5af9047218ddb17516c (diff) | |
add other info in commision and add name in dunning run
Diffstat (limited to 'indoteknik_custom/views')
| -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"> |
