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 | |
| parent | 25722cc3ab5ac5afef4d77947f8e2f27355e6837 (diff) | |
| parent | 4730df5bf97724cd906c8118178407bfbf206bca (diff) | |
Merge branch 'production' into cr/auth
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 8 | ||||
| -rw-r--r-- | indoteknik_custom/views/users.xml | 2 |
2 files changed, 10 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"> diff --git a/indoteknik_custom/views/users.xml b/indoteknik_custom/views/users.xml index 020d8ddc..6519aeaa 100644 --- a/indoteknik_custom/views/users.xml +++ b/indoteknik_custom/views/users.xml @@ -14,6 +14,8 @@ <field name="is_logistic_approver"/> <field name="is_editor_product"/> <field name="is_admin_reconcile"/> + <field name="is_outbound"/> + <field name="is_inbound"/> </field> </field> </record> |
