openerp one2many 字段排序

使用模块 https://www.odoo.com/apps/modules/7.0/one2many_sorted/app

把字段定义改写成:spa

'warehousing': one2many_sorted.one2many_sorted('spare.part.warehousing', 'warehousing_id', 'Warehousing', order=('date DESC')),get

按date 降序输出module

相关文章
相关标签/搜索