web_shop_woocommerce/view/category_form.xml

10 lines
367 B
XML
Raw Normal View History

2020-06-23 13:07:46 +02:00
<?xml version="1.0"?>
<!-- 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='accounting']/field[@name='taxes_parent']" position="after">
<label name="woocommerce_tax_class"/>
<field name="woocommerce_tax_class"/>
</xpath>
</data>