mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD]14.0-pms_ocr_regula: module to connect the OCR regula with the pms
This commit is contained in:
11
pms_ocr_regula/data/pms_ocr_regula_data.xml
Normal file
11
pms_ocr_regula/data/pms_ocr_regula_data.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="config_param_api_key_regula" model="ir.config_parameter">
|
||||
<field name="key">api_key_regula</field>
|
||||
<field name="value">False</field>
|
||||
</record>
|
||||
<record id="config_param_ocr_regula_url" model="ir.config_parameter">
|
||||
<field name="key">ocr_regula_url</field>
|
||||
<field name="value">False</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user