mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Fix comma in field
This commit is contained in:
@@ -12,7 +12,7 @@ class AccountTagCategoryUpdateTags(models.TransientModel):
|
||||
|
||||
_description = 'Update account tags on account tag category'
|
||||
|
||||
tag_ids = fields.Many2many('account.account.tag', string='Tags'
|
||||
tag_ids = fields.Many2many('account.account.tag', string='Tags',
|
||||
domain=[('applicability', '=', 'accounts')])
|
||||
# TODO support applicability for taxes in domain
|
||||
|
||||
|
||||
Reference in New Issue
Block a user