Quentin Dupont

Results 26 issues of Quentin Dupont

- one model.py per model - rename view file - rename compute methods as `_compute_field_name` Thanks for this module !

approved

- Remove `product_default_code` (named also `internal_reference` in compute method) which is not related to module scope - Remove _order in mrp.bom which is not related to module scope

New module : - Product image is added to BoM form view. - Module adds 3 image size to BoM : image (image_1024), image_512 and image_128. ![image](https://github.com/OCA/manufacture/assets/9005817/4758a244-9398-4673-92bf-ac6af7d6d246)

This module is designed to handle Product `Produce Delay` ("Manufacturing Lead Time") in hours : you set the time in hours and Odoo set automatically the core field `produce_delay` with...

Glue module for mrp_bom_produce_delay ([this PR](https://github.com/OCA/manufacture/pull/1241)) and mrp_product_produce_delay_in_hour ([this PR](https://github.com/OCA/manufacture/pull/1242)) Waiting these 2 PR to be merge

This module is designed to better respond to the flow of certain users who think about their production time when creating a bill of materials. It adds `Product Delay` in...

New module for v16 that favors Product variant selection for BOM creation When selecting a product variant, the linked product template is automatically selected. Tree and filter view are also...

New simple module to change BoM order in tree view. Sequence and id order is not user friendly → change it to Product name and code ![mrp_bom_order_by_product_name](https://github.com/OCA/manufacture/assets/9005817/f215f62c-d677-4c3c-82b1-e956fa7abf12)

New module : add Tags in Bill Of Materials in order to find them easily with tag as keywords. Tags are in Form and List view Tags can be in...

New module that helps handling cost and sale price of product variant linked to bill of material. Add a new panel in BoM with Product variant. ![mrp_bom_product_price_margin_diff](https://github.com/OCA/manufacture/assets/9005817/a96a7ee4-db39-4d98-8e45-c2f18eca1b6d) ↓ You click...