-
- Downloads
[IMP] product,(website_)sale: Product configurator default_get cleanup
Targets commit d3530eb0 Purpose ======= [Follow up AL review] Removed the default_get override in the sale_order_line model. - The default values to create records are now specified by pefixing them with "default_" in the JS. That will use the built-in framework method, which is more simple/clean. - The "list_editable_renderer.js" file for the product configurator was removed and its content is now merged within the SectionAndNoteListRenderer. Updated fields: - [sale_order_line in sale/sale.py] "product_no_variant_attribute_values" to "product_no_variant_attribute_value_ids"
Showing
- addons/account/static/src/js/section_and_note_fields_backend.js 102 additions, 0 deletions.../account/static/src/js/section_and_note_fields_backend.js
- addons/sale/models/sale.py 7 additions, 22 deletionsaddons/sale/models/sale.py
- addons/sale/static/src/js/list_editable_renderer.js 0 additions, 71 deletionsaddons/sale/static/src/js/list_editable_renderer.js
- addons/sale/static/src/js/product_configurator_modal.js 5 additions, 0 deletionsaddons/sale/static/src/js/product_configurator_modal.js
- addons/sale/views/assets.xml 0 additions, 1 deletionaddons/sale/views/assets.xml
- addons/sale/views/sale_views.xml 2 additions, 2 deletionsaddons/sale/views/sale_views.xml
- addons/web/static/src/js/fields/relational_fields.js 2 additions, 2 deletionsaddons/web/static/src/js/fields/relational_fields.js
- addons/web/static/src/js/views/basic/basic_model.js 7 additions, 7 deletionsaddons/web/static/src/js/views/basic/basic_model.js
- addons/website_sale/models/sale_order.py 1 addition, 1 deletionaddons/website_sale/models/sale_order.py
Loading
Please register or sign in to comment