[FIX] Typo
This commit is contained in:
parent
2db68a11e0
commit
b24dc4b928
@ -119,7 +119,7 @@ class ContractOrderAnnex(models.Model, IDocument, Extension):
|
|||||||
def get_name_by_document_template(self, document_template_id):
|
def get_name_by_document_template(self, document_template_id):
|
||||||
return (
|
return (
|
||||||
{
|
{
|
||||||
"bill": "{name}";
|
"bill": "{name}",
|
||||||
"specification": "{counter} {name}",
|
"specification": "{counter} {name}",
|
||||||
"approval_list": "{counter}.1 {name}-1",
|
"approval_list": "{counter}.1 {name}-1",
|
||||||
"act_at": "{counter}.2 {name}-2",
|
"act_at": "{counter}.2 {name}-2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user