shopping.Address
: Address¶
Address(id, user, country, city, zip_code, region, addr1, street_prefix, street, street_no, street_box, addr2, nickname)
name |
type |
verbose name |
id |
BigAutoField |
ID |
user |
ForeignKey to User |
Author |
country |
ForeignKey to Country |
Country |
city |
ForeignKey to Place |
Locality |
zip_code |
CharField |
Zip code |
region |
ForeignKey to Place |
County |
addr1 |
CharField |
Address line before street |
street_prefix |
CharField |
Street prefix |
street |
CharField |
Street |
street_no |
CharField |
No. |
street_box |
CharField |
Box |
addr2 |
CharField |
Address line after street |
nickname |
CharField |
Nickname |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
address_column |
VirtualField |
Address |
municipality |
VirtualField |
Municipality |
Master tables: shopping.Addresses : Addresses, shopping.AllAddresses : Addresses, shopping.MyAddresses : My Addresses
Referenced from shopping.Cart.delivery_address, shopping.Cart.invoicing_address
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
id |
ID |
|
user |
Author |
The author of this object. A pointer to lino.modlib.users.models.User. |
country |
Country |
|
city |
Locality |
The locality, i.e. usually a village, city or town. |
zip_code |
Zip code |
|
region |
County |
|
addr1 |
Address line before street |
Address line before street |
street_prefix |
Street prefix |
Text to print before name of street, but to ignore for sorting. |
street |
Street |
Name of street, without house number. |
street_no |
No. |
House number. |
street_box |
Box |
Text to print after street number on the same line. |
addr2 |
Address line after street |
Address line to print below street line. |
nickname |
Nickname |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |
|
address_column |
Address |
|
municipality |
Municipality |
The municipality, i.e. either the city or a parent of it. |