从XLSX到ODOO的一个单元中导入多个供应商
我正在寻找一种修改我的Excel文件以通过名称导入产品模板的供应商的方法。问题是我必须在Excel中分开多个名称,以便Odoo可以将其识别为一个名称。因此,我没有在一个单元格中拥有一个供应商名称,而是想拥有一个带有供应商名称的单元格,而是被Odoo认可为个人。我可以使用任何表达式吗?
我知道使用钥匙和ID的方法更好,但是我有很多产品,我不知道它们的钥匙
我想防止类似这样的东西
I am looking for a way to modify my excel file to import my vendors for my product templates via name. The problem is I have to seperate multiple names in excel so Odoo can recognize it as one name. So instead of having one Vendor name in one cell I want to have one cell with Vendor names, but recognized by odoo as individual. Is there any expression I can use?
I am aware of using keys and ids is way better but I have plenty of products and I dont know their keys
I want to prevent something like this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我的理解,您所要求的是不可能的。在这种情况下,最好的选择是创建一个新的导入脚本,该脚本相应地解析了单元格中的数据并将其导入到产品模板中。
As per my understanding what you asked is not possible. The best option, in this case, is to create a new import script which parses the data in the cell accordingly and imports it into the product template.