Initial commit: OCA Server Auth packages (29 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:06 +02:00
commit 3ed80311c4
1325 changed files with 127292 additions and 0 deletions

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="view_vault_export_wizard" model="ir.ui.view">
<field name="model">vault.export.wizard</field>
<field name="arch" type="xml">
<form>
<sheet>
<field name="vault_id" invisible="1" />
<field name="entry_id" invisible="1" />
<field name="master_key" invisible="1" />
<field name="name" invisible="1" />
<group>
<field
name="content"
widget="vault_export_file"
filename="name"
readonly="1"
/>
<field name="include_childs" />
</group>
</sheet>
<footer>
<button type="special" string="Close" special="cancel" />
</footer>
</form>
</field>
</record>
</odoo>