You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
1.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Graeme Gellatly
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="ir.ui.view" id="account_payment_term_form_view">
<field name="name">account.payment.term.form (in customer_activity_statement)</field>
<field name="model">account.payment.term</field>
<field name="inherit_id" ref="TODO othermodule.form_view"/>
<field name="arch" type="xml">
<!-- TODO -->
</field>
</record>
<record model="ir.ui.view" id="account_payment_term_search_view">
<field name="name">account.payment.term.search (in customer_activity_statement)</field>
<field name="model">account.payment.term</field>
<field name="inherit_id" ref="TODO othermodule.search_view"/>
<field name="arch" type="xml">
<!-- TODO -->
</field>
</record>
<record model="ir.ui.view" id="account_payment_term_tree_view">
<field name="name">account.payment.term.tree (in customer_activity_statement)</field>
<field name="model">account.payment.term</field>
<field name="inherit_id" ref="TODO othermodule.tree_view"/>
<field name="arch" type="xml">
<!-- TODO -->
</field>
</record>
</odoo>