diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-11-04 11:56:57 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-11-04 11:56:57 +0700 |
| commit | d445d93ab8688cd63a49ac6c128dca8eccb30fde (patch) | |
| tree | 674da7a688737658599c38d7c9db416d49934a4b /indoteknik_custom/views | |
| parent | e12706c91da229ee1f556635968f8d9c42555af1 (diff) | |
change to dpp
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index b60cc1d9..ccaa0727 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -11,6 +11,7 @@ <field name="partner_id"/> <field name="description"/> <field name="notification" readonly="1"/> + <field name="status" readonly="1"/> </tree> </field> </record> @@ -46,10 +47,10 @@ <group> <field name="number"/> <field name="date_from"/> - <field name="date_to"/> <field name="partner_id"/> <field name="description"/> - <field name="notification" readonly="1"/> + <field name="commision_percent"/> + <field name="commision_amt"/> </group> <group> <div> @@ -59,6 +60,10 @@ class="mr-2 oe_highlight" /> </div> + <field name="date_to"/> + <field name="notification" readonly="1"/> + <field name="status" readonly="1"/> + <field name="total_dpp"/> </group> </group> <notebook> @@ -67,6 +72,10 @@ </page> </notebook> </sheet> + <div class="oe_chatter"> + <field name="message_follower_ids" widget="mail_followers"/> + <field name="message_ids" widget="mail_thread"/> + </div> </form> </field> </record> @@ -78,10 +87,17 @@ <field name="view_mode">tree,form</field> </record> - <menuitem id="menu_customer_commision" + <menuitem id="menu_customer_commision_acct" name="Customer Commision" action="customer_commision_action" parent="account.menu_finance_entries" sequence="113" /> + + <menuitem id="menu_customer_commision_sales" + name="Customer Commision" + action="customer_commision_action" + parent="sale.product_menu_catalog" + sequence="101" + /> </odoo>
\ No newline at end of file |
