How to set multi companies to work on the same chart of accounts in Odoo-11? - odoo-11

Recently i changed from Odoo-10 to Odoo-11 but now i am stuck on this step.
I am unable to setup multi companies that share the same account of charts.
In Odoo-10 we had these options where i can do what i want if i untick the option [this company has its own chart of accounts] (as shown in the image) but i can't find similar options in Odoo-11.
i have tried to find any module to bring back those options but i couldn't find any.
Image: https://imgur.com/5MAMW0t

You cant share charts of accounts with different companies because every company will manage its own accounting in odoo.

Related

My Views in Dynamics 365 not appearing

When one of our users is creating views with Advanced Find, the views appear in his My Views until he refreshes the page, and disappear after it. I reproduced it on few computers with different browsers and for different entities in CRM. It is working as expected for other users. I already tried to remove and add CRM licenses for this user.
Any ideas?
Finally I created support request for Microsoft. They ran some script on their side and solved the problem.
We experienced this today, shared personal views & dashboards not shown for a particular user.
Removing roles or unsharing/resharing didn’t solve the issue. In all cases, POA table was showing perfect access levels (used xrmtoolbox - search POA plugin). But Access checker xrmtoolbox plugin reveals no access for those saved views (userquery) & user dashboard (userform).
The issue is solved after removing/assigning license in O365.
Another observation: User’s last name changed & asked for AD account modification, our help desk created dupe profile & merged. This could have messed the systemuser entry.

sitecore Add users and Media folder after create sub site

I have a sitecore 7.0 solution with several sites.
Every time that I add a new site I need to create specific users (author, approver, etc..) and a specific Media Folder to the website.
Question:
Is there any way to make this automatically? I was thinking to play a bit with the pipelines but I'm not sure exactly how to start..
Thank you
I have made a custom command for this which:
asks for a site name (using Context.ClientPage.Start and Context.ClientPage.ClientResponse.Input)
creates a sites structure based on a template-branch
creates media library folders
I did not need users but you can add that as well. The only thing left to do manually is adding the configuration files.
There are many blog posts to find about adding custom commands, like:
http://www.sitecore.net/Learn/Blogs/Technical-Blogs/John-West-Sitecore-Blog/Posts/2013/04/Add-Debug-Command-to-Content-Editor-in-the-Sitecore-ASPNET-CMS.aspx
And also branches:
http://www.sitecore.net/Learn/Blogs/Technical-Blogs/Getting-to-Know-Sitecore/Posts/2012/10/Page-Editor-Secrets-1-Complex-Content-Creation.aspx

Google universal analytics showing unrelated referral link

I migrated Google's Universal Analytics into our magento system. Everything is tracking fine but found some unrelated referral links in that.( Please refer an Image)
As you can see in the image, It's showing payu.in as the Source/Medium. How come? Payu.in is the payment gateway we are using. Also it's has the transactions too. Like payu.in some other unrelated links are also showing in Source/Medium. How to resolve this?
I presume in your previous GA installation you had the _setCampNOKey() setting in place to prevent payment gateways from showing up in the reports. This does no longer exist in UNiversal Analytics, you have to add your payment providers to the referral exclusion list in the property settings (under "Tracking Info / Referral Exclusion List").

How to apply a custom option to all products in Magento

I'm having problem with my new magento site, I want to apply a custom option to all the products on my site. Basically I want to add the custom pricing option for large sizes (my site is about motorcycle leather jackets etc), so if someone chooses a size that requires extra amount, there should be an option for that. I can apply this option to one product at a time. Does somebody know how to apply this to all products at one? Here's the link for my site: http://www.lopeholt.com
Thanks in advance.
If you want to add custom options to multiple products,same functionality is provided by following extension which could help to save your time to assign custom options to multiple products.
You can also set custom option for different sizes(large sizes).
http://www.magentocommerce.com/magento-connect/custom-option-manger.html
If you want to do this completely for free without relying on extensions you can use Magmi. It takes a little while to get used to but it allows you to import almost anything for your product database - here's the link to the Magmi tutorial:
https://understandinge.com/course/importing-products-magento/
Link to the Custom Options upload instructions:
http://wiki.magmi.org/index.php?title=Custom_Options#File_to_upload_field
There's no simple hack to do this.
However, there is a free extension to copy custom options to multiple products which could help you to save lots of work:
http://www.magentocommerce.com/magento-connect/medma-copy-delete-custom-options-on-multiple-products.html
Update: extension isn't free anymore.

Magento adding set of attributes/properties to products

I need to add something similar to the Review system already available on Magento. I mean, I want to add a couple of texts, reviewing capacities and alike. It should have an administration side on the backend to be able to reject/accept/edit those texts. I still do not have all the things clear so I want to ask before I embark into a wrong/closed path.
Should I reuse the existing code by copying core files into local and modifying at will?
Or should I add my own tables and link to EAV model using product ID?
On this SO question the accepted answer posts a code on how to add a new custom attribute to all products. I could use this but I would still need to add the reviews part.
I've searched for a similar functionality but can not find anything.

Resources