Organizations and Sale Orders in Odoo #55
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#55
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 system, I want to manage Sale Orders in Odoo regarding organizations
An organization in Servala is represented as a Sale Order in Odoo (model
sale.order
).Implementation Notes
When creating an organization, we also need to create a Sales Order in Odoo and set the
partner_id
andpartner_invoice_id
to the values from the billing entity (see #54).Store the ID of the created Sales Order in the organization so that we can reference it accordingly.