Tower: upload cetmix_tower_yaml 18.0.2.0.0 (was 18.0.2.0.0, via marketplace)

This commit is contained in:
2026-05-03 18:55:03 +00:00
parent bf36bd383a
commit ed5f0d6535
80 changed files with 9798 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<!-- Add demo users to groups -->
<record id="base.user_admin" model="res.users">
<field
name="groups_id"
eval="[
(4, ref('cetmix_tower_yaml.group_export')),
(4, ref('cetmix_tower_yaml.group_import')),
]"
/>
</record>
</odoo>