diff --git a/account_move_budget/models/account_move_budget_line.py b/account_move_budget/models/account_move_budget_line.py
index 26354627f..d273fc3b3 100644
--- a/account_move_budget/models/account_move_budget_line.py
+++ b/account_move_budget/models/account_move_budget_line.py
@@ -60,6 +60,9 @@ class AccountMoveBudgetLine(models.Model):
'account.analytic.account',
string='Analytic Account',
)
+ analytic_tag_ids = fields.Many2many(
+ 'account.analytic.tag', string='Analytic Tags',
+ )
company_id = fields.Many2one(
'res.company',
related='account_id.company_id',
diff --git a/account_move_budget/views/account_move_budget_line_views.xml b/account_move_budget/views/account_move_budget_line_views.xml
index 9d6b155f0..6bd95110c 100644
--- a/account_move_budget/views/account_move_budget_line_views.xml
+++ b/account_move_budget/views/account_move_budget_line_views.xml
@@ -14,6 +14,7 @@
+
@@ -32,6 +33,7 @@
+