Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Maria Agustina
/
asw_tpv_fechas
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 5aebef0b
authored
2020-12-02 17:31:49 -0300
by
juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
correcciones
1 parent
42efa865
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
__manifest__.py
views/comprobante.xml
__manifest__.py
View file @
5aebef0
...
...
@@ -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'
:
Tru
e
'application'
:
Fals
e
}
\ No newline at end of file
views/comprobante.xml
View file @
5aebef0
<?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">
<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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment