mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] subscription_oca: more invoicing modes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user