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
634 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="edit_menu_access" model="ir.ui.view">
  5. <field name="model">ir.ui.menu</field>
  6. <field name="inherit_id" ref="base.edit_menu_access" />
  7. <field name="arch" type="xml">
  8. <field name="sequence" position="after">
  9. <field name="needaction" />
  10. <field name="needaction_domain" attrs="{'invisible': [('needaction', '=', False)]}" placeholder="Fill in a domain for a custom needaction" />
  11. </field>
  12. </field>
  13. </record>
  14. </data>
  15. </openerp>