Skip to Content
Menu
This question has been flagged
1 Reply
2433 Views

okay is kinda weird. I have check everything but no idea why odoo not updating my company name on the invoice. or i am wrong 

here is the code on the page just in case.

also i have uploaded 2 image 
https://ibb.co/0JMYhXk

https://ibb.co/bFLbfyF


company.id}_layout" t-att-style="report_header_style">


Logo
















company.id}_layout {{ 'o_report_layout_background' if company.layout_background in ['Geometric', 'Custom'] else '' }}" t-attf-style="background-image: url({{ 'data:image/png;base64,%s' % company.layout_background_image.decode('utf-8') if company.layout_background_image and company.layout_background == 'Custom' else '/base/static/img/bg_background_template.jpg' if company.layout_background == 'Geometric' else ''}});" t-att-data-oe-model="o and o._name" t-att-data-oe-id="o and o.id" t-att-data-oe-lang="o and " rel="ugc">o.env.context.get('lang')">







" rel="ugc">company.id}_layout">






Page: /




Avatar
Discard
Best Answer

Hi,

You can change the company details in the company master as well as in the document layout in the general settings.

And as per shared images, it seems you already have done it. As you say it's still not working, can you create a new invoice and see if it works fine for it.

Because there is an option in Odoo called Reload from attachment for the reports, so if this is ticked for the report, instead of rendering new report, you will get the initially printed report on further printing.


Thanks & Regards

Walnut Software Solutions

Avatar
Discard
Related Posts Replies Views Activity
3
Aug 24
3037
1
Oct 21
3191
2
Dec 20
3175
1
Jun 20
2979
1
Jul 19
2261