mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 23:22:00 +02:00
9 lines
280 B
XML
9 lines
280 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo noupdate="1">
|
|
|
|
<record id="enable_portal_payment" model="ir.config_parameter" forcecreate="0">
|
|
<field name="key">account_payment.enable_portal_payment</field>
|
|
<field name="value">True</field>
|
|
</record>
|
|
|
|
</odoo>
|