Skip to content

Commit

Permalink
IMP view
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Apr 18, 2017
1 parent 07beb16 commit 0019b5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_check/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Account Check Management',
'version': '9.0.1.12.0',
'version': '9.0.1.13.0',
'category': 'Accounting',
'summary': 'Accounting, Payment, Check, Third, Issue',
'author': 'OpenERP Team de Localizacion Argentina',
Expand Down
7 changes: 7 additions & 0 deletions account_check/views/account_check_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<field name="model">account.check</field>
<field name="arch" type="xml">
<form string="Checks" create="false">
<field name="id" invisible="1"/>
<field name="type" invisible="1"/>
<!-- <field name="issue_check_subtype" invisible="1"/> -->
<field name="journal_id" invisible="1"/>
Expand Down Expand Up @@ -139,8 +140,14 @@
<form position="attributes">
<attribute name="create">true</attribute>
</form>
<sheet position="before">
<!-- Si está creando un cheque a mano le damos este mensaje -->
<p class="alert alert-info" role="alert" style="margin-bottom:0px;" attrs="{'invisible':[('id','!=',False)]}">Recuerde que los cheques se crean con los pagos.<br/><b>Solamente</b> debe crear cheques manualmente para realizar algún <b>ajuste</b> o para la <b>carga incial</b> de los mismos.<br/>Podrá cargar las operaciones correspondientes una vez que haya guardado el cheque.</p>
<p class="alert alert-info oe_edit_only" role="alert" style="margin-bottom:0px;" attrs="{'invisible':[('id','=', False)]}"><b>IMPORTANTE:</b> las operaciones de cheques se crean automáticamente con los pagos, transferencias o los botones disponibles sobre el cheque.<br/><b>SOLO</b> debe crear o modificar operaciones para <b>carga de cheques inciales</b> o ajustes sobre <b>circuitos no convencionales.</b></p>
</sheet>
<field name="operation_ids" position="attributes">
<attribute name="readonly">0</attribute>
<attribute name="attrs">{'readonly':[('id','=',False)]}</attribute>
</field>
</field>
</record>
Expand Down

0 comments on commit 0019b5f

Please sign in to comment.