Skip to Content
Menu
This question has been flagged
1 Reply
1264 Views

Hi !

I've got 2 DB on Odoo V9 community.

On one of them, when I'm importing new prices via Purchases / Products, product_variant_ids/.id automatically refers to Products / Database, but on the other one, I don't have this option.

It's causing troubles because when I'm importing on this DB, I have a new line created in "Inventory", "Vendor" and I'm not able to update prices & cie for an existing vendor.

Can you help me to understand why I'm not able to find this Products / Database ID on one of my DB ?

Thanks !    

Avatar
Discard
Best Answer

when start odoo using terminal give only one database path

eg. python2 /home/user/odoo-9/odoo-bin --addons=/home/user/odoo-9/addons,<custom-module-path> -u <modulename> -d <databasename>


 


Avatar
Discard