FIX inherit sale shop form view

This commit is contained in:
Raimon Esteve 2020-04-24 13:21:30 +02:00
parent e04914ea6a
commit 5fc747891d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<!-- This file is part sale_rule module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='general']/field[@name='warehouse']" position="after">
<xpath expr="/form/notebook/page[@id='general']/field[@name='payment_term']" position="after">
<label name="apply_rules"/>
<field name="apply_rules"/>
</xpath>