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

Proposed by jftempo
Status: Merged
Merged at revision: 5601
Proposed branch: lp:~julie-w/unifield-server/US-6729
Merge into: lp:unifield-server
Diff against target: 30 lines (+3/-3)
1 file modified
bin/addons/register_accounting/account_view.xml (+3/-3)
To merge this branch: bzr merge lp:~julie-w/unifield-server/US-6729
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+378501@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
1=== modified file 'bin/addons/register_accounting/account_view.xml'
2--- bin/addons/register_accounting/account_view.xml 2020-01-22 10:08:27 +0000
3+++ bin/addons/register_accounting/account_view.xml 2020-02-04 10:20:34 +0000
4@@ -560,7 +560,7 @@
5 <field name="name"/>
6 <newline/>
7 <field name="period_id"/>
8- <field name="journal_id" widget='selection' domain="[('type', '=', 'cash')]" />
9+ <field name="journal_id" domain="[('type', '=', 'cash')]" />
10 </group>
11 <newline/>
12 <group expand="1" string="Group By...">
13@@ -708,7 +708,7 @@
14 <field name="name"/>
15 <newline/>
16 <field name="period_id"/>
17- <field name="journal_id" widget="selection" domain="[('type', '=', 'bank')]" />
18+ <field name="journal_id" domain="[('type', '=', 'bank')]" />
19 </group>
20 <newline/>
21 <group expand="1" string="Group By...">
22@@ -977,7 +977,7 @@
23 <field name="name"/>
24 <newline/>
25 <field name="period_id"/>
26- <field name="journal_id" widget="selection" domain="[('type', '=', 'cheque')]" />
27+ <field name="journal_id" domain="[('type', '=', 'cheque')]" />
28 </group>
29 <newline/>
30 <group expand="1" string="Group By...">

Subscribers

People subscribed via source and target branches