- Dec 26, 2019
-
-
Marco Folco authored
Add price compute for DVH sale order line See merge request !17
-
Marco Folco authored
# Conflicts: # models/product.py # models/sale.py # views/dvh_configurator.xml # views/product_view.xml # views/sale_view.xml # wizard/dvh_configurator.py
-
Marco Folco authored
- Remove an ipdb TES-8
-
Marco Folco authored
Add price compute for DVH sale order line See merge request !18
-
Marco Folco authored
- Fixed wrong use of glass_type field, should use product_type instead TES-8
-
Marco Folco authored
- Added glass_qty field to keep a count of how many base_glasses must be used for each SOL or how many DVH that SOL involve - Modified methods of different models to use glass_qty instead of product_uom_qty TES-8
-
Marco Folco authored
- Remove price_per_m2 and price_per_ml, use list_price instead - Remove thickness from SOL and DVH wizard - Camera is a product.product now with its own thickness and color as attributes - is_base_glass is only present in product.product and no longer in product.template - Added new model, glass.relation, to keep track of the cuts made in the SOL and the remains used/generated TES-8
-
- Dec 16, 2019
-
-
Marco Folco authored
Add price_per_ml and price_per_m2 in product.product Change is_glass boolean to a selector to indicate if the product is a glass, a camera or other
-
Marco Folco authored
Add price_per_ml and price_per_m2 in product.product Change is_glass boolean to a selector to indicate if the product is a glass, a camera or other
-
- Dec 09, 2019
-
-
Marco Folco authored
[MOD]sale_report_templates See merge request !16
-
Marco Folco authored
Added necessary methods to generate the reports Added three reports for D.V.H. sale orders
-
- Dec 04, 2019
-
-
Marco Folco authored
[MOD] dvh name See merge request !15
-
Marco Folco authored
Modified methods that change the DVH name based on its components and camera thickness Now it repeats the glass alias if it's the same
-
- Dec 02, 2019
-
-
Marco Folco authored
[MOD] order line edit See merge request !14
-
Marco Folco authored
Added an onchange to sale order lines "camera" field in order to change it's name after edit Modified DVH names adding 'CAM <camera_thickness>'
-
Marco Folco authored
[MOD]report_load_note See merge request !13
-
Marco Folco authored
Modified load note report template Modified set_name method of the DVH wizard to match the names used by the customer Fixed an error while trying to edit a DVH composed by two glasses of the same template Add an alias to the attribute_value in order to build the name of the DVH Modified the demo.xml to include an alias in every attribute_value of glass_type, glass_thickness and glass_color The varians tree view now have code and alias fields able to edit
-
- Nov 28, 2019
-
-
Marco Folco authored
[ADD]report directory See merge request !12
-
Marco Folco authored
Added load_note for DVH orders
-
Marco Folco authored
[FIX]sale.py See merge request !11
-
Marco Folco authored
Fixed syntax error in edit_dvh method TES-8
-
- Nov 27, 2019
-
-
Marco Folco authored
[MOD]data.xml See merge request !10
-
Marco Folco authored
Modified data.xml and add demo.xml for test values TES-8
-
Marco Folco authored
[MOD] data.xml See merge request !9
-
Marco Folco authored
Deleted product modifier records and add new ones matching the client requirements TES-8
-
- Nov 25, 2019
-
-
Marco Folco authored
[MOD]dvh_configurator and glass_selector See merge request !8
-
Marco Folco authored
Modified wizard functionality in order to make the sale orders easier to fulfill TES-8
-
Marco Folco authored
[MOD]product.py See merge request !7
-
Marco Folco authored
Added constrain to add width and height attr with default values when checking a product template as a glass (is_glass checkbox)
-
- Nov 21, 2019
-
-
Marco Folco authored
Minor changes See merge request !6
-
Marco Folco authored
name_get of product.product default_code update
-
Marco Folco authored
Extend name_search method of product.template to search templates using... See merge request !5
-
Marco Folco authored
Extend name_search method of product.template to search templates using internal_code field as reference when the user inserts a number TES-7
-
- Nov 20, 2019
-
-
Marco Folco authored
Comments and renames See merge request !4
-
Marco Folco authored
Renamed files to match the model names
-
- Nov 14, 2019
-
-
Marco Folco authored
[ADD]glass_production_order model See merge request !3
-
Marco Folco authored
glass_production_order tree view into sales Wizard to select sale_order_lines and create a glass_production_order TES-3
-
- Nov 13, 2019
-
-
Marco Folco authored
[ADD]DVH and glasses to sale_order_lines See merge request !2
-
Marco Folco authored
-
- Nov 07, 2019
-
-
Santiago Said authored
-