Skip to content

Commit 1ad7075

Browse files
author
oca-ci
committed
[UPD] Update mis_builder.pot
1 parent 8bd75c0 commit 1ad7075

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

Diff for: mis_builder/i18n/mis_builder.pot

+32-3
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ msgstr ""
6464
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
6565
msgid ""
6666
"<code>bal</code>, <code>crd</code>, <code>deb</code>, <code>\n"
67-
" pbal</code>, <code>nbal</code> : balance, debit, credit,\n"
68-
" positive balance, negative balance."
67+
" pbal</code>, <code>nbal</code>, <code>fld</code> : balance, debit, credit,\n"
68+
" positive balance, negative balance,\n"
69+
" other numerical field."
6970
msgstr ""
7071

7172
#. module: mis_builder
@@ -1593,7 +1594,7 @@ msgstr ""
15931594
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
15941595
msgid ""
15951596
"The following special elements are recognized in the expressions\n"
1596-
" to compute accounting data: <code>{bal|crd|deb|pbal|nbal}{pieu}[account\n"
1597+
" to compute accounting data: <code>{bal|crd|deb|pbal|nbal|fld}{pieu}(.fieldname)[account\n"
15971598
" selector][journal items domain]</code>."
15981599
msgstr ""
15991600

@@ -1693,6 +1694,27 @@ msgstr ""
16931694
msgid "You cannot sum period %s with itself."
16941695
msgstr ""
16951696

1697+
#. module: mis_builder
1698+
#. odoo-python
1699+
#: code:addons/mis_builder/models/aep.py:0
1700+
#, python-format
1701+
msgid "`%(field)s` cannot have a field name in expression %(expr)s"
1702+
msgstr ""
1703+
1704+
#. module: mis_builder
1705+
#. odoo-python
1706+
#: code:addons/mis_builder/models/aep.py:0
1707+
#, python-format
1708+
msgid "`fld` can only be used with mode `p` (variation) in expression %s"
1709+
msgstr ""
1710+
1711+
#. module: mis_builder
1712+
#. odoo-python
1713+
#: code:addons/mis_builder/models/aep.py:0
1714+
#, python-format
1715+
msgid "`fld` must have a field name in exression %s"
1716+
msgstr ""
1717+
16961718
#. module: mis_builder
16971719
#. odoo-python
16981720
#: code:addons/mis_builder/models/mis_report_instance.py:0
@@ -1733,6 +1755,13 @@ msgstr ""
17331755
msgid "versus"
17341756
msgstr ""
17351757

1758+
#. module: mis_builder
1759+
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
1760+
msgid ""
1761+
"when <code>fld</code> is used : a field name specifier\n"
1762+
" must be provided (e.g. <code>fldp.quantity</code>"
1763+
msgstr ""
1764+
17361765
#. module: mis_builder
17371766
#: model:ir.model.fields.selection,name:mis_builder.selection__mis_report_style__font_size__x-large
17381767
msgid "x-large"

0 commit comments

Comments
 (0)