From 631c3b436bbaf29f71702c2046def93163844935 Mon Sep 17 00:00:00 2001 From: "Saif (segn)" Date: Wed, 16 Apr 2025 12:47:30 +0200 Subject: [PATCH] [FIX] account: Replace filter_fiscal_position with allow_foreign_vat task-4627315 closes odoo/documentation#12914 Related: odoo/odoo#201020 Related: odoo/enterprise#81569 Related: odoo/upgrade#7517 Signed-off-by: Olivier Colson (oco) --- .../reference/standard_modules/account/account_report.rst | 2 +- locale/sources/developer.pot | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/developer/reference/standard_modules/account/account_report.rst b/content/developer/reference/standard_modules/account/account_report.rst index dcdb13913..b6f6cd37b 100644 --- a/content/developer/reference/standard_modules/account/account_report.rst +++ b/content/developer/reference/standard_modules/account/account_report.rst @@ -27,4 +27,4 @@ Report .. autofield:: filter_hierarchy .. autofield:: filter_account_type .. autofield:: filter_partner - .. autofield:: filter_fiscal_position + .. autofield:: allow_foreign_vat diff --git a/locale/sources/developer.pot b/locale/sources/developer.pot index 5c853d591..46c35eaf2 100644 --- a/locale/sources/developer.pot +++ b/locale/sources/developer.pot @@ -265,7 +265,7 @@ msgstr "" #: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_account_type:0 #: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_analytic:0 #: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_date_range:0 -#: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_fiscal_position:0 +#: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.allow_foreign_vat:0 #: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_growth_comparison:0 #: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_hierarchy:0 #: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_journals:0 @@ -24242,8 +24242,8 @@ msgstr "" msgid "Partners" msgstr "" -#: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.filter_fiscal_position:1 -msgid "Filter Multivat" +#: ../../../odoo/addons/account/models/account_report.py:docstring of odoo.addons.account.models.account_report.AccountReport.allow_foreign_vat:1 +msgid "Allow Foreign VAT" msgstr "" #: ../../content/developer/reference/standard_modules/account/account_report_line.rst:3