Skip to content

Commit 4823196

Browse files
committed
[IMP] account: change memo of group payments to 'PAY'
1 parent 9ae5720 commit 4823196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/account/models/company.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class ResCompany(models.Model):
164164
'padding': 5,
165165
'use_date_range': True,
166166
'company_id': self.id,
167-
'prefix': 'BATCH/%(year)s/',
167+
'prefix': 'PAY/%(year)s/',
168168
}),
169169
)
170170

0 commit comments

Comments
 (0)