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

Hi !

When I print an invoice, in French, "Your reference" should be "Votre référence". Instead, the printing shows "Description".

I've checked all the traduction files that contain "Your reference", and all of them were correct. I've also tried updating the base, account and sales modules, without success.

Anyone knows where "Description" comes from, and how to fix this ?

Thanks.

形象
丢弃
编写者 最佳答案

Ok, so it seems that the cell `Description` is filled with the `account.invoice.name` value, which, I think, can be either the `account.invoice.reference`, or another field. That's a little confusing, but I've sorted it out. Now, I think I'll put another cell to hold the `account.invoice.reference` field, but that's not the subject of this post.

PS:

I've finally found the right `.rml` file in `account/report/account_print_invoice.rml`.

形象
丢弃
最佳答案

Maybe some old translation file is still stuck in the database. we have had similair issues with translations as well. Try to look for the translation at: Settings --> Translations --> Application terms --> Translated terms Look for "Description" in the "Translation Value" column, to see if any record that matches that has something like "Your reference" as its source value. ---- If that does not work, open the source of the report itself and make sure the field that is showing is the correct field.

形象
丢弃

I accidentally removed your comment PY, sorry. As an answer, you should look for the RML-file and/or the parser, in the way of the py file. The location should be something like "addons/account/report".

最佳答案

Check that the PDF is being recreated instead of openerp taking a previously generated copy from the database. You can force recreation in various ways:

  • by going into Settings -> Actions -> Reports -> Search for invoice -> Select the correct one -> Uncheck "Reload from Attachment".
  • by deleting the saved PDF record in the database in the table ir_attachment (`DELETE FROM ir_attachment WHERE res_model = 'account.invoice'` to delete all of them)
形象
丢弃
编写者

It doesn't work.

相关帖文 回复 查看 活动
2
6月 25
2172
4
5月 24
6163
1
5月 23
3961
0
7月 17
3127
0
3月 16
3082