-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
[IMP] website_product_configurator: Show UoM for custom values #113
base: 16.0
Are you sure you want to change the base?
[IMP] website_product_configurator: Show UoM for custom values #113
Conversation
697b52b
to
d8b3d49
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
d8b3d49
to
e9287d3
Compare
Rebased on #103. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Completes the following TODOs: * Refactor so multiple values can be checked at once also a better method for building the domain using the logical operators is required * Enable the usage of OR operators between domain lines Adds the following TODOs: * Enable the usage of OR operators between implied_ids * Add implied_ids sequence field to enforce order of operations
…ant to get_variant
…igurator_mrp : correct method-name, claas-name, arguments
…, replace request.website.render with request.render
…production_lots, fix singleton error(product.config.step.line)
… website_product_configurator_mrp to uninstallable list
…t and error while reconfigure product
Fix hasClass('.cfg-radio') -> With the DOT, the class is never founded Use getAttribute("name") instead of attribute[0].name because it crash with radio-button div
…add 404 from website.
…sion and also get value from get_attribute_value_extra_prices
e9287d3
to
376099c
Compare
Rebased on #103. |
Based on #103.