增加平板扫码功能

This commit is contained in:
mgw
2023-04-24 16:00:08 +08:00
parent 9300073be4
commit 21f7f55ae8
83 changed files with 309 additions and 272 deletions

View File

@@ -0,0 +1,7 @@
<odoo noupdate="1">
<record id="group_global_search" model="res.groups">
<field name="name">Show Global Search Configuration</field>
<field name="implied_ids" eval="[(4, ref('base.group_user'))]" />
<field name="comment">This user will be able to Show Global Search Configuration</field>
</record>
</odoo>