how can I get logo of curent comoany in openERP and us it in webkit Report - webkit

how can I get logo of curent comoany in openERP and us it in webkit Report without pass the name of Imge to mako file

You can use this:
<img src="data:image/jpeg;base64,${company.logo}" />

Are you using base_report_designer module ? If it is so, You need to add your company logo in Company form, There is a field to add a logo at top of the Company form. Add it and Save it.
If you are creating a report by Report Designer plugin, After creating a report, when you will click on Send to the Server button, in that wizard, You need to tick 'Corporate Header' option during sending to OpenERP. By doing this, You will be able to see in report from OpenERP.
I am assuming that you are using base_report_designer module.

You can also use this:
${helper.embed_image('png', company.logo, 145, 35)|n}
Where 145 is the width and 35 is the height. The statement above will create an <img/> tag for you.

Related

How hide/remove footer in Sense/Net 6.5.4.9243

Last week I have been working with Sense/Net 6.5.4.9243. Our main target is to use the workspace feature of sensenet ECM for our company. So I want to remove the footer and the header slider, but it shows "Error during rendering, please check the content view". (I made all the changes on the ui).
The footer is defined and configured in the pagetemplate html (/Root/Global/pagetemplates/sn-layout-inter-index.html). If you want to delete it, go to the admin surface, open the html file and remove the lines 72-92.
To remove the header slider properly change to edit mode with the Portal Remote Control and choose delete from the portletmenu.

Openerp : change the logo

I use openerp 6.1 GTK.
I try to change the logo, adress1, adress2 in quotations and invoices,
I was changed it directly in openerp gtk, but today I forget the way, I searched in settings and partners...
thank you.
To change this kind of information, you should go to Administration / Companies. Open the main company and change the information into this form, then save.
For the addresses in reports, there is a RML header field on the company form view.

Changing name in Header in Openerp?

I want to change Header name as a clients in openerp. I am using python and xml. see my screenshot.
Yes, you have to edit the XML for the action. Activate developer mode by going to help > About openERP > click active developer mode.
That will let you see the developer information. Then click edit action, and change the name of the action to what you want.

Issue on using "scrolling text" module in Joomla

I have downloaded and installed various module for scrolling text horizontally using these websites.
After I created new module and point out the position of that module, I can view that module in my web page. The text didn't appear because I didn't mention it in my module.
In Both of those modules, I couldn't find out that where have to I place the text to be scrolled in that particular modules?
I have searched a lot. But I couldn't get anything.
Any help will be appreciated!
Thank you in advanced!
These extensions display text from articles. So all you have to do is simpley:
Create a category in the Content Manager
Create some articles and assign them to your newly created category
In the Module settings, there will be an option to choose which category you wish to display the articles from, simply select your category
Hope this helps
There is no need of using any other modules for scrolling the text.
I used Custom HTML as menu type and write the code on editor.
The steps I have done as below:
Go to site -> Global configuration -> set Editor-None in default editor
Go to Extension-> module Manager -> New -> select the module type as Custom HTML
Copy the html code for scrolling text and Paste it in the text part and save the module.
Check your site. Now, your site is having the scrolling text. Then, You can change the Editor as before.

Prestashop - give user ability to upload custom image for product

How can this be achieved in Prestashop version 1.4.7?
You have to add personalization to the product.
In BO edit product, choose 6th tab (personalization, customize - i don't know how its on english - i have polish version) and then add one field Files Type and click update.
Then give this field name, choose is this field is required and save all.
I thinkg that should be enought
I know its bit of late but here is my answer
go to Products page under Catalog option and select edit product, then click on Customization and Select File Type or Text Type to upload an image and its description directly from prestashop.