Odoo过滤器问题

时间:2015-09-01 07:29:23

标签: odoo

我创建了两个类hr_comp和hr_applicant 在我使用id comp_ids在hr_comp和hr_applicant之间创建留置权之后。 我在模型hr_applicant中创建一个小部件。

<notebook colspane="1">
<page string="Compétences">
	<field name="comp_ids" colspan="4" nolabel="1" widget="one2many_list">
		<tree string="compétence" editable="bottom">
			<field name="cat_id" />
			<!-- ici c'est l'appel de la fonction au niveau de l wml -->
			<field name="niv" />
			<field name="tech" />
		</tree>
	</field>
</page>
</notebook>

helpi想要创建一个带有cat_id字段的过滤器,但它不起作用

0 个答案:

没有答案