Files
app-odoo/app_base_chinese/demo/res_partner_demo.xml
Ivan Office f1dfb000cc int 17
2023-10-27 14:08:03 +08:00

12 lines
339 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- todo: 只处理主partern后续处理其它-->
<record id="base.main_partner" model="res.partner">
<field name="email">info@odooai.cn</field>
<field name="website">www.odooai.cn</field>
</record>
</data>
</odoo>