~vauxoo/addons-vauxoo/rico-contract_dp-dev_luis

« back to all changes in this revision

Viewing changes to account_analytic_analysis_rent/product.py

[IMP][account_analytic_analysis_rent] add many2one to lot in feature_ids and changed report rml

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        'counter':fields.integer('Counter'),
67
67
        'analytic_id':fields.many2one('account.analytic.account','Product'),
68
68
        'cost':fields.float('cost'),
 
69
        'prodlot_feature_id': fields.many2one('stock.production.lot', 'Production Lot', help="Production lot is used to put a serial number on the production", select=True),
69
70
    }
70
71
    
71
72
product_feature_line()