update
All checks were successful
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been skipped

This commit is contained in:
hoangvv 2025-02-18 09:48:39 +07:00
parent fa9c5422d2
commit 59892af892

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<data> <data>
<record model="ir.module.module" id="base.module_marketing_automation"> <record model="ir.module.module" id="base.module_marketing_automation">
<field name="name">marketing_automation</field> <field name="name">marketing_automation</field>
<field name="shortdesc">Marketing Automation</field> <field name="shortdesc">Marketing Automation</field>
@ -14,5 +15,16 @@
<field name="icon">/base/static/img/icons/marketing_automation.png</field> <field name="icon">/base/static/img/icons/marketing_automation.png</field>
<field name="website">https://www.odoo.com/app/marketing-automation?utm_source=db&amp;utm_medium=module</field> <field name="website">https://www.odoo.com/app/marketing-automation?utm_source=db&amp;utm_medium=module</field>
</record> </record>
<record model="ir.module.module" id="base.module_payment_sepa_direct_debit">
<field name="name">payment_sepa_direct_debit</field>
<field name="shortdesc">Sepa Direct Debit Payment Provider</field>
<field name="summary">Checkout with SEPA Direct Debit</field>
<field name="category_id" ref="base.module_category_accounting_accounting"/>
<field name="license">OEEL-1</field>
<field name="author">Odoo S.A.</field>
<field name="to_buy" eval="True"/>
<field name="icon">/base/static/img/icons/payment_sepa_direct_debit.png</field>
</record>
</data> </data>
</odoo> </odoo>