-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ADD] new module 'product_margin_classification'; #316
Conversation
A margin classification has a margin field (and fields to manage rounding method, like Pricelist Item model). | ||
|
||
If product has a margin classification defined, an extra field | ||
'Theoritical Price' is displayed, based on the Margin and the Cost Price. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%s/heoritical/heoretical
(runbot error not related). |
👍 |
[ADD] fr translation; [FIX] OCA convention;
Travis is failing and log are pretty weird. |
@legalsylvain this is a question for @moylop260 : pylint-odoo crashed. Reported as OCA/pylint-odoo#60 |
is it MS Comic Sans I see on the icon? |
@legalsylvain |
@gurneyalex : indeed, this is MS comic Sans. |
@legalsylvain I'm not sure we should let MS Comic Sans creep in the OCA code base 😸 LGTM 👍 |
Thanks for your review. 2 Thumbs up. -> Merge. |
Add new module 'product_margin_classification'
a margin classification is a group of products with similar margin computation.
This module allow to change massively sale price, based on cost price and margin and to see incorrect margin.
Contrary to default Odoo functionnality (Sale Price List based on Cost Price), this allow users (salers) to change sale price in another moment than when cost price is changed. (Cost price is generaly changed when picking is received or delivered (CUMP / FIFO / LIFO methods) or when purchasers see that purchase prices have changed (manual method)).
This module is also usefull to avoid to impact sale price if purchase price changes temporaly. (temporary discount)
see readme file for complete description.
Reviews welcome.
Kind regards.