mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
20 lines
576 B
XML
20 lines
576 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2020 ACSONE SA/NV
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
|
|
<odoo>
|
|
|
|
<record model="ir.ui.view" id="contract_template_form_view">
|
|
<field name="model">contract.template</field>
|
|
<field name="inherit_id" ref="contract.contract_template_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='pricelist_id']" position="after">
|
|
<field name="transmit_method_id"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
|
|
|
|
</odoo>
|