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.
15 lines
662 B
15 lines
662 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3). -->
|
|
<odoo>
|
|
<record id="invoice_partner_risk_form" model="ir.ui.view">
|
|
<field name="name">account.invoice.partner.risk.form</field>
|
|
<field name="model">account.invoice</field>
|
|
<field name="inherit_id" ref="account.invoice_form"/>
|
|
<field name="arch" type="xml">
|
|
<button name="invoice_open" position="attributes">
|
|
<attribute name="type">object</attribute>
|
|
</button>
|
|
</field>
|
|
</record>
|
|
</odoo>
|