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:
14
pms_ocr_regula/views/pms_property_views.xml
Normal file
14
pms_ocr_regula/views/pms_property_views.xml
Normal 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>
|
||||
Reference in New Issue
Block a user