Commit 5aebef0b by juan

correcciones

1 parent 42efa865
......@@ -29,8 +29,7 @@
# always loaded
'data': [
'security/ir.model.access.csv',
'views/comprobante.xml',
'views/menu.xml',
'views/comprobante.xml'
],
# only loaded in demonstration mode
......@@ -39,5 +38,5 @@
],
'installable': True,
'application': True
'application': False
}
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data noupdate="0">
<!--
<record id="asw_fechas_action" model="ir.actions.act_window">
<field name="type">ir.actions.act_window</field>
<field name="name">Comprobante fechas</field>
......@@ -21,12 +21,11 @@
<field name="target">current</field>
<field name="view_id" ref="view_comprobante_recibido_fechas_form_inherited"/>
</record>
-->
<!-- primary|extension Inherited .:Form:. view for "model" -->
<record id="view_comprobante_fechas_form_inherited" model="ir.ui.view">
<field name="name">view.model.form inherited</field>
<field name="model">asw.comprobante</field>
<!-- Please veryfiy, that the following inherited view really sticks to the naming convention. -->
<field name="inherit_id" ref="asw_tpv.view_form_comprobante_ui" />
<field name="type">form</field>
<field name="mode">extension</field>
......@@ -45,11 +44,10 @@
</field>
</record>
<record id="view_comprobante_recibido_fechas_form_inherited" model="ir.ui.view">
<!--
<record id="view_comprobante_recibido_fechas_form_inherited" model="ir.ui.view">
<field name="name">view_form_comprobante_recibido_ui</field>
<field name="model">asw.comprobante</field>
<!-- Please veryfiy, that the following inherited view really sticks to the naming convention. -->
<field name="inherit_id" ref="asw_tpv.view_form_comprobante_recibido_ui" />
<field name="type">form</field>
<field name="mode">extension</field>
......@@ -68,7 +66,7 @@
</field>
</record>
-->
</data>
</odoo>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!