0
我從Excel創建BoM,然後導入到CSV。但是,當我將文件導入的OpenERP和驗證,我得到這個錯誤:在Openerp中導入BoM.csv時出錯
ValidateError Error occurred while validating the field(s) product_id: BoM line product should not be same as BoM product
我從Excel創建BoM,然後導入到CSV。但是,當我將文件導入的OpenERP和驗證,我得到這個錯誤:在Openerp中導入BoM.csv時出錯
ValidateError Error occurred while validating the field(s) product_id: BoM line product should not be same as BoM product
這個問題來自於Bill of Material.
給出了相同product
當您Bill of Material
你需要給不同的產品一個product,
在產品和它的組成部分。
例如=>
product name = Laptop Customized
和它的組件一樣USB, Keyboard
在你的情況,你在product name
給出相同的產品,並it's component
使它不同。
因此,更新Excel表格,並給予Bill of Material
適當的關係,它的組件之後,你的工作將完成。
謝謝Odedra。我已經這樣做了,但仍然錯誤 – user3720996
,如果你遵循正確的配置比它必須工作。 –