odoo/addons/mrp_operations
Denis Ledoux 0b684b950f [FIX] mrp_operations: missing params in overriding methods
The context wasn't defined in the below methods:
- action_production_end
- action_in_production

while it is defined in the base methods, in the mrp module.
This doesn't lead to any issue in standard
modules, but it prevents to correctly
override these methods within custom modules
when mrp_operations is installed.

opw-632425
2015-04-09 10:22:30 +02:00
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
process [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
report [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision 2012-12-17 16:23:03 +01:00
security [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
test [IMP] bring back the tests for mrp_operations - backported from little after v7.0 in the trunk 2014-04-04 14:45:18 +02:00
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [IMP] bring back the tests for mrp_operations - backported from little after v7.0 in the trunk 2014-04-04 14:45:18 +02:00
mrp_operation_data.xml [CLEAN] mrp_operation, analytic, account, account_voucher: cleaned subtypes. 2012-09-19 15:35:40 +02:00
mrp_operations.py [FIX] mrp_operations: missing params in overriding methods 2015-04-09 10:22:30 +02:00
mrp_operations_demo.yml [FIX]: mrp_operations: Fixed reference in yml test 2012-07-13 12:21:35 +05:30
mrp_operations_report.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
mrp_operations_view.xml [MERGE] mrp: in work orders duration is displayed in decimal numbers instead of time 2014-01-16 19:04:59 +01:00
mrp_operations_workflow.xml [IMP] remove a bunch of wtf comments in XML (horrifying things like === comment === or --- comment ---, without any XML comment tags) 2012-07-25 20:16:10 +02:00
mrp_operations_workflow_instance.xml [REN] mrp_operations: Renamed file. 2011-11-22 11:52:40 +05:30