Odoo issue with button language - python-2.7

I imported a translation in my Odoo 8 but some of the buttons are not changing. They remain in English.
Here's an example:
I changed the strings manually by exporting the language and importing it again.
I don't know if that has to be changed in the code itself.
But each time I upload the language again, it remains the same.
Any helpo would be really appreciated.

You can try to updating the base module, and the respective module what you want to generate the translate, in this case account.

Related

How to remove a component from the different language version in sitecore?

I am running into this weird issue where i can remove a component from a page for default language and add it back whereas for other language versions like en-de or en-gb; when i remove the component and save it, The component still remains there.
Has anyone run into this issue ?

Glass: Property of Template not Populated

Sitecore 8.0U5, Glass 4, TDS 5.0.1.11
I've got an interesting problem here and I feel like I'm just being dense somewhere, but can't figure it out.
I've got a template in Sitecore called "Testimonial" that has text fields like "Quote", "Name", "Location". It additionally has a field named "Image" of type "Image".
TDS generates my code and the properties of the template look normal. When viewing the rendering, all the fields are mapped appropriately except for the "Image" field. It is always "NULL".
The image is displayed in my view rendering only when viewing in the Experience Editor. When I 'Preview' or browse to the page, the image does not display. To complicate things, when I put a breakpoint on the rendering line and inspect in either Experience Editor or Preview, "Image" is still NULL. So even though it doesn't appear to be mapped, it still works in the Experience Editor.
I'm running locally and have my site pointed to the master database.
Anyone seen anything like this or have any ideas for additional ways to troubleshoot?
Thanks!
Okay, this is not an issue with Glass. (Not directly, at least) The issue is that there is a third-party module that has a template named Image and when that was mapped by TDS, it was interfering with Sitecore's Image class.
I'm not sure if this was the best solution, but what I ended up doing was editing the T4 template to look for this specific template and update the name when the class is generated. This keeps the module template named appropriately and keeps the compiled code clean as well.

Sitecore doesn't render any field types anymore

After a deploy to our Acceptance environment, templates in sitecore seem to be broken. We have installed them back with an item package from a working environment and did a revert on the /sitecore/templates/system tree.
We didn't notice any difficulties here, but when we try to edit with a rich text editor, we see the raw values. Even a tree list is rendered as a single line text field.
Next to that, the /sitecore/templates/system/templates/template item does not contain any fields.
Since we are on an acceptance environment, we cannot revert the entire database in case of data loss.
Do not think I entirely understand your issue, can you please be more specific and give us more details? You say templates are broken, but in what way exactly?Can you try reproducing that to ensure it happens again?
If you see everything as a text value, that happens because of you have Raw values in View tab switch on.

django admin language changes randomly

I have recently started working with django internationalization.
There is only one view and matching template for which I added translatable strings and made translations for 3 languages.
Now I notice that the django admin language changes in what seems to be random. It changes to more languages than the ones I translated to (english, french and german).
Anyone know what might have caused it?
Seems like this is cause by a weird behaviour of django's translation module.
translation.activate() changes the language for the whole process.
What I had to do is call translation.deactivate() after rendering the template.

All icons missing after modifying a custom entity

Today I did something I've been meaning to do for a while. I got around to creating some icons for the two custom entities I created a while ago. These custom entities were Account Product and Contact Product. I used a microsoft tool to import and publish the new icons. This seemed to work ok. The problem is now the only icons that show up in the entire CRM are the two new icons. All the rest are just blank with little red dots. This isn't the case on the computer I made the change from. All icons are present there. But from every other computer all icons are missing. I seems to be some sort of permission thing but I'm blowed if I know know what it is.
Please help. Any ideas?
Image available here http://i244.photobucket.com/albums/gg14/chimpsinties/Temp/Clipboard01.jpg
Here is the post I followed with a link to the tool http://mscrmtools.blogspot.co.uk/2010/04/updating-custom-entities-icons.html
I have seen that sort of image in Dynamics when you need to publish all the customisations.