Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX] sale_order_type: assign base company in non-multicompany environments #3354

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

iTecan
Copy link

@iTecan iTecan commented Oct 11, 2024

We have modified the following company field in data/default_type.xml from:

    <field name="company_id" eval="False" />

To:

    <field name="company_id" ref="base.main_company" />

This change is due to the fact that in an environment without the multi-company parameter, the warehouse field cannot be filled because it is not assigned to a company.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant