Apply the right patch for issue8697.

This commit is contained in:
Albert Cervera i Areny 2019-10-07 01:29:54 +02:00
parent 40928e38b9
commit 4c2a45d315
1 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
diff -r 73f438182780 purchase_request.xml --- /dev/null
--- a/trytond/trytond/modules/stock_supply/purchase_request.xml Mon May 06 15:17:36 2019 +0200 +++ b/trytond/trytond/modules/stock_supply/view/purchase_configuration_form.xml
+++ b/trytond/trytond/modules/stock_supply/purchase_request.xml Fri Oct 04 10:08:46 2019 +0000 @@ -0,0 +1,10 @@
@@ -5,8 +5,7 @@ +<?xml version="1.0"?>
<data> +<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
<record model="ir.ui.view" id="purchase_configuration_view_form"> +this repository contains the full copyright notices and license terms. -->
<field name="model">purchase.configuration</field> +<data>
- <field name="inherit" + <xpath expr="/form/field[@name='purchase_process_after']" position="after">
- ref="purchase.purchase_configuration_view_form"/> + <newline/>
+ <field name="inherit" ref="purchase.purchase_configuration_view_form"/> + <label name="supply_period"/>
<field name="name">purchase_configuration_form</field> + <field name="supply_period"/>
</record> + </xpath>
+</data>