[FIX] pms: remove seq and scrap gc

This commit is contained in:
miguelpadin
2021-05-25 11:05:29 +02:00
parent aca9ea60a9
commit 9d1d2c5638
14 changed files with 127 additions and 145 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<record id="channel_gc_file_send" model="queue.job.channel">
<field name="name">gc_file_send</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
</data>
</odoo>