Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
cmt
Commits
2ad0bf6f18b2
Commit
21838e8b
authored
Aug 09, 2011
by
Nicolas Chauvat
Browse files
[schema] BillingAddress.street2 is not required
parent
45360508f728
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema.py
View file @
2ad0bf6f
...
...
@@ -37,7 +37,7 @@ class has_shoppingitemtype(RelationDefinition):
class
BillingAddress
(
EntityType
):
organisation
=
String
(
required
=
True
,
maxsize
=
256
)
street
=
String
(
required
=
True
,
maxsize
=
256
)
street2
=
String
(
required
=
True
,
maxsize
=
256
)
street2
=
String
(
maxsize
=
256
)
postalcode
=
String
(
required
=
True
,
maxsize
=
256
)
city
=
String
(
required
=
True
,
maxsize
=
256
)
country
=
String
(
required
=
True
,
maxsize
=
256
)
...
...
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