Merge lp:~mukunde/unifield-server/US-11515 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 6563
Proposed branch: lp:~mukunde/unifield-server/US-11515
Merge into: lp:unifield-server
Diff against target: 249 lines (+50/-16)
4 files modified
bin/addons/account/account_report.xml (+8/-0)
bin/addons/account/report/account_profit_horizontal.rml (+1/-1)
bin/addons/account/report/account_profit_loss_xls.mako (+9/-9)
bin/addons/msf_profile/i18n/fr_MF.po (+32/-6)
To merge this branch: bzr merge lp:~mukunde/unifield-server/US-11515
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+450128@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/account/account_report.xml'
--- bin/addons/account/account_report.xml 2022-07-26 12:20:10 +0000
+++ bin/addons/account/account_report.xml 2023-08-29 12:37:24 +0000
@@ -209,5 +209,13 @@
209 auto="False"209 auto="False"
210 menu="False"/>210 menu="False"/>
211211
212 <report id="pl_account_horizontal"
213 menu="False"
214 model="account.account"
215 name="pl.account.horizontal"
216 rml="account/report/account_profit_horizontal.rml"
217 string="Profit And Loss"
218 auto="False" />
219
212 </data>220 </data>
213</openerp>221</openerp>
214222
=== modified file 'bin/addons/account/report/account_profit_horizontal.rml'
--- bin/addons/account/report/account_profit_horizontal.rml 2016-02-29 09:08:35 +0000
+++ bin/addons/account/report/account_profit_horizontal.rml 2023-08-29 12:37:24 +0000
@@ -150,7 +150,7 @@
150 <para style="P2">[[ get_data(data) or removeParentNode('para')]]</para>150 <para style="P2">[[ get_data(data) or removeParentNode('para')]]</para>
151 <blockTable colWidths="128.0,128.0,128.0,128.0,128.0,128.0" style="Table2_header">151 <blockTable colWidths="128.0,128.0,128.0,128.0,128.0,128.0" style="Table2_header">
152 <tr>152 <tr>
153 <td><para style="terp_tblheader_General_Centre">Chart of Account </para></td>153 <td><para style="terp_tblheader_General_Centre">Chart of Account</para></td>
154 <td><para style="terp_tblheader_General_Centre">Fiscal Year</para></td>154 <td><para style="terp_tblheader_General_Centre">Fiscal Year</para></td>
155 <td><para style="terp_tblheader_General_Centre">Filter By [[ get_filter_name(data)!='No Filter' and get_filter_name(data) ]]</para></td>155 <td><para style="terp_tblheader_General_Centre">Filter By [[ get_filter_name(data)!='No Filter' and get_filter_name(data) ]]</para></td>
156 <td><para style="terp_tblheader_General_Centre">Display</para></td>156 <td><para style="terp_tblheader_General_Centre">Display</para></td>
157157
=== modified file 'bin/addons/account/report/account_profit_loss_xls.mako'
--- bin/addons/account/report/account_profit_loss_xls.mako 2017-03-29 14:17:23 +0000
+++ bin/addons/account/report/account_profit_loss_xls.mako 2023-08-29 12:37:24 +0000
@@ -5,7 +5,7 @@
5xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"5xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
6xmlns:html="http://www.w3.org/TR/REC-html40">6xmlns:html="http://www.w3.org/TR/REC-html40">
7<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">7<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
8<Title>Profit And Loss</Title>8<Title>${_("Profit And Loss")}</Title>
9</DocumentProperties>9</DocumentProperties>
10<Styles>10<Styles>
1111
@@ -108,12 +108,12 @@
108<Column ss:AutoFitWidth="1" ss:Width="190" />108<Column ss:AutoFitWidth="1" ss:Width="190" />
109<Column ss:AutoFitWidth="1" ss:Width="64" />109<Column ss:AutoFitWidth="1" ss:Width="64" />
110<Row>110<Row>
111<Cell ss:StyleID="ssH"><Data ss:Type="String">Chart of Account</Data></Cell>111<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Chart of Account")}</Data></Cell>
112<Cell ss:StyleID="ssH"><Data ss:Type="String">Fiscal Year</Data></Cell>112<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Fiscal Year")}</Data></Cell>
113<Cell ss:StyleID="ssH"><Data ss:Type="String">Display</Data></Cell>113<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Display")}</Data></Cell>
114<Cell ss:StyleID="ssH"><Data ss:Type="String">Filter By ${(get_filter_name(data)!='No Filter' and get_filter_name(data) or '')|x}</Data></Cell>114<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Filter By")} ${(get_filter_name(data)!=_('No Filter') and _(get_filter_name(data)) or '')|x}</Data></Cell>
115<Cell ss:StyleID="ssH"><Data ss:Type="String">Proprietary Instances</Data></Cell>115<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Proprietary Instances")}</Data></Cell>
116<Cell ss:StyleID="ssH"><Data ss:Type="String">Target Moves</Data></Cell>116<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Target Moves")}</Data></Cell>
117</Row>117</Row>
118118
119<Row>119<Row>
@@ -145,10 +145,10 @@
145145
146<Row>146<Row>
147<Cell ss:StyleID="ssH"><Data ss:Type="String">Code</Data></Cell>147<Cell ss:StyleID="ssH"><Data ss:Type="String">Code</Data></Cell>
148<Cell ss:StyleID="ssH"><Data ss:Type="String">Expense</Data></Cell>148<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Expense")}</Data></Cell>
149<Cell ss:StyleID="ssH"><Data ss:Type="String">Balance</Data></Cell>149<Cell ss:StyleID="ssH"><Data ss:Type="String">Balance</Data></Cell>
150<Cell ss:StyleID="ssH"><Data ss:Type="String">Code</Data></Cell>150<Cell ss:StyleID="ssH"><Data ss:Type="String">Code</Data></Cell>
151<Cell ss:StyleID="ssH"><Data ss:Type="String">Income</Data></Cell>151<Cell ss:StyleID="ssH"><Data ss:Type="String">${_("Income")}</Data></Cell>
152<Cell ss:StyleID="ssH"><Data ss:Type="String">Balance</Data></Cell>152<Cell ss:StyleID="ssH"><Data ss:Type="String">Balance</Data></Cell>
153</Row>153</Row>
154154
155155
=== modified file 'bin/addons/msf_profile/i18n/fr_MF.po'
--- bin/addons/msf_profile/i18n/fr_MF.po 2023-08-16 09:21:58 +0000
+++ bin/addons/msf_profile/i18n/fr_MF.po 2023-08-29 12:37:24 +0000
@@ -3267,6 +3267,8 @@
3267#: report:account.employee_ledger_other:03267#: report:account.employee_ledger_other:0
3268#: report:addons/account/report/account_employee_ledger.mako:2403268#: report:addons/account/report/account_employee_ledger.mako:240
3269#: report:addons/finance/report/account_employee_balance_tree_xls.mako:2873269#: report:addons/finance/report/account_employee_balance_tree_xls.mako:287
3270#: report:addons/account/report/account_profit_loss_xls.mako:112
3271#: report:pl.account.horizontal:0
3270msgid "Fiscal Year"3272msgid "Fiscal Year"
3271msgstr "Exercice Comptable"3273msgstr "Exercice Comptable"
32723274
@@ -9171,6 +9173,7 @@
9171#: view:account.employee.balance.tree:09173#: view:account.employee.balance.tree:0
9172#: field:account.employee.balance.tree,balance:09174#: field:account.employee.balance.tree,balance:0
9173#: report:addons/finance/report/account_employee_balance_tree_xls.mako:3579175#: report:addons/finance/report/account_employee_balance_tree_xls.mako:357
9176#: report:pl.account.horizontal:0
9174msgid "Balance"9177msgid "Balance"
9175msgstr "Solde de la balance"9178msgstr "Solde de la balance"
91769179
@@ -16379,7 +16382,7 @@
16379msgid "Salesman"16382msgid "Salesman"
16380msgstr "Responsable"16383msgstr "Responsable"
1638116384
16382#. modules: msf_instance, finance, register_accounting16385#. modules: msf_instance, finance, register_accounting, account
16383#: field:cash.request,prop_instance_id:016386#: field:cash.request,prop_instance_id:0
16384#: field:cash.request.liquidity,instance_id:016387#: field:cash.request.liquidity,instance_id:0
16385#: field:cash.request.liquidity.bank,instance_id:016388#: field:cash.request.liquidity.bank,instance_id:0
@@ -16388,6 +16391,7 @@
16388#: field:msf_instance.setup,instance_id:016391#: field:msf_instance.setup,instance_id:0
16389#: report:addons/register_accounting/report/liquidity_position_xls.mako:31516392#: report:addons/register_accounting/report/liquidity_position_xls.mako:315
16390#: report:addons/register_accounting/report/liquidity_position_xls.mako:46716393#: report:addons/register_accounting/report/liquidity_position_xls.mako:467
16394#: report:pl.account.horizontal:0
16391msgid "Proprietary instance"16395msgid "Proprietary instance"
16392msgstr "Instance propriétaire"16396msgstr "Instance propriétaire"
1639316397
@@ -20249,6 +20253,9 @@
20249#. module: account20253#. module: account
20250#: view:account.pl.report:020254#: view:account.pl.report:0
20251#: model:ir.ui.menu,name:account.menu_account_pl_report20255#: model:ir.ui.menu,name:account.menu_account_pl_report
20256#: report:addons/account/report/account_profit_loss_xls.mako:8
20257#: model:ir.actions.report.xml,name:account.pl_account_horizontal
20258#: report:pl.account.horizontal:0
20252msgid "Profit And Loss"20259msgid "Profit And Loss"
20253msgstr "Compte de Résultat"20260msgstr "Compte de Résultat"
2025420261
@@ -23706,6 +23713,8 @@
23706#: report:account.employee_ledger_other:023713#: report:account.employee_ledger_other:0
23707#: report:addons/account/report/account_employee_ledger.mako:23923714#: report:addons/account/report/account_employee_ledger.mako:239
23708#: report:addons/finance/report/account_employee_balance_tree_xls.mako:26823715#: report:addons/finance/report/account_employee_balance_tree_xls.mako:268
23716#: report:addons/account/report/account_profit_loss_xls.mako:111
23717#: report:pl.account.horizontal:0
23709msgid "Chart of Account"23718msgid "Chart of Account"
23710msgstr "Plan comptable"23719msgstr "Plan comptable"
2371123720
@@ -27779,6 +27788,8 @@
27779#: report:account.employee_ledger_other:027788#: report:account.employee_ledger_other:0
27780#: report:addons/account/report/account_employee_ledger.mako:24427789#: report:addons/account/report/account_employee_ledger.mako:244
27781#: report:addons/finance/report/account_employee_balance_tree_xls.mako:29127790#: report:addons/finance/report/account_employee_balance_tree_xls.mako:291
27791#: report:addons/account/report/account_profit_loss_xls.mako:114
27792#: report:pl.account.horizontal:0
27782msgid "Filter By"27793msgid "Filter By"
27783msgstr "Filtrer par"27794msgstr "Filtrer par"
2778427795
@@ -35384,6 +35395,7 @@
35384#: report:ship.loan.certificate:035395#: report:ship.loan.certificate:0
35385#: report:ship.loan.return.certificate:035396#: report:ship.loan.return.certificate:0
35386#: report:shipment.donation.certificate:035397#: report:shipment.donation.certificate:0
35398#: report:pl.account.horizontal:0
35387#: field:product.product,default_code:035399#: field:product.product,default_code:0
35388#, python-format35400#, python-format
35389msgid "Code"35401msgid "Code"
@@ -40941,6 +40953,7 @@
40941#: report:addons/finance/report/account_employee_balance_tree_xls.mako:29040953#: report:addons/finance/report/account_employee_balance_tree_xls.mako:290
40942#: view:wizard.account.employee.balance.tree:040954#: view:wizard.account.employee.balance.tree:0
40943#: field:wizard.account.employee.balance.tree,instance_ids:040955#: field:wizard.account.employee.balance.tree,instance_ids:0
40956#: report:addons/account/report/account_profit_loss_xls.mako:115
40944msgid "Proprietary Instances"40957msgid "Proprietary Instances"
40945msgstr "Instances Propriétaires"40958msgstr "Instances Propriétaires"
4094640959
@@ -42874,6 +42887,7 @@
42874#: report:lot.stock.overview:042887#: report:lot.stock.overview:0
42875#: report:lot.stock.overview_all:042888#: report:lot.stock.overview_all:0
42876#: report:stock.inventory.move:042889#: report:stock.inventory.move:0
42890#: report:pl.account.horizontal:0
42877msgid "Total:"42891msgid "Total:"
42878msgstr "Total :"42892msgstr "Total :"
4287942893
@@ -66311,8 +66325,10 @@
66311#. module: account66325#. module: account
66312#: selection:report.account.receivable,type:066326#: selection:report.account.receivable,type:0
66313#: view:account.account:066327#: view:account.account:0
66328#: report:addons/account/report/account_profit_loss_xls.mako:151
66329#: report:pl.account.horizontal:0
66314msgid "Income"66330msgid "Income"
66315msgstr "Income"66331msgstr "Recettes"
6631666332
66317#. module: account_reconciliation66333#. module: account_reconciliation
66318#: help:account.move.line,unreconcile_txt:066334#: help:account.move.line,unreconcile_txt:0
@@ -67018,6 +67034,8 @@
67018#: report:addons/finance/report/account_employee_balance_tree_xls.mako:31767034#: report:addons/finance/report/account_employee_balance_tree_xls.mako:317
67019#: field:wizard.account.employee.balance.tree,target_move:067035#: field:wizard.account.employee.balance.tree,target_move:0
67020#: report:account.employee_ledger_other:067036#: report:account.employee_ledger_other:0
67037#: report:addons/account/report/account_profit_loss_xls.mako:116
67038#: report:pl.account.horizontal:0
67021msgid "Target Moves"67039msgid "Target Moves"
67022msgstr "Transact. Cibles"67040msgstr "Transact. Cibles"
6702367041
@@ -76224,8 +76242,10 @@
76224#. module: account76242#. module: account
76225#: selection:report.account.receivable,type:076243#: selection:report.account.receivable,type:0
76226#: view:account.account:076244#: view:account.account:0
76245#: report:addons/account/report/account_profit_loss_xls.mako:148
76246#: report:pl.account.horizontal:0
76227msgid "Expense"76247msgid "Expense"
76228msgstr "Expense"76248msgstr "Dépenses"
7622976249
76230#. module: sale76250#. module: sale
76231#: model:ir.actions.act_window,name:sale.action_sale_installer76251#: model:ir.actions.act_window,name:sale.action_sale_installer
@@ -77824,6 +77844,7 @@
77824#: report:account.employee_ledger_other:077844#: report:account.employee_ledger_other:0
77825#: report:addons/account/report/account_employee_ledger.mako:24477845#: report:addons/account/report/account_employee_ledger.mako:244
77826#: report:addons/finance/report/account_employee_balance_tree_xls.mako:29177846#: report:addons/finance/report/account_employee_balance_tree_xls.mako:291
77847#: report:addons/account/report/account_profit_loss_xls.mako:114
77827#, python-format77848#, python-format
77828msgid "No Filter"77849msgid "No Filter"
77829msgstr "Pas de filtre"77850msgstr "Pas de filtre"
@@ -91703,6 +91724,8 @@
91703#: report:account.employee_ledger_other:091724#: report:account.employee_ledger_other:0
91704#: report:addons/account/report/account_employee_ledger.mako:24591725#: report:addons/account/report/account_employee_ledger.mako:245
91705#: report:addons/finance/report/account_employee_balance_tree_xls.mako:29291726#: report:addons/finance/report/account_employee_balance_tree_xls.mako:292
91727#: report:addons/account/report/account_profit_loss_xls.mako:113
91728#: report:pl.account.horizontal:0
91706#, python-format91729#, python-format
91707msgid "Display"91730msgid "Display"
91708msgstr "Afficher"91731msgstr "Afficher"
@@ -120590,8 +120613,9 @@
120590msgid "Are you sure you want to post <span style=\"font-weight: bold; color: red;\">ALL</span> the entries?"120613msgid "Are you sure you want to post <span style=\"font-weight: bold; color: red;\">ALL</span> the entries?"
120591msgstr "Voulez-vous comptabiliser <span style=\"font-weight: bold; color: red;\">TOUTES</span> les entrées ?"120614msgstr "Voulez-vous comptabiliser <span style=\"font-weight: bold; color: red;\">TOUTES</span> les entrées ?"
120592120615
120593#. module: register_accounting120616#. module: register_accounting, account
120594#: field:account.move.line,counterpart_transfer_st_line_id:0120617#: field:account.move.line,counterpart_transfer_st_line_id:0
120618#: selection:account.journal.column,field:0
120595msgid "Conterpart transfert register line"120619msgid "Conterpart transfert register line"
120596msgstr "Line de registre de la contrepartie de transfert"120620msgstr "Line de registre de la contrepartie de transfert"
120597120621
@@ -120647,9 +120671,10 @@
120647msgid "Do Not Post"120671msgid "Do Not Post"
120648msgstr "Ne Pas comptabiliser"120672msgstr "Ne Pas comptabiliser"
120649120673
120650#. module: register_accounting120674#. module: register_accounting, account
120651#: field:account.bank.statement.line,has_a_counterpart_transfer:0120675#: field:account.bank.statement.line,has_a_counterpart_transfer:0
120652#: field:account.move.line,has_a_counterpart_transfer:0120676#: field:account.move.line,has_a_counterpart_transfer:0
120677#: selection:account.journal.column,field:0
120653msgid "Has a counterpart_transfer"120678msgid "Has a counterpart_transfer"
120654msgstr "A une contrepartie de transfert"120679msgstr "A une contrepartie de transfert"
120655120680
@@ -120832,9 +120857,10 @@
120832msgid "Set Post on selection"120857msgid "Set Post on selection"
120833msgstr "Comptabiliser la sélection"120858msgstr "Comptabiliser la sélection"
120834120859
120835#. module: register_accounting120860#. module: register_accounting, account
120836#: field:account.bank.statement.line,counterpart_transfer_st_line_sdref:0120861#: field:account.bank.statement.line,counterpart_transfer_st_line_sdref:0
120837#: field:account.move.line,counterpart_transfer_st_line_sdref:0120862#: field:account.move.line,counterpart_transfer_st_line_sdref:0
120863#: selection:account.journal.column,field:0
120838msgid "St couterpert line sdref"120864msgid "St couterpert line sdref"
120839msgstr "Sdref de le ligne de reg. de cp"120865msgstr "Sdref de le ligne de reg. de cp"
120840120866

Subscribers

People subscribed via source and target branches