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/purchase_pricelist.xml | |
| parent | 046f9323dc162ed18b1944994ffe8216fcc0d703 (diff) | |
| parent | a2cb7fefe587a215f5bebe52ee85ef7bf440df0a (diff) | |
Merged in automatic-pp (pull request #107)
automatic purchase pricelist
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> |
