Skip to content

Commit 9db5671

Browse files
william-andreyelizariev
authored andcommitted
[REF] i18n/localization.rst: rework the entire localization tutorial
closes #1956 Signed-off-by: Antoine Vandevenne (anv) <[email protected]> Co-authored-by: William Andre <[email protected]> Co-authored-by: Ivan Yelizariev <[email protected]>
1 parent e00b5e3 commit 9db5671

22 files changed

+688
-441
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
# data. This is used to point users to available xml_ids when giving values for
115115
# a field with the autodoc_field extension.
116116
model_references = {
117+
'account.account.type': 'addons/account/data/data_account_type.xml',
117118
'res.country': 'odoo/addons/base/data/res_country_data.xml',
118119
'res.currency': 'odoo/addons/base/data/res_currency_data.xml',
119120
}

content/developer/howtos.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Tutorials
1313
howtos/backend
1414
howtos/profilecode
1515
howtos/company
16+
howtos/accounting_localization
17+
howtos/translations

0 commit comments

Comments
 (0)