Skip to content

Commit 6e3cc2d

Browse files
committed
[FIX] legal: rename pt_BR + build PDF version
X-original-commit: 0df79a7 Part-of: #4550
1 parent fe864d5 commit 6e3cc2d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,16 @@
317317
'Odoo Enterprise Subscription Agreement (ES)', '', 'howto'),
318318
('legal/terms/i18n/partnership_tex_es',
319319
'odoo_partnership_agreement_es.tex', 'Odoo Partnership Agreement (ES)', '', 'howto'),
320+
321+
('legal/terms/i18n/enterprise_tex_pt_BR', 'odoo_enterprise_agreement_pt_BR.tex',
322+
'Odoo Enterprise Subscription Agreement (PT)', '', 'howto'),
320323
]
321324

322325
# List of languages that have legal translations (excluding EN). The keys must be in
323326
# `languages_names`. These translations will have a link to their versions of the legal
324327
# contracts, instead of the default EN one. The main legal documents are not part of the
325328
# translations since they have legal meaning.
326-
legal_translations = ['de', 'es', 'fr', 'nl']
329+
legal_translations = ['de', 'es', 'fr', 'nl', 'pt_BR']
327330

328331
# The name of an image file (relative to this directory) to place at the top of the title page.
329332
latex_logo = 'static/img/odoo_logo.png'
File renamed without changes.

content/legal/terms/i18n/enterprise_tex_pt.rst renamed to content/legal/terms/i18n/enterprise_tex_pt_BR.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
:maxdepth: 4
66
:hidden:
77

8-
enterprise_pt
8+
enterprise_pt_BR

0 commit comments

Comments
 (0)