[ADD]14.0-pms_ocr_regula: module to connect the OCR regula with the pms

This commit is contained in:
braisab
2023-12-28 19:49:36 +01:00
committed by Darío Lodeiros
parent 3ab3386a36
commit d13ecc5f64
21 changed files with 996 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="regula_pms_property_views_inherit" model="ir.ui.view">
<field name="model">pms.property</field>
<field name="inherit_id" ref="pms.pms_property_views_form" />
<field name="arch" type="xml">
<xpath expr="//page[@name='property_settings']" position="inside">
<group string="OCR Regula">
<field name="is_used_regula" widget="boolean_toggle" />
</group>
</xpath>
</field>
</record>
</odoo>