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