diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-08-21 01:31:16 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-08-21 01:31:16 +0000 |
| commit | 60ed70b31d47b5ee5fbc0bdb0c3de34820495600 (patch) | |
| tree | ee0e8d59041c956827ee226160507d92fe5be22c /indoteknik_custom/views | |
| parent | 046f9323dc162ed18b1944994ffe8216fcc0d703 (diff) | |
| parent | a2cb7fefe587a215f5bebe52ee85ef7bf440df0a (diff) | |
Merged in automatic-pp (pull request #107)
automatic purchase pricelist
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/product_sla.xml | 14 | ||||
| -rwxr-xr-x | indoteknik_custom/views/purchase_pricelist.xml | 7 |
2 files changed, 12 insertions, 9 deletions
diff --git a/indoteknik_custom/views/product_sla.xml b/indoteknik_custom/views/product_sla.xml index cec3f980..d0d3f84a 100644 --- a/indoteknik_custom/views/product_sla.xml +++ b/indoteknik_custom/views/product_sla.xml @@ -18,15 +18,15 @@ <field name="arch" type="xml"> <form> <sheet string="Product Sla"> + <group> <group> - <group> - <field name="product_variant_id"/> - <field name="avg_leadtime"/> - <field name="sla"/> - <field name="version"/> - </group> + <field name="product_variant_id"/> + <field name="avg_leadtime"/> + <field name="sla"/> + <field name="version"/> </group> - </sheet> + </group> + </sheet> </form> </field> </record> diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml index d6abcec1..f9fd52ba 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -8,6 +8,9 @@ <field name="product_id"/> <field name="vendor_id"/> <field name="product_price"/> + <field name="system_price"/> + <field name="human_last_update"/> + <field name="system_last_update"/> </tree> </field> </record> @@ -15,7 +18,7 @@ <record id="purchase_pricelist_form" model="ir.ui.view"> <field name="name">purchase.pricelist.form</field> <field name="model">purchase.pricelist</field> - <field name="arch" type="xml"> + <field name="arch" type="xml"> <form> <sheet> <group> @@ -23,8 +26,8 @@ <field name="product_id"/> <field name="vendor_id" context="{'res_partner_search_mode': 'supplier'}"/> <field name="product_price"/> + <field name="system_price"/> </group> - <group></group> </group> </sheet> </form> |
