Add party_address_form_simple view

#159894
This commit is contained in:
Raimon Esteve 2023-06-09 15:05:10 +02:00
parent e578015b00
commit df42ef779b
2 changed files with 16 additions and 0 deletions

View file

@ -14,5 +14,10 @@ copyright notices and license types. -->
<field name="inherit" ref="party.address_view_form"/>
<field name="name">party_address_form</field>
</record>
<record model="ir.ui.view" id="address_view_form_simple">
<field name="model">party.address</field>
<field name="inherit" ref="party.address_view_form_simple"/>
<field name="name">party_address_form_simple</field>
</record>
</data>
</tryton>

View file

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!-- This file is part of cimbis 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/field[@name='subdivision']" position="after">
<newline/>
<separator name="comment_shipment" colspan="6"/>
<field name="comment_shipment" colspan="6"/>
</xpath>
</data>