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

[17.0] product_tax_multicompany_default : creating an article leads to record rule error #695

Open
CanMik opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@CanMik
Copy link

CanMik commented Sep 17, 2024

We should be able to create a product without having the need to have every company in company_ids ticked + allowed in res users allowed companies.

Module

product_tax_multicompany_default

Describe the bug

The bug doesnt allow to propage correctly the taxes when creating a new article when user don't have every company in his company_ids plus having them ticked at the top right.

To Reproduce

17.0:

Steps to reproduce the behavior:

  1. Having multiple companies, A , B, C, D
  2. Install the module product_tax_multicompany_default
  3. The user must have A & B & C companies as company_ids (allowed company)
  4. Tick only A & B & C at the top right
  5. Create a new product
  6. Confirm the creation
  7. You get record rule error on read for company D

OR

Steps to reproduce the behavior:

  1. Having multiple companies, A , B, C, D
  2. Install the module product_tax_multicompany_default
  3. The user must have A & B & C & D companies as company_ids (allowed company)
  4. Tick only A & B & C
  5. Create a new product
  6. Confirm the creation
  7. You get record rule error on read for company D

Expected behavior
We're expecting the taxes to propage even when the user has not the company_ids.

@CanMik CanMik added the bug label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant