Commit 5aebef0b by juan

correcciones

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