Commit Graph

326 Commits

Author SHA1 Message Date
Mauro
64ef60a180 [8.0][FIX] quality_control_mrp: ignore cancelled moves when creating inspections
When an inspection was created, it wasn't ignoring the cancelled moves.
2016-03-18 13:22:21 +01:00
Pedro M. Baeza
e50f8c556f [IMP] quality_control_mrp: Add reference to mrp.production 2016-03-15 01:02:39 +01:00
OCA Transbot
46e1de0573 OCA Transbot updated translations from Transifex 2016-03-12 17:58:29 -05:00
OCA Transbot
bddcd18b5f OCA Transbot updated translations from Transifex 2016-03-05 16:56:15 -05:00
OCA Transbot
5b8eb4c152 OCA Transbot updated translations from Transifex 2016-02-27 16:23:39 -05:00
OCA Git Bot
7a49d681ca [UPD] addons table in README.md 2016-02-26 02:34:24 +01:00
Pedro M. Baeza
12f0b523b5 Merge pull request #98 from Antiun/fix-real_cost_new_price
[8.0][FIX][mrp_production_real_cost] Support several stock moves for the same product when calculating new price
2016-02-25 19:21:32 +01:00
Antonio Espinosa
3d16f248a4 Increase version number 2016-02-24 21:26:48 +01:00
Pedro M. Baeza
e57509ebb7 Merge pull request #99 from Antiun/fix-write_end_date_operation_line
[8.0][FIX][mrp_operations_time_control] Set end date only when not defined
2016-02-23 18:26:10 +01:00
Antonio Espinosa
0e409d62fe [FIX] Set end date only when not defined 2016-02-23 17:20:14 +01:00
Antonio Espinosa
ad7bd57946 [FIX] Support several stock moves for the same product when calculating new price 2016-02-21 02:08:25 +01:00
OCA Git Bot
756f0d3506 [UPD] addons table in README.md 2016-02-20 02:33:37 +01:00
Pedro M. Baeza
7f96002067 [FIX] mrp_production_estimated_cost: Removed unneeded dependency 2016-02-19 18:45:09 +01:00
OCA Git Bot
90cae672b6 [UPD] addons table in README.md 2016-02-19 02:33:40 +01:00
Pedro M. Baeza
7b6c2f6b1b Merge pull request #96 from Antiun/imp-mrp_production_tree_show_sum
[IMP] Show estimated and real sum in tree view
2016-02-18 14:43:27 +01:00
Pedro M. Baeza
68bcd1b19c Merge pull request #94 from Antiun/imp-mrp_project_analytic_line
[8.0][IMP][mrp_project] Set workorder in analytic.line related with a task from a work order
2016-02-18 14:43:11 +01:00
Antonio Espinosa
11bc40d2f4 Increment version number 2016-02-18 12:03:10 +01:00
Antonio Espinosa
c39094ad20 [IMP] Show estimated and real sum in tree view 2016-02-18 11:40:18 +01:00
OCA Git Bot
cc7dadf019 [UPD] addons table in README.md 2016-02-18 09:28:49 +01:00
Antonio Espinosa
de6219057d Add copyright and contributor 2016-02-17 18:06:12 +01:00
Antonio Espinosa
9ce244819c [IMP] Set workorder in analytic.line related with a task from a work order 2016-02-17 15:50:04 +01:00
Alexandre Fayolle
cfb78dda17 Merge pull request #64 from pedrobaeza/8.0-mrp_production_estimated_cost
[8.0] mrp_production_estimated_cost
2016-02-17 11:43:55 +01:00
Pedro M. Baeza
9b18e5613d Merge pull request #83 from ddico/submit_add_cost_per_cycle
[ADD] mrp_production_real_cost - add cost per cycle
2016-02-17 10:43:38 +01:00
Daniel Dico
e70644cbe8 [ADD] mrp_production_real_cost - add cost per cycle 2016-02-17 02:00:15 -05:00
Pedro M. Baeza
649abaa743 Merge pull request #91 from pedrobaeza/8.0-mrp_production_real_cost-uptime_update
8.0 mrp production real cost uptime update
2016-02-15 14:36:08 +01:00
Pedro M. Baeza
5446668c34 [FIX] mrp_production_real_cost: Dependency not needed 2016-02-14 19:48:42 +01:00
Pedro M. Baeza
a533da1b11 [FIX] mrp_production_real_cost: Update costs when operation time lines change
Up to now, you have to rely only on play/pause/stop controls, and the time passed
between them for having real costs reflected, but there are manufacturing processes
that reflects their times not directly, but afterwards introducing the summaries.
This commit allows to reflect the changes on costs when you edit up times.
2016-02-14 19:48:34 +01:00
OCA Git Bot
7bcc6ea919 [UPD] addons table in README.md 2016-01-30 02:33:32 +01:00
Pedro M. Baeza
caf887350d Merge pull request #87 from tafaRU/8.0-mrp_produce_uos-fix
Fix wrong repo_id for runbot.odoo-community.org
2016-01-29 19:17:57 +01:00
Alex Comba
84ba2d53af Fix wrong repo_id for runbot.odoo-community.org 2016-01-29 19:10:02 +01:00
Pedro M. Baeza
f9cc77bc45 Merge pull request #38 from tafaRU/8.0-mrp_produce_uos-add
[ADD] module mrp_produce_uos
2016-01-29 18:36:32 +01:00
Pedro M. Baeza
a2c5a3598e Merge pull request #85 from ddico/submit_add_timesheet_to_cost
[FIX] mrp_production_real_cost - include timesheet in cost
2016-01-29 16:34:03 +01:00
Daniel Dico
b82abb6ece [FIX] mrp_project - include timesheet in cost 2016-01-29 09:19:33 -05:00
Alex Comba
e882984819 Avoid models folder since there's no need to update product_uos_qty on move_created_ids2.
This is already done by split method of stock.move (see file stock/stock.py as reference) updating product_uos_qty on move_created_ids
2016-01-29 15:07:34 +01:00
Alex Comba
d6ec8f9b9d Fix to avoid a possible ZeroDivisionError 2016-01-29 14:54:00 +01:00
Pedro M. Baeza
0ea2b2ae36 Merge pull request #68 from diagramsoftware/8.0_fix_compute_child_lines
[FIX] mrp_bom_reference_selection: Fix typo when initializing child_line_ids
2016-01-29 11:40:02 +01:00
Zambu
2c779e33fd [FIX] mrp_bom_reference_selection: Fix typo when initializing child_line_ids
Fixed error when showing BoM Structure without any reference.

