Commit Graph

  • e9986ded17 Do not allow adding product lines until costs have been calculated. Albert Cervera i Areny 2014-07-01 14:47:53 +0200
  • a1542f8f39 Change uom domain to avoid infinite recursion. Albert Cervera i Areny 2014-06-11 01:59:24 +0200
  • a7dcc21f65 Add domain to products_tree field Sergi Almacellas Abellana 2014-06-05 14:07:29 +0200
  • ecf0eb9ca8 Fix one2many on_change and cleanup tests Sergi Almacellas Abellana 2014-06-03 09:54:45 +0200
  • 5d63e7e3c4 Create branch 3.0 Sergi Almacellas Abellana 2014-06-02 10:00:15 +0200
  • 5d0cfa735f Fix DeprecationWarning: on_change argument is deprecated, use the depends decorator jmartin 2014-05-27 10:47:44 +0200
  • 5c13d164fa Increase version 3.2 jmartin 2014-05-22 15:46:20 +0200
  • c624f1ce51 Allow to define unit digits in config file Sergi Almacellas Abellana 2014-05-14 10:10:42 +0200
  • 14a5f9f7e7 Change product.cost.plan rec_name. Albert Cervera i Areny 2014-05-13 18:12:37 +0200
  • 1b14158871 Fix mobs on_change ?ngel ?lvarez 2014-05-06 14:47:55 +0200
  • 35819568fb Fix tests. Albert Cervera i Areny 2014-04-21 00:18:28 +0200
  • 0eca3d51a9 Do not automatically select the bom for subproducts. Albert Cervera i Areny 2014-04-16 00:38:46 +0200
  • 597fb677f4 - Add name to cost plan - Fix total cost calculation - Put cost_price before readonly fields to easy encoding Albert Cervera i Areny 2014-04-14 12:43:23 +0200
  • 39dc08d96b Rename General tab to Products. Albert Cervera i Areny 2014-04-14 09:21:54 +0200
  • d84040777a Add sequence to plan costs. Albert Cervera i Areny 2014-04-14 09:20:34 +0200
  • 1faa61909c Group lines of the same product when creating the BOM. Also ensure product has no BOM assigned already. Albert Cervera i Areny 2014-04-10 00:42:24 +0200
  • 6667493d34 Link created bom with the product. Albert Cervera i Areny 2014-04-10 00:18:25 +0200
  • d11c0bc84b Use None instead of name as the former makes no sense. Albert Cervera i Areny 2014-04-10 00:08:12 +0200
  • 6b1e8272e7 Add total_unit field to product lines. Albert Cervera i Areny 2014-04-09 22:48:55 +0200
  • f5c9ae47ed Rename a variable. Albert Cervera i Areny 2014-04-09 20:39:51 +0200
  • 93b33e6d5f Remove Workflow from plan. Albert Cervera i Areny 2014-04-09 19:59:12 +0200
  • f7ffb713a4 Improve BOM creation wizard. Albert Cervera i Areny 2014-04-09 02:00:05 +0200
  • 8cc611a716 Do not make name field required in product lines to make it more usable. Albert Cervera i Areny 2014-04-09 00:55:39 +0200
  • 90770e488b Do not make translatable BOM name in wizard. Albert Cervera i Areny 2014-04-09 00:54:26 +0200
  • 4c4f6c17cc Once created, link bom with cost plan. Albert Cervera i Areny 2014-04-09 00:53:57 +0200
  • d1d8714020 #12040 Add wizard to create BOMs ?ngel ?lvarez 2014-03-25 23:43:47 +0100
  • fb61bfbf46 Merge. Albert Cervera i Areny 2014-03-24 19:08:38 +0100
  • 958fe171cd Test improvements. Albert Cervera i Areny 2014-03-24 18:58:30 +0100
  • b60571732e - Allow managing products in a tree structure. - Make digits a constant. Albert Cervera i Areny 2014-03-24 18:48:34 +0100
  • def8e0f9e8 Fix cost calculation with diferent uoms in bom Sergi Almacellas Abellana 2014-03-24 16:02:19 +0100
  • e042104d91 - Change update_cost_price() function signature. - Allow deleting plans with cost lines. Albert Cervera i Areny 2014-03-19 02:00:28 +0100
  • 2946204946 Update product_cost_price according to UOM and remove last_purchase_price (moved to another module). Albert Cervera i Areny 2014-03-18 18:30:33 +0100
  • d188737d15 Add notes field. Albert Cervera i Areny 2014-03-18 16:45:07 +0100
  • 7df5127723 Fill in BOMs automatically. Albert Cervera i Areny 2014-03-18 16:40:53 +0100
  • f615c5b488 Add UOM and sequence fields. Albert Cervera i Areny 2014-03-18 16:24:50 +0100
  • 6b935b2e7c Update tests. Albert Cervera i Areny 2014-03-17 07:02:17 +0100
  • a8f575279b Add sequence for cost plan numbering. Albert Cervera i Areny 2014-03-16 04:07:48 +0100
  • ccc9d9b02b Fix typo: invisible_tree -> tree_invisible. Albert Cervera i Areny 2014-03-16 03:43:08 +0100
  • 77054c4564 Add active field to product.cost.plan. Albert Cervera i Areny 2014-03-16 02:49:45 +0100
  • f9cfe403d3 Remove quantity and total_cost. unit_cost_price renamed to cost_price. Albert Cervera i Areny 2014-03-16 02:42:22 +0100
  • 42b18726a1 Manage digits correctly. Albert Cervera i Areny 2014-03-16 02:17:36 +0100
  • f95f5389ca Fix Catalan typo. Albert Cervera i Areny 2014-03-16 02:12:09 +0100
  • 5e4f2359d1 Add name field to product.cost.plan.product_line. Albert Cervera i Areny 2014-02-19 12:16:21 +0100
  • b7fbaefb53 No need to set default value for sum operation. Albert Cervera i Areny 2014-02-18 19:06:22 +0100
  • 0b9b9360bf Make several fields not required. Albert Cervera i Areny 2014-02-18 19:04:03 +0100
  • 2d1051ad10 Add cost types and compute it for raw materials Sergi Almacellas Abellana 2014-02-03 18:06:06 +0100
  • 50fcb5eb74 Add Unit Cost Price field. Albert Cervera i Areny 2014-01-19 20:49:59 +0100
  • 19a54b4866 Make product_cost_price and last_purchase_price_readonly and modified by onchange Sergi Almacellas Abellana 2014-01-15 14:38:36 +0100
  • 68f13fb2dc implement funcionality ?ngel ?lvarez 2014-01-04 17:53:24 +0100
  • 73cbc662e6 Merged in raimonesteve/trytond-product_cost_plan (pull request #1) ?ngel ?lvarez 2013-11-18 17:09:28 +0100
  • ef5cc53a00 Rename product.cost.plan.bom to product.cost.plan.bom_line. Albert Cervera i Areny 2013-11-16 00:39:12 +0100
  • a1314fc750 Increase version number resteve 2013-11-11 19:33:37 +0100
  • c4129cd034 Setup resteve 2013-11-11 19:30:50 +0100
  • 8e06055867 Improve cost_plan_form view. Albert Cervera i Areny 2013-10-30 23:34:14 +0100
  • 0c71aa293a Initial commit. Albert Cervera i Areny 2013-10-17 10:59:15 +0200