Merge lp:~julie-w/unifield-server/US-4197 into lp:unifield-server

Proposed by jftempo
Status: Merged
Merged at revision: 4867
Proposed branch: lp:~julie-w/unifield-server/US-4197
Merge into: lp:unifield-server
Diff against target: 27 lines (+3/-1)
2 files modified
bin/addons/account/project/project_view.xml (+1/-0)
bin/addons/account_mcdb/account_view.xml (+2/-1)
To merge this branch: bzr merge lp:~julie-w/unifield-server/US-4197
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+343870@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/project/project_view.xml'
--- bin/addons/account/project/project_view.xml 2017-10-27 08:56:09 +0000
+++ bin/addons/account/project/project_view.xml 2018-04-24 07:17:07 +0000
@@ -249,6 +249,7 @@
249 <group>249 <group>
250 <field name="amount" select="1"/>250 <field name="amount" select="1"/>
251 <field name="amount_currency"/>251 <field name="amount_currency"/>
252 <field name="currency_id" domain="[('active', '=', True)]"/>
252 </group>253 </group>
253 </group>254 </group>
254 <newline/>255 <newline/>
255256
=== modified file 'bin/addons/account_mcdb/account_view.xml'
--- bin/addons/account_mcdb/account_view.xml 2017-09-12 13:46:40 +0000
+++ bin/addons/account_mcdb/account_view.xml 2018-04-24 07:17:07 +0000
@@ -178,9 +178,10 @@
178 <field name="journal_type"/>178 <field name="journal_type"/>
179 </group>179 </group>
180 <newline/>180 <newline/>
181 <group col="2" colspan="4">181 <group col="6" colspan="4">
182 <field name="balance" string="Debit/Credit Fonctional" select='1'/>182 <field name="balance" string="Debit/Credit Fonctional" select='1'/>
183 <field name="balance_currency" string="Debit/Credit Booking" select='1'/>183 <field name="balance_currency" string="Debit/Credit Booking" select='1'/>
184 <field name="currency_id" help="" domain="[('active', '=', True)]"/>
184 </group>185 </group>
185 <newline/>186 <newline/>
186 <group expand="0" string="Group By..." colspan="4" col="20">187 <group expand="0" string="Group By..." colspan="4" col="20">

Subscribers

People subscribed via source and target branches