Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 .ods 文件中按照发票上显示的方式显示客户地址。我怎样才能做到这一点?res_partner 中没有地址字段。我尝试寻找 OpenERP 用来显示地址的方法,但没有成功。
在开具发票时,他们没有像地址这样的字段,但地址来自context="{'search_default_customer':1, 'show_address': 1}这适用于客户字段。
如果您想在报告上显示地址而不是您需要这样做
显示地址(object.partner_id)
希望这会帮助你。