mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] dunning fees computer to register itself
This commit is contained in:
@@ -36,7 +36,7 @@ class FeesComputer(orm.BaseModel):
|
||||
_name = 'credit.control.dunning.fees.computer'
|
||||
_auto = False
|
||||
_log_access = True
|
||||
_register = False
|
||||
_register = True
|
||||
_transient = False
|
||||
|
||||
def _get_compute_fun(self, level_fees_type):
|
||||
|
||||
Reference in New Issue
Block a user