Automated Actions: set company on products (Odoo 13)

Multicompany has changed in Odoo 13. When products are created the company is set to blank. This means that they are shared across companies.

To change this behaviour and set the company the same way that it was in Odoo 12, we can use an Automated Action:

Python Code:

record['company_id'] = env.company

The same applies to Contacts, as explained here

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s