Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Questions about ODOO v.17 - Mass creation of items in purchase orders.

by
MetricWise, Inc., Adam Heinz
- 21/01/2025 14:36:55
If you have the website_sale module installed, you can call product.template create_product_variant [1] idempotently via XML-RPC to create product variants on demand. Under the hood, that simply calls product.template _create_product_variant [2] in the product module, but you can't call that directly via XML-RPC since the function is private (indicated by the leading underscore in the name).


On Tue, Jan 21, 2025 at 7:22 AM hugo.ferrer <notifications@odoo-community.org> wrote:

Good afternoon, Community.

I have a question, I am participating in an implementation project of the ODOO system in version 17, I need to create products with their variants dynamically, and then upload the items in bulk, to a purchase order, my partner tells me that this is not possible, I must do it from the sales order, and then create the purchase order manually, I cannot create the items in bulk. That causes a problem for me because my purchase orders contain up to 1000 SKU´s This is a restriction that complicates my operations at the purchasing level. I want to ask you if there is a solution if there is something that we and our partner are not seeing in the process.

 

I appreciate your support.

 

Regards.

HF

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe