[IMP] make an onchange for location_id, fix readme

This commit is contained in:
mpanarin
2018-03-16 16:24:54 +02:00
committed by Lois Rilo
parent c3454c6c7e
commit 309cdfd62c
3 changed files with 15 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ from odoo import api, models
class BomStructureReport(models.AbstractModel):
_name = 'report.mrp.mrp_bom_structure_report'
_inherit = 'report.mrp.mrp_bom_structure_report'
@staticmethod
def _get_child_vals(record, level, qty, uom):