<?xml version="1.0"?><!-- Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) @author: Sylvain LE GAL (https://twitter.com/legalsylvain) License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).--><odoo><recordmodel="ir.ui.view"id="view_product_template_form"><fieldname="model">product.template</field><fieldname="inherit_id"ref="product.product_template_form_view"/><fieldname="arch"type="xml"><divname="options"position="inside"><divgroups="account.group_account_user"><fieldname="is_capital_fundraising"/><labelfor="is_capital_fundraising"/></div><divgroups="account.group_account_user"><fieldname="is_deficit_product"/><labelfor="is_deficit_product"/></div></div></field></record><recordmodel="ir.ui.view"id="product_template_form_account_view"><fieldname="model">product.template</field><fieldname="inherit_id"ref="account.product_template_form_view"/><fieldname="arch"type="xml"><fieldname="property_account_expense_id"position="after"><fieldname="deficit_share_account_id"attrs="{'invisible': [('is_capital_fundraising', '=', False)]}"/></field></field></record></odoo>