(rebased and signed CLA)
2016-01-29 10:57:56 +01:00
Pedro M. Baeza
f056ddfe54 Merge pull request #86 from Antiun/8.0-mrp_sale_info
[ADD] mrp_sale_info
2016-01-29 09:50:15 +01:00
Pedro M. Baeza
c0d6766914 Merge pull request #82 from ddico/submit_add_wo_on_aal
[IMP] mrp_production_real_cost - save WO on AAL
2016-01-29 09:46:29 +01:00
Pedro M. Baeza
fa36c5b606 Merge pull request #80 from ddico/submit_override_costs_generate
[FIX] mrp_production_real_cost - override _costs_generate to avoid duplicates
2016-01-28 23:41:13 +01:00
Pedro M. Baeza
dbfb4db414 Merge pull request #84 from ddico/submit_change_aal_description
[IMP] mrp_production_real_cost - change AAL description
2016-01-28 13:45:53 +01:00
Javier Iniesta
45dad3aca9 [ADD] mrp_sale_info 2016-01-27 13:07:21 +01:00
Daniel Dico
6c9d1cefa2 [FIX] mrp_production_real_cost - override _costs_generate to avoid duplicates. 2016-01-27 04:02:13 -05:00
Daniel Dico
30169e6be4 [IMP] mrp_production_real_cost - change AAL description 2016-01-27 01:38:58 -05:00
Daniel Dico
5a1ea783e0 [IMP] mrp_production_real_cost - save corect WO on AAL 2016-01-24 18:35:03 -05:00
OCA Transbot
8ba51cc388 OCA Transbot updated translations from Transifex 2016-01-23 15:12:11 -05:00
Oihane Crucelaegui
6bcbc95c3f [IMP] mrp_production_estimated_cost
* added some spanish translations
* button cost analysis show only estimated lines
* miss typing fixed
2016-01-22 00:03:48 +01:00
Pedro M. Baeza
72402ea265 [IMP] mrp_production_estimated_cost: Adaptation to OCA 2016-01-21 23:22:11 +01:00
davidtranhp
72fdc29887 [Add] Vietnamese translations 2016-01-21 23:22:11 +01:00
Pedro M. Baeza
1cef0f20d9 [IMP] mrp_project_link/mrp_operations_project/mrp_project_link_mto: Refactorization + integration in one module 2016-01-21 23:22:11 +01:00