如何在Odoo 10中导入价目表,仓库,地点,供应商等产品

时间:2017-08-18 02:16:08

标签: import export odoo-10

我有2个数据库。一个有一些产品,仓库和一些相关信息。

我想导出它们并导入新数据库。但是我在导入时遇到了一些错误,请检查

No matching record found for external id '__export__.product_pricelist_item_7' in field 'Pricelist Items' between rows 2 and 10
Get all possible values
No matching record found for external id '__export__.stock_location_44' in field 'Production Location' between rows 2 and 10
Get all possible values
No matching record found for external id 'l10n_vn.1_tax_purchase_vat10' in field 'Vendor Taxes' between rows 2 and 10
Get all possible values
No matching record found for external id '__export__.stock_location_45' in field 'Inventory Location' between rows 2 and 10
Get all possible values
No matching record found for external id '__export__.product_product_53' in field 'Products' between rows 2 and 10
Get all possible values
No matching record found for external id 'l10n_vn.1_tax_sale_vat10' in field 'Customer Taxes' between rows 2 and 10
Get all possible values
No matching record found for external id '__export__.product_supplierinfo_1' in field 'Vendors' between rows 2 and 10

2 个答案:

答案 0 :(得分:0)

No matching record found for external id '__export__.product_pricelist_item_7'

这表示您在尝试导入的数据库中没有Pricelist Item(行)。其他错误与库存位置,产品位置,客户税,供应商税和供应商(在产品表单上)有关。

在导入要导入的内容之前,必须将相关数据导入数据库。

您可以通过单独导出每个相应菜单中的数据或重做产品导出并导出更多数据(使用字段上的加号图标进一步向下钻取以获取这些相关记录的信息)来完成此操作。

答案 1 :(得分:0)

我有完全相同的问题。我知道必须在价格表之前导入所有依赖项,但我没有找到如何导出或导入产品价目表项。有谁知道吗?

我正在回答自己,以防有人帮助;基于Odoo的第9版,这里是我用来从一个数据库导出到另一个数据库的字段列表:

  • 有效
  • 货币
  • 折扣政策
  • 价目表名称
  • 价目表项目/申请
  • 价目表项目/基于
  • 价目表项目/结束日期
  • 价目表项目/固定价格
  • 价目表项目/最大。价格保证金
  • 价格表项目/分钟价格保证金
  • 价格表项目/分钟量
  • 价目表项目/百分比价格
  • 价目表项目/价格折扣
  • 价目表项目/价格四舍五入
  • 价目表项目/价格附加费
  • 价格表项目/产品
  • 价目表项目/产品类别
  • 价格表项目/产品模板
  • 价目表项目/序列
  • 价目表项目/开始日期
  • 价目表项目/未知

导入CSV文件时,会创建“价目表项目”和

No matching record found for external id __export__.product_pricelist_item_7'

错误消失。