summaryrefslogtreecommitdiff
path: root/fixco_custom/views/account_move.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-07-18 09:25:57 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-07-18 09:25:57 +0700
commit10e171ea5389873fea3fb13c90242b322a37a990 (patch)
tree9288e4c9693cb5ea1a3d18e66e0bb723f9be5133 /fixco_custom/views/account_move.xml
parent66b6b5863a15377c91300079026b11e7f81d60e4 (diff)
On change product otomatis terisi di requisition
Create bills by search PO & SKU Create bills by upload
Diffstat (limited to 'fixco_custom/views/account_move.xml')
-rw-r--r--fixco_custom/views/account_move.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml
index 1c55831..3615fb7 100644
--- a/fixco_custom/views/account_move.xml
+++ b/fixco_custom/views/account_move.xml
@@ -7,11 +7,20 @@
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
+ <button name="open_reconcile_view" position="after">
+ <button type="object" name="action_view_related_payment"
+ class="oe_stat_button"
+ icon="fa-pencil-square-o">
+ <field name="count_payment" widget="statinfo" string="Payments"/>
+ </button>
+ </button>
+
<field name="payment_reference" position="after">
<field name="invoice_marketplace" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/>
+ <field name="faktur_pajak" readonly="1" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/>
<field name="transaction_type" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/>
</field>
-
+
<field name="partner_id" position="after">
<field name="address" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/>
</field>