Skip to content
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

Scampbell notes #118

Merged
merged 10 commits into from
Jan 27, 2019
Merged

Scampbell notes #118

merged 10 commits into from
Jan 27, 2019

Conversation

osi-scampbell
Copy link

Copy notes from FSM Location and FSM Equipment when they are selected on a Service Order


@api.onchange('template_id')
def _onchange_template_id(self):
if self.template_id:
self.category_ids = self.template_id.category_ids
self.scheduled_duration = self.template_id.hours
self.description = self.template_id.instructions
self.description += (self.template_id.instructions + '\n')
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@osi-scampbell Instructions from the template should be copied in the todo field of the order.

Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...and the description should be a text field not a html field.

@max3903 max3903 added this to the 11.0 milestone Jan 26, 2019
@wolfhall wolfhall merged commit d46b034 into OCA:11.0 Jan 27, 2019
@max3903 max3903 deleted the scampbell_notes branch January 28, 2019 14:07
osi-scampbell added a commit to ursais/field-service that referenced this pull request May 2, 2019
max3903 pushed a commit that referenced this pull request May 7, 2019
patrickrwilson pushed a commit to patrickrwilson/field-service that referenced this pull request Apr 27, 2021
patrickrwilson pushed a commit to patrickrwilson/field-service that referenced this pull request Apr 27, 2021
szekawong pushed a commit to xcgd/field-service that referenced this pull request Nov 6, 2023
imlopes pushed a commit to camptocamp/field-service that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants