diff options
Diffstat (limited to 'indoteknik_custom/views/purchase_pricelist.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_pricelist.xml | 7 |
1 files changed, 5 insertions, 2 deletions
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> |
