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

[14.0][ADD] product_pricelist_overcharge_by_amount #1730

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

Conversation

Christian-RB
Copy link

This module enables adding or subtracting amounts from a final pricelist item, applying rules directly to the price.

@Christian-RB Christian-RB force-pushed the 14.0-add-product_pricelist_overcharge_by_amount branch 2 times, most recently from ac9bf06 to f2351fe Compare September 30, 2024 10:56
@Christian-RB Christian-RB force-pushed the 14.0-add-product_pricelist_overcharge_by_amount branch from f2351fe to 9032427 Compare October 17, 2024 10:45
@rousseldenis rousseldenis added this to the 14.0 milestone Oct 17, 2024


class ProductPricelistOverchargeItem(models.Model):
_name = "product.pricelist.overcharge.item"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Christian-RB Please split one model per file. Thanks

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rousseldenis Thanks for the review and apologies for the delayed response. AFAIK if the model is used as a One2many field in the main model, it was acceptable to include it in the same file. Has this approach changed?

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

Successfully merging this pull request may close these issues.

2 participants