从XLSX到ODOO的一个单元中导入多个供应商

发布于 2025-02-09 20:02:06 字数 804 浏览 3 评论 0原文

我正在寻找一种修改我的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

Instead of this :
Instead of this format

I need it to be like this: enter image description here

I want to prevent something like this

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人心善变 2025-02-16 20:02:06

根据我的理解,您所要求的是不可能的。在这种情况下,最好的选择是创建一个新的导入脚本,该脚本相应地解析了单元格中的数据并将其导入到产品模板中。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文