-
Notifications
You must be signed in to change notification settings - Fork 0
[18.0[MIG] purchase_compute_order: Migration to 18.0 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
Conversation
* [ADD] Added new feature to sort Computed PO lines * [ADD] Added new feauture to see Computed purchase order lines, Improved fr translations
[ADD] icon.png
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
b0fd57a to
7317a54
Compare
nguyenminhchien
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nguyenminhchien
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add
product_packaging_idto the flow: product.supplierinfo => CPO => PO =>... - Remember to show the package things for the group
product.group_stock_packagingonly.
| compute="_compute_subtotal_price", | ||
| digits="Product Price", | ||
| ) | ||
| package_qty = fields.Float("Package quantity") |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Show
product_packaging_idto the UI. - Add
groups="product.group_stock_packaging"for all the fields related to the package
7317a54 to
5f89bf6
Compare

Uh oh!
There was an error while loading. Please reload this page.