data.xml 预置数据 没有效果,代码贴出来了。谢谢
-
版本 : 13
hr_station_data.xml
<?xml version="1.0"?> <odoo> <data noupdate="0"> <record id="station1" model="hr.station" forcecreate="1"> <field name="name">位置1</field> <field name="addr">23,5</field> <field name="active" eval="False"/> </record> <record id="station2" model="hr.station" forcecreate="1"> <field name="name">位置2</field> <field name="addr">22,2</field> <field name="active" eval="False"/> </record> </data> </odoo>
manifest文件
'data': [ 'security/ir.model.access.csv', 'data/hr_station_data.xml', 'views/hr_stations.xml', ],
之前也预制过,这次不管是升级还是重新安装,都没有起到预制效果。检查了,实在是找不着问题出在哪了。
看到的给指点指点吧