Skip to content

Commit

Permalink
FIX translations after module renaming
Browse files Browse the repository at this point in the history
FIX readme and translations

Co-authored-by: Sergio Zanchetta <[email protected]>
  • Loading branch information
2 people authored and MarcoCalcagni committed Dec 14, 2021
1 parent c88a949 commit 6f56db4
Show file tree
Hide file tree
Showing 7 changed files with 406 additions and 408 deletions.
4 changes: 1 addition & 3 deletions l10n_it_mis_reports_pl_bs/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'ITA - MIS builder - Bilancio civilistico',
'summary': """
MIS Builder templates for the Italian P&L
and Balance Sheets """,
'summary': 'Modelli "MIS Builder" per il conto economico e lo stato patrimoniale',
'author': 'Dinamiche Aziendali srl,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy',
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_mis_reports_pl_bs/data/mis_report_bs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<odoo>
<data noupdate="0">
<record model="mis.report" id="mis_report_bs">
<field name="name">CEE Balance Sheet</field>
<field name="name">EEC Financial Statements - Balance Sheet</field>
<field name="style_id" ref="mis_report_style_l10n_it_base"/>
</record>

Expand Down
6 changes: 3 additions & 3 deletions l10n_it_mis_reports_pl_bs/data/mis_report_pl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<odoo>
<data noupdate="0">
<record model="mis.report" id="mis_report_pl">
<field name="name">CEE income statement balance sheet</field>
<field name="name">EEC Financial Statements - Profit and Loss</field>
<field name="style_id" ref="mis_report_style_l10n_it_base"/>
</record>

<record model="mis.report.kpi" id="mis_report_plx">
<field name="report_id" ref="mis_report_pl"/>
<field name="name">incomestatement</field>
<field name="description">INCOME STATEMENT</field>
<field name="name">profitandloss</field>
<field name="description">PROFIT AND LOSS</field>
<field name="expression"></field>
<field name="type">num</field>
<field name="compare_method">pct</field>
Expand Down
Loading

0 comments on commit 6f56db4

Please sign in to comment.