User Feedback Form #53
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stories
As a user, I want to easy provide feedback or ask questions directly from the Servala Portal
Implementation Notes
helpdesk.ticket
modelField mapping when creating a record in the
helpdesk.ticket
Odoo model:name
: Title of the support ticket. Generated "Servala Support - Organization$Organization.name
"team_id
: Configurable integer (can differ depending on the Odoo environment, currently it's 5 in PreProd)partner_id
: See belowsale_order_id
:$Organization.odoo_sale_order_id
description
: Text of the text fieldFor
partner_id
: Use the email address of the currently logged-in user to search for a matching partner record (company_type=person
andtype=contact
) where theparent_id
matches$Organization.billing_entity.odoo_company_id
. If exactly 1 exists, use this records' ID, if more than 1 exists, use the first one, if none exists, create a record with the information about the user at hand and use the resulting ID.