summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/account_move_line.xml3
-rw-r--r--indoteknik_custom/views/account_move_views.xml2
-rw-r--r--indoteknik_custom/views/advance_payment_request.xml1
-rw-r--r--indoteknik_custom/views/advance_payment_settlement.xml1
4 files changed, 6 insertions, 1 deletions
diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml
index 3a20388e..cb24a0f0 100644
--- a/indoteknik_custom/views/account_move_line.xml
+++ b/indoteknik_custom/views/account_move_line.xml
@@ -16,6 +16,9 @@
<attribute name="groups"/>
<attribute name="options">{'no_create': True}</attribute>
</xpath>
+ <xpath expr="//field[@name='line_ids']/tree/field[@name='partner_id']" position="attributes">
+ <attribute name="options">{'no_create': True, 'no_open': True}</attribute>
+ </xpath>
</field>
</record>
</data>
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml
index 08b93f1f..b226460c 100644
--- a/indoteknik_custom/views/account_move_views.xml
+++ b/indoteknik_custom/views/account_move_views.xml
@@ -30,7 +30,7 @@
<field name="date_invoice"/>
<field name="due_date"/>
<field name="day_to_due"/>
- <field name="efaktur_id"/>
+ <field name="user_id" widget="many2one_avatar_user"/>
<field name="reference"/>
<field name="total_amt"/>
<field name="open_amt" sum="Grand Total Open Amount"/>
diff --git a/indoteknik_custom/views/advance_payment_request.xml b/indoteknik_custom/views/advance_payment_request.xml
index 4e73bb28..60042554 100644
--- a/indoteknik_custom/views/advance_payment_request.xml
+++ b/indoteknik_custom/views/advance_payment_request.xml
@@ -130,6 +130,7 @@
<page string="Rincian Reimburse">
<field name="reimburse_line_ids">
<tree>
+ <field name="sequence" widget="handle"/>
<field name="date"/>
<field name="description"/>
<field name="account_id"/>
diff --git a/indoteknik_custom/views/advance_payment_settlement.xml b/indoteknik_custom/views/advance_payment_settlement.xml
index 050e3933..a77baffe 100644
--- a/indoteknik_custom/views/advance_payment_settlement.xml
+++ b/indoteknik_custom/views/advance_payment_settlement.xml
@@ -74,6 +74,7 @@
<page string="Rincian Penggunaan">
<field name="penggunaan_line_ids" nolabel="1">
<tree>
+ <field name="sequence" widget="handle"/>
<field name="date"/>
<field name="description"/>
<field name="nominal" sum="Total Penggunaan"/>