Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
vauxoo-dev
addons-vauxoo
Commits
bda2c339
Commit
bda2c339
authored
Nov 20, 2014
by
Federico Manuel Echeverri Choux
Browse files
[IMP] change data of lang_conf Module as data demo in the same module
parent
cc666d90
Changes
1
Hide whitespace changes
Inline
Side-by-side
lang_conf/__openerp__.py
View file @
bda2c339
...
...
@@ -24,28 +24,29 @@
#
##############################################################################
{
"name"
:
"Complete data from lang english"
,
"version"
:
"1.0"
,
"author"
:
"Vauxoo"
,
"category"
:
"Generics Modules"
,
"name"
:
"Complete data from lang english"
,
"version"
:
"1.0"
,
"author"
:
"Vauxoo"
,
"category"
:
"Generics Modules"
,
"description"
:
"""
This module complete the Separator Format, Decimal Separator, Thousands Separator in
data of lang english
"""
,
"website"
:
"http://www.vauxoo.com/"
,
"license"
:
"AGPL-3"
,
"""
,
"website"
:
"http://www.vauxoo.com/"
,
"license"
:
"AGPL-3"
,
"depends"
:
[
"base"
],
"demo"
:
[],
"data"
:
[
],
"demo"
:
[
"data/lang_data.xml"
],
"test"
:
[],
"js"
:
[],
"css"
:
[],
"qweb"
:
[],
"installable"
:
True
,
"auto_install"
:
False
,
],
"data"
:
[
],
"test"
:
[],
"js"
:
[],
"css"
:
[],
"qweb"
:
[],
"installable"
:
True
,
"auto_install"
:
False
,
"active"
:
False
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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