[IMP] subscription_oca: more invoicing modes

This commit is contained in:
Ilyas
2024-01-14 13:13:13 +01:00
parent 032e0dc745
commit c7d311edb1
5 changed files with 173 additions and 11 deletions

View File

@@ -34,7 +34,11 @@ class SaleSubscriptionTemplate(models.Model):
("draft", "Draft"),
("invoice", "Invoice"),
("invoice_send", "Invoice & send"),
("sale_and_invoice", "Sale order & Invoice"),
("sale_and_invoice", "Sale Order & Invoice"),
("sale_and_invoice_draft", "Sale Order & Invoice Draft"),
("sale_and_invoice_send", "Sale Order & Invoice send"),
("sale_draft", "Sale Order Draft"),
("sale_confirmed", "Sale Order Confirmed"),
],
)
code = fields.Char()