multi-company icon indicating copy to clipboard operation
multi-company copied to clipboard

[16.0][MIG] product_supplierinfo_intercompany

Open giarve opened this issue 7 months ago • 2 comments

https://github.com/OCA/multi-company/pull/608

Having 2 important fixes as additional commits such that they can be ported to other versions

  1. Creating a product and generating its supplierinfo is working now (def create)
  2. the pricelist from a company uses the prices from its own company (no data leak for another company) and dynamic costs and list price update on the fly is now supported (no need to re-sync the list with scheduled action)

giarve avatar May 13 '25 10:05 giarve

Ideally in the future we could have something like this to ensure we are not missing any changes in the pricelist

https://github.com/OCA/product-attribute/blob/0220b57a2393214b8f0f579931ade2ad5c24646c/product_list_price_from_pricelist/models/product_pricelist.py#L77

giarve avatar Jun 30 '25 09:06 giarve

https://github.com/OCA/multi-company/pull/714

this was also fixed here

giarve avatar Aug 06 '25 11:08 giarve