summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-10-23 11:23:42 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-10-23 11:23:42 +0700
commit3a8d2713d749ce40d3755d4e0b22898ace4b0d6d (patch)
tree91cbe11ba25529f8d6235a3c90f5d125abf34b2f /indoteknik_custom/views
parent7e734333e198e8405ce49ef96f5cb347b0a892d4 (diff)
parent2016ebabb250d1fe521d9b00668b7fa4313dff81 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/product_template.xml1
-rwxr-xr-xindoteknik_custom/views/purchase_pricelist.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml
index a3a23101..6fdb5e8f 100755
--- a/indoteknik_custom/views/product_template.xml
+++ b/indoteknik_custom/views/product_template.xml
@@ -13,6 +13,7 @@
<field name="x_studio_field_tGhJR" widget="many2many_tags"/>
</field>
<field name="uom_po_id" position="after">
+ <field name="unpublished" />
<field name="desc_update_solr" readonly="1" />
<field name="last_update_solr" readonly="1" />
</field>
diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml
index f9fd52ba..f4cd4e78 100755
--- a/indoteknik_custom/views/purchase_pricelist.xml
+++ b/indoteknik_custom/views/purchase_pricelist.xml
@@ -11,6 +11,8 @@
<field name="system_price"/>
<field name="human_last_update"/>
<field name="system_last_update"/>
+ <field name="count_trx_po"/>
+ <field name="count_trx_po_vendor"/>
</tree>
</field>
</record>
@@ -27,6 +29,10 @@
<field name="vendor_id" context="{'res_partner_search_mode': 'supplier'}"/>
<field name="product_price"/>
<field name="system_price"/>
+ <field name="human_last_update"/>
+ <field name="system_last_update"/>
+ <field name="count_trx_po"/>
+ <field name="count_trx_po_vendor"/>
</group>
</group>
</sheet>