mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
sequence is now required on journals
Add post-install script to create a sequence for all existing journals Update README accordingly
This commit is contained in:
committed by
Rodrigo
parent
42def7f06f
commit
4aeaa9ca51
@@ -13,6 +13,7 @@ class AccountJournal(models.Model):
|
||||
"ir.sequence",
|
||||
string="Entry Sequence",
|
||||
copy=False,
|
||||
required=True,
|
||||
check_company=True,
|
||||
domain="[('company_id', '=', company_id)]",
|
||||
help="This sequence will be used to generate the journal entry number.",
|
||||
|
||||
Reference in New Issue
Block a user