Skip to content

Commit

Permalink
Merge remote-tracking branch 'odoo/7.0' into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA git bot authored and OCA git bot committed Nov 4, 2014
2 parents c4438af + d115ef9 commit fb978c6
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 116 deletions.
1 change: 0 additions & 1 deletion addons/account/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,6 @@
<group>
<field name="journal_id" on_change="onchange_journal_id(journal_id)" widget="selection" domain="[('type', '=', 'cash')]" />
<field name="user_id" readonly="1" string="Responsible"/>
<field name="total_entry_encoding"/>
<field name='company_id' widget="selection" groups="base.group_multi_company" />
</group>
<group>
Expand Down
2 changes: 1 addition & 1 deletion addons/web/static/lib/cleditor/jquery.cleditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/buttons.gif')}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorPopup {border:solid 1px #999; background-color:white; color:#333333; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
Expand Down

0 comments on commit fb978c6

Please sign in to comment.