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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2016 Carlos Dauden <carlos.dauden@tecnativa.com>
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3). -->
  4. <odoo>
  5. <record id="invoice_partner_risk_form" model="ir.ui.view">
  6. <field name="name">account.invoice.partner.risk.form</field>
  7. <field name="model">account.invoice</field>
  8. <field name="inherit_id" ref="account.invoice_form"/>
  9. <field name="arch" type="xml">
  10. <button name="invoice_open" position="attributes">
  11. <attribute name="type">object</attribute>
  12. </button>
  13. </field>
  14. </record>
  15. </odoo>