Odoo 11 Development Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Getting ready

Suppose you want to change the way addresses are handled in your instance; your customer needs a third field in addition to Odoo's two fields (street and street2) to store addresses. You can certainly write your own addon to add a field on res.partner, but the issue is a bit trickier than it seems if you want the address to be properly formatted on invoices. Fortunately, someone on a mailing list tells you about the partner_address_street3 addon that is maintained by the OCA as part of the
partner-contact project.

The paths used in this recipe reflect the layout proposed in the Standardizing your instance directory layout recipe.