diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-26 16:07:58 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-26 16:07:58 +0700 |
| commit | 5ae667c09db0eaccdaff9607838c9adeb58fb069 (patch) | |
| tree | 642c2094a353270f9f1c62e87246a4694072445f /indoteknik_custom/views | |
| parent | ba40250a928092e06136ac9f40c5be612b0c332e (diff) | |
customer commision
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/cust_commision.xml | 2 | ||||
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/cust_commision.xml b/indoteknik_custom/views/cust_commision.xml index be58a68c..f080bc60 100644 --- a/indoteknik_custom/views/cust_commision.xml +++ b/indoteknik_custom/views/cust_commision.xml @@ -12,6 +12,7 @@ <field name="achieve_1st"/> <field name="achieve_2nd"/> <field name="commision_type"/> + <field name="brand_ids"/> </tree> </field> </record> @@ -31,6 +32,7 @@ <field name="achieve_1st"/> <field name="achieve_2nd"/> <field name="commision_type"/> + <field name="brand_ids"/> </group> </group> </sheet> diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 600ad192..4b74cd34 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -12,6 +12,7 @@ <field name="commision_percent"/> <field name="commision_amt" readonly="1"/> <field name="status" readonly="1"/> + <field name="brand_ids" widget="many2many_tags"/> </tree> </field> </record> @@ -63,6 +64,7 @@ </div> <field name="date_to"/> <field name="commision_type"/> + <field name="brand_ids" widget="many2many_tags"/> <field name="notification" readonly="1"/> <field name="status" readonly="1"/> <field name="total_dpp"/> |
