-
-
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
[WIP][17.0] [MIG]product_configurator_sale #112
base: 17.0
Are you sure you want to change the base?
Conversation
…ng variant on default action_config_done method
…tandard Odoo modules
…d sale_management instead of sale to configurator
…_session_id in place of product_tmpl_id to call method 'create_get_variant'
…urchase : add config_session_id in place of product_tmpl_id to call method 'create_get_variant'" This reverts commit 35319829dac4ba1e61c561f5ce758e567cef090f.
…_session_id in place of product_tmpl_id to call method 'create_get_variant'
…fa-lg on sale_order)line and purchase_order_line
…or_sale: call action_next_step to open next step directly
…or_sale: remove deletion of 'view_cache'from action and change icon
…urchase: add generic method and call that
…k_next's default value true
…ines + bump version
When product configurator is installed, some other modules then fail to install. It seems that it happens when they are also extending sales order lines, to add columns to the nested tree, after the "name" field. This is probably a subtle bug in the Odoo core, but the pragmatic solution seems to simplify the Product Configurator sales order form extensions.
…get value from get_attribute_value_extra_prices
…o need to repeat which fields the method is depending on
… is raised: in _get_order_line_vals "customer_lead": product.sale_delay, AttributeError: 'product.product' object has no attribute 'sale_delay'
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.
Drop the commit removing the copyrights.
Squash the second commit with changes.
def9f8e
to
b00ae70
Compare
b00ae70
to
b5d9c31
Compare
Done |
string="Domain", | ||
) | ||
dyn_field_2_value = fields.Char() | ||
|
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.
@Chirag-OSI I don't see these field being used anywhere. Can you explain what they are for?
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.
@dreispt I have removed those unused fields.
Thank you @Chirag-OSI, will you be working on fixing the red build? |
I see no progress here. let me know when this is ready for review. |
@dreispt |
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. |
Depends on