parent
3f04c13fc1
commit
50cd4c6d3b
|
@ -31,9 +31,10 @@ class report_xml(osv.Model):
|
||||||
'py3o_template_fallback': fields.char(
|
'py3o_template_fallback': fields.char(
|
||||||
u"Fallback",
|
u"Fallback",
|
||||||
size=128,
|
size=128,
|
||||||
help=(u"If the user does not provide a template this will be used "
|
help=(
|
||||||
u"it should be a relattive path to root of YOUR module",
|
u"If the user does not provide a template this will be used "
|
||||||
),
|
u"it should be a relative path to root of YOUR module",
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'report_type': fields.selection(
|
'report_type': fields.selection(
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue