Workflow of sales modules in odoo10 - odoo-10

I want workflow of sales in odoo10.When I search, like setting>workflows>workflows, there is no data in it.How can I get the workflow of the module.

Related

Magento 2 Bundle product with multiple inventory sources

first off a happy new year to you all.
We're running into the following problem and are having arguments with our dev's on how to solve/tackle the issue.
We're expanding into a new country and have generated a new Website, Store and Storeview to do this in our existing Magento2 (v2.4.2) install. As we'll be operating under a different name/company specific to that country.
In Magento we've added a new Inventory Source, because we'll be holding stock in a warehouse in that country. Timewise it's not efficient to ship from our main warehouse.
So far this all works correct, test orders etc are all deducted from the local stock source.
Now comes the part that goes wrong:
Bundle products. Whenever we want to save a bundle product in the admin, we get the error
Product "123456" cannot be added to bundle product as bundle product has "Ship Bundle Items Together" and "123456" product assigned to multiple sources or has different source then rest of bundle items.
Product 123456 is assigned to both Inventory Sources, so are the other items in the bundle.
So it seems that the error thrown at us, is incorrect.
I don't want to change the "Ship bundle items together" option, as that would pull stock from multiple inventory sources.
Has anyone here had experience with this? Or knows a clever workaround past this?
Any help is appreciated.
Thanks.
Magento 2.3.0 + MSI support bundle products in Single Stock Mode (on Default Source and Default Stock). In this setup, Magento reuses the legacy CatalogInventory Stock Status index where Bundle products are supported. That's why merchants who use Bundle products on a single stock are not affected.
You can read more about Supported Product types here: https://docs.magento.com/m2/ce/user_guide/catalog/inventory-about-product-types.html
Currently, there is no possibility to assign Bundle Products to custom sources, as a new Inventory indexation mechanism (which builds indexes per each Stock) does not support indexation of Bundle Products yet. This functionality is part of the Milestone 3 MSI backlog which you mentioned above.

Attach file to sale order in odoo9

I'm using odoo8 and it has ability to attach a file in sale order such as there:
What is the addons in odoo9 can do similarly?
Attachments List and Document Indexation

Need a Joomla! component "reminder by mail"

I need a component for Joomla 2.5 to remind people about this website in certain time.
On frontend will be the form:
Remind me about this website on:
"email field"
|dd| |mm| |yyyy| / (date selector)
| remind |
So the component should create a cronjob on this date to send an email. Can you advice something, please? Or suggest any solution?
You definitely need to store a list of emails and dates in some table.
Cronjobs are outside of Joomla's domain and may not be set by Joomla.
So you would typically provide two solutions to your users:
Create a frontend task that performs the mailing: a dedicated controller/task in a custom component usually, something you would invoke with
index.php?option=your_component&task=cron
Echo the correct invocation string and ask your user to schedule it as appropriate.
Run a check in a plugin, so after rendering is complete you can perform your additional tasks. There will be no cronjobs since it will be run by Joomla itself on each site visit. You want to make sure your plugin doesn't invoke the function too often or it will kill the site.

Filtering Order Reports in Magento to show which brand's products were sold

We are creating a flash sale site and need to be able to filter our Order Reports by brand and export this data so that we can quickly and accurately create Purchase Orders for them after the sale has been run. Right now, we are only able to filter orders by period and order status etc, but we cannot see without clicking on each order what was purchased and from what brand.
Can anyone help us here?
Thank you!
try the following links :
Creating custom report
Custom Reports in Magento
Create custom reports in Magento Admin

How to Create a Custom Registration form and Approval Process in Magento?

We are setting up a new Magento site and will allow clothing designers the ability to sell their products in our store. We've already created a separate user group with appropriate permissions for Designers. However, we need to create a custom registration form for use by them, and an accompanying approval workflow. Can someone provide links to guidelines in creating such a custom form and workflow? Is it advisable to create a separate store for each designer, or create user defined attributes to assign a designer to their products in the main store catalog? Also, given that we will have a separate and changing commission percentage for each designer, what custom module logic must be used to apply these commissions correctly? Specifically, what Magento objects must be leveraged to produce such a commission process?
Thanks much for your help and guidance.
Here are 2 examples that should help:
Magento – Custom email contact form with notification system
Contact Form in Magento

Resources