Skip to content

Conversation

@P-H-Phuc
Copy link
Owner

@P-H-Phuc P-H-Phuc commented Nov 24, 2025

Krunal and others added 11 commits November 20, 2025 10:06
* [ADD] Added new feature to sort Computed PO lines

* [ADD] Added new feauture to see Computed purchase order lines, Improved fr translations
Currently translated at 100.0% (178 of 178 strings)

Translation: foodcoops-12.0/foodcoops-12.0-purchase_compute_order
Translate-URL: https://translate.druidoo.io/projects/foodcoops-12-0/foodcoops-12-0-purchase_compute_order/fr/
Currently translated at 100.0% (178 of 178 strings)

Translation: foodcoops-12.0/foodcoops-12.0-purchase_compute_order
Translate-URL: https://translate.druidoo.io/projects/foodcoops-12-0/foodcoops-12-0-purchase_compute_order/fr/

[FIX] Order of lines in Calculated Purchase Order

[FIX] CPO performance issue (S#26472)

[FIX] S#26688:  Cann’t order from Viome

[ADD] S#T34632 - Delivery Categories

[ADD] F#T59775 - Minimum Quantity for products in Calculated purchase order

F#T60423 - Add column Nb. Package MAX

[ADD] F#T60745 - Add Shelf Life information

[UPD] F#T60886 - Save Purchase Target in CPO after order PO created

[UPD] F#T60885 - Adjustment to Product History Pop-up in CPO

[UPD] F#T61877 - [SQQ-VDM] Missing translation in FR
@P-H-Phuc P-H-Phuc force-pushed the 18.0-mig-purchase_compute_order branch from b0fd57a to 7317a54 Compare November 24, 2025 09:04
Copy link

@nguyenminhchien nguyenminhchien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests failed
image

Copy link

@nguyenminhchien nguyenminhchien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Add product_packaging_id to the flow: product.supplierinfo => CPO => PO =>...
  • Remember to show the package things for the group product.group_stock_packaging only.

compute="_compute_subtotal_price",
digits="Product Price",
)
package_qty = fields.Float("Package quantity")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Add new field product_packaging_id m2o to product.packaging
  • package_qty = fields.Float(related="product_packaging_id.qty", store=True,...)

<field name="uom_id" />
<field name="stock_duration" />
<field name="cpo_state" invisible="1" />
<field name="purchase_qty_package" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Show product_packaging_id to the UI.
  • Add groups="product.group_stock_packaging" for all the fields related to the package

@P-H-Phuc P-H-Phuc force-pushed the 18.0-mig-purchase_compute_order branch from 7317a54 to 5f89bf6 Compare November 28, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants