-
-
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: Reconfigure cart line #105
base: 16.0
Are you sure you want to change the base?
[IMP] website_product_configurator: Reconfigure cart line #105
Conversation
1350d36
to
7833ec9
Compare
Rebased after #103 (comment) |
3038141
to
9416265
Compare
c4ff3f4
to
03e1e0f
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. |
03e1e0f
to
8bd4e44
Compare
Rebased on #103. |
8bd4e44
to
ddea5dd
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. |
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
…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
ddea5dd
to
d39d05c
Compare
Rebased on #103. |
Based on #103.