Import new products in OpenERP? - odoo

I can`t seem to find a way how to import new products in OpenERP.
Does OpenERP support importing new non-referenced products into it.
Most of the guides show how to export products, which they contain referecing ID`s so they can be imported back to OpenERP.

To import product or any other data in OpenERP you need to install module named base_import after that you will see import link near by create button.
you can import non-reference products as well, just need to assign unique value to each because OpenERP looks for external ids. So just add one column in starting and give values anything like ext_product_1 and then carry to all next.

Related

Odoo Add custom UI element to customer portal

This is the customer portal of odoo
Im building my own module that generates plans for my business for every customer as an image and saves that image to a data model that has a One to One Relation to the customer
I would like to display this exact image on the customer portal, maybe in a new tab like "plan" just like the tabs on the screenshot (for example, you can click on Invoices ("Angebote") and you get an overview of all invoices. I want to do the same with my module).
I dont know how to do to it and I have already searched online but unfortunately not yet found any hint on how to do it.
Help is greatly appreciated.

How to import theme in shopify?

I took backup my Shopify store data using Themes -> Action -> Duplicate option and I'm tried to import this theme into my new Shopify account using Themes -> Theme Library -> Upload theme.
But I can't able to get my old web stores data such as logo, products, Contact Us, About Us and other stuff.
Can any help me to fix that issue?
Here are my store's links
Store 1 : https://aasthaworld-markertplace.myshopify.com
Store 2 : https://kevell-textiles.myshopify.com
The Shopify data is not stored in the theme files
This means that all of the:
images
pages
products
navigations
collections
blogs
orders
customers
etc..
Will NOT be transferred. You need to use an App or to manually transfer all of the content you need.
One of the many "joys" when transferring stores in Shopify.
Go to;
Online Store
Import Theme
Upload theme (under Theme Library)
Once you have activated the theme you will be able to see it on your store.
You will need to do separate exports for products, customers, pages etc. Some may require manual imports, or copy & paste.

custom input field on product grid in admin magento 2

I am making custom module where am attaching to customers to products with the help of product grid
See screenshot two tabs
and in select product tab m selecting products
Tab 2
while selecting products I want to add one custom input field on all product where I can enter value and that value will store in my database.
Can anyone help me with this.
Hm. The fastet way is add the new custom attribute to the products and use it. You can add new attribute via Admin Panel or from Namespace/Module/Setup/UpgradeData.php (or install) file in your custom module (which is better in my opinion). Then this attribute will be visible in all products in BE and value'll be available in FE via $product->getData('attr_name').
If you want to show this attribute input only for assigned products (not for all) -> then it is most complex, but usually it's not problem that product has additional input.

Is it good to duplicate the opencart module?

Well I want to make a custom page in opencart admin panel to insert and delete some data from opencart database
For example :
Set an image slider on opencart home page and fetching images from database & for insertion of images, I want to create a custom page in opencart admin panel ??
So how can it be possible ??
You can duplicate any module and create other for your needs. Remember to duplicate and change the filename so the "new" extension can work properly.
Folder to consider for admin:
admin->controller->{type of module}->module's name
admin->model->(type of module)->module's name
admin->language->english (always)->(type of module)->module's name
optional:
admin->language->(other languages)->(type of module)->module's name
you may try,
1,Login as Admin-> systems -> design ->banners -> insert ->
YOUR BANNER NAME-> add banner ->
Title: YOUR TITLE
Image: YOUR IMAGE -> Save
2, Login as Admin-> extensions -> Modules ->Slideshow -> Edit -> add Module -> SELECT YOUR BANNER -> Save
Also when duplicating modules be aware that you may also need to change the existing class name to different one. For example when duplicating module flat rate you will also need to change in the controller /admin/controller/shipping/flat.php :
class ControllerShippingFlat extends Controller {
to something new like :
class ControllerShippingFlatDuplicate extends Controller {
It's posible, but in my opinion if you want to create a new "admin page" in your Opencart you can do it using vqmod.
so, you don't have to rewrite any core file.
you can donwload any free extension on the opencart website to take an example
You can simply duplicate some simple modules available in opencart admin panel like Welcome module or Banner or Slideshow module.
This method will help you to disable the module or change the position of content in future.
Duplicating opencart module tutorial : http://opencart.hostjars.com/blog/58
As a beginner it's better to duplicate an existing module and modifying it as per requirement. When you get the idea of how opencart modules work, you can build modules from scratch.
Yes, it is pretty safe and sound to duplicate a module in opencart and it is a bit logical with any of the cms as no one is going to create a module from scratch for a very little functionality like inserting some values to database.
As depicts you just want to insert some images links, so you can proceed with replicating the catalog / information functionality in opencart admin panel.
You just need to create a new table in database to store new modules data and fetching new module data in front end.
If you want to create a custom module or custom page for your store you can check below link. There is complete solutions for your question and describe very deeply.
Create custom module: http://www.php-dev-zone.com/2015/02/opencart-custom-module-development.html

crm 2013 user import template imports users as disabled

I am using a template that I have downloaded from crm 2013 to import users. I find that the users are imported as disabled and not enabled.
I can't find where I can change that option. Can someone help?
Also - is there anyway I can add the roles in the template as well so that I can create a user and assign the role at the same time?
Any help would be appreciated.
Thanks!
J
Unfortunately you cant that is one of the restrictions of importing users via the import tool.
However, what you can do is after the import you can select all the users you wish to enable from a view and bulk enable them by clicking the enable button from the ribbon.
See below post for limitations of import tool.
https://community.dynamics.com/crm/b/crmcustomereffective/archive/2015/02/03/importing-users-into-dynamics-crm-2013-dynamics-crm-2015.aspx
Thanks
Antony