mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Rename many2many table
This commit is contained in:
committed by
Florian da Costa
parent
36521b3e6f
commit
b494e5c873
@@ -54,7 +54,7 @@ class AccountJournal(models.Model):
|
||||
rule_ids = fields.Many2many(
|
||||
comodel_name='account.move.completion.rule',
|
||||
string='Auto-completion rules',
|
||||
rel='as_rul_st_prof_rel')
|
||||
relation='account_journal_completion_rule_rel')
|
||||
|
||||
launch_import_completion = fields.Boolean(
|
||||
string="Launch completion after import",
|
||||
|
||||
@@ -51,7 +51,7 @@ class AccountMoveCompletionRule(models.Model):
|
||||
string='Name')
|
||||
journal_ids = fields.Many2many(
|
||||
comodel_name='account.journal',
|
||||
rel='as_rul_st_prof_rel',
|
||||
relation='account_journal_completion_rule_rel',
|
||||
string='Related journals')
|
||||
function_to_call = fields.Selection([
|
||||
('get_from_name_and_invoice',
|
||||
|
||||
Reference in New Issue
Block a user