How to create direction field in edit View of suppliers module

I need add a direction field in suppliers module, do how create the combo fields and view in the module?

I want view in order, street, city, country, postal code, etc.

Address field works different from others fields. You need to manually modify some files in order to achieve what you want.

Check these posts:
https://sugarclub.sugarcrm.com/dev-club/f/questions-answers/612/how-can-i-add-custom-address-fields

You can create a custom field template from regular Address (include/SugarFields/Fields/Address/) one and modify the files tpls and js accordingly. The new field template should be placed at custom/include/SugarFields/Fields/Customaddress. Mind you have to rename the files SugarFieldAddress.js and SugarFieldAddress.php and its class name as well.