mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Add option to auto-archive spreads
This commit is contained in:
@@ -27,3 +27,7 @@ class ResCompany(models.Model):
|
||||
'Auto-post spread lines',
|
||||
help="Enable this option if you want to post automatically the "
|
||||
"accounting moves of all the spreads.")
|
||||
auto_archive = fields.Boolean(
|
||||
'Auto-archive spread',
|
||||
help="Enable this option if you want the cron job to automatically "
|
||||
"archive the spreads when all lines are posted.")
|
||||
|
||||
Reference in New Issue
Block a user