How would I set the "payment_term_id" to default to a custom payment term? The payment term's ID is 11.
I attempted to do this with a system parameter, but I was unsure of the syntax. I tried: key: "x_default_payment_term_on_quotes"
value: "sale.order.payment_term_id,11"
(is my syntax correct)
I've also tried to set the default term using the developer tools "set defaults". Which worked..... kinda.
When I manually create a quote the default sales term entry works.
But when quotes are automatically made from my ecommerce. The default gets set to the "payment term" with the value "1" (Immediate Payment, one of the defaults odoo makes).
This site is a single purpose ecommece. They only sell one product and require a down payment on all sales.
How would I get the quotes created by the ecommerce to default to a specific payment method?