-
Notifications
You must be signed in to change notification settings - Fork 244
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
[RFC] Changes on fsm (recurring) template #735
Comments
I only have one objection which is in relation to removing fsm_order_template_id from fsm.recurring.template
These changes to fsm.template sound good to me
First 2 changes are acceptable for me I don't agree to remove fsm_order_template_id since not all uses of the recurring template come from a product or a sale. For us, we may create a recurring order manually that may not be related to a product at all. We still need the fsm_order_template_id field so that each order from the recurring order is assigned a fsm order template.
Acceptable
Acceptable |
So I suggest then to not remove it, but make it optional. |
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Still to do, but low priority for me now. |
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
add scheduled_duration to recurring order. Scheduled_duration, when filled directly on the recurring order overrides the value from the template
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
Create a blank fsm from a SO is a valid use case. And it make more sense when used with fsm_recurring_sale Implement rfc OCA#735
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
implement OCA#735 Prefer fsm_order_template from product (directly) else from product.fsm_recurring_template Adapt product's view
I suggest some changes in v14 at least:
company_id
: remove default value ([14.0][MIG] fieldservice #740)hour
: rename field toduration
([14.0][MIG] fieldservice #740)company_id
: remove default value ([14.0][IMP] fieldservice_recurring: adapt to RFC #735 #865)frequency_set_id
: change required to False ([14.0][IMP] fieldservice_recurring: adapt to RFC #735 #865)fsm_order_template_id
:remove it[edit]make it optional [/edit] (see product.template) ([14.0][IMP] fieldservice_recurring: adapt to RFC #735 #865)fsm_order_template_id
: required=False (xml) and invisible if tracking_policy = no ([14.0][IMP] fieldservice_sale: remove required attr in product view #827)fsm_recurring_template_id
: required=False (xml)frequency_set_id
: change required to False ([14.0][IMP] fieldservice_recurring: adapt to RFC #735 #865)Why ?
What do you think of it ?
The text was updated successfully, but these errors were encountered: