Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Daniel Santibáñez Polanco
l10n_cl_dte_exportacion
Commits
c3a96dfc
Commit
c3a96dfc
authored
Feb 02, 2018
by
Daniel Santibáñez Polanco
Browse files
Delegado a invoice
parent
261d3e76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
models/res_currency.py
models/res_currency.py
+0
-12
views/res_currency.xml
views/res_currency.xml
+0
-15
No files found.
models/res_currency.py
deleted
100644 → 0
View file @
261d3e76
# -*- coding: utf-8 -*-
from
openerp
import
fields
,
models
,
api
,
_
class
ResCurrency
(
models
.
Model
):
_inherit
=
'res.currency'
code
=
fields
.
Char
(
string
=
"Código"
,
)
abreviatura
=
fields
.
Char
(
string
=
"Abreviatura"
,
)
views/res_currency.xml
deleted
100644 → 0
View file @
261d3e76
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherit Form view -->
<record
id=
"currency"
model=
"ir.ui.view"
>
<field
name=
"name"
>
currency.form
</field>
<field
name=
"model"
>
res.currency
</field>
<field
name=
"inherit_id"
ref=
"base.view_currency_form"
/>
<field
name=
"arch"
type=
"xml"
>
<field
name=
"rate"
position=
"after"
>
<field
name=
"code"
/>
<field
name=
"abreviatura"
/>
</field>
</field>
</record>
</odoo>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment