mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 15:52:03 +02:00
10 lines
314 B
XML
10 lines
314 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<record id="system_environment" model="mgmtsystem.system">
|
|
<field name="name">Environment</field>
|
|
<field
|
|
name="manual_id"
|
|
ref="document_page_environment_manual.document_page_environment_manual"
|
|
/>
|
|
</record>
|
|
</odoo>
|