跳至内容
菜单
此问题已终结
2 回复
6641 查看

Hi,

I'd like to know how i can automatically add a VAT exemption note, depending on the customer's fiscal position.

I've tried using the comment field and fill it in the product_id_change method (as my prices depends also of the fiscal position) but the value i put in the res dictionary is lost when leaving the event.

Is there any other way to achieve this ?

Thank you for your help.


Mikael

形象
丢弃

Model fiscal position has field "note". Where problem?

编写者

Hello. I'd like to have the note displayed on the invoice (that's why i try to use the note field in the invoice model). If i put something in the fiscal position's note will it be copied in the invoice ? Thanks

最佳答案

Try this in template report_invoice:

            <p t-if="o.fiscal_position.note">
<strong>Fiscal Position Remark:</strong>
<span t-field="o.fiscal_position.note"/>
</p>

PS. In default report template the 'Fiscal Position Remark:' is defined.

形象
丢弃
编写者

Thanks! That did the trick.

最佳答案

This is now standard in newer versions. However the legal notes field where to set such text is not easy to spot in the form of fiscal positions. It is just under the mapping table.


形象
丢弃
相关帖文 回复 查看 活动
0
4月 22
2961
1
4月 19
4014
0
3月 15
3940
3
3月 22
2985
2
1月 17
8416