product.product
에있는 모든 필드를 직접 정의하는 대신 이 product.template
에서 상속 받으면 어떤 이점이 있습니까?OpenERP 7.0 : product.product가 product.template에서 상속되는 이유는 무엇입니까?
_name = "product.product"
_description = "Product"
_inherits = {'product.template': 'product_tmpl_id'}
언제 새 코드에서이 기술을 사용합니까?
정말 도움이됩니다. –