-
- Downloads
[FIX] stock: typo in user group
before this commit, for the company_id field
the user groups given was base.main_company,
such a group is not existing in the system
after this commit, the group will be changed
to base.group_multi_company from base.main_company
closes odoo/odoo#116793
Related: odoo/enterprise#38871
Signed-off-by:
Tiffany Chang <tic@odoo.com>