User Feedback Form #53
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
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.ticketmodelField mapping when creating a record in the
helpdesk.ticketOdoo 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_iddescription: 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=personandtype=contact) where theparent_idmatches$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.