purchase_custom_visibility/views/res_users_views.xml
2026-05-29 20:17:40 +07:00

19 lines
796 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_users_form_inherit_purchase_hide" model="ir.ui.view">
<field name="name">res.users.form.inherit.purchase.hide</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//notebook" position="inside">
<page string="Purchase Restrictions" name="purchase_visibility_restrictions">
<group string="Purchase Form Restrictions">
<field name="hide_confirm_order_send_rfq"/>
<field name="hide_purchase_prices"/>
</group>
</page>
</xpath>
</field>
</record>
</odoo>