Reviewers: ,
Please review this at http://codereview.tryton.org/304005/ Affected files: M period.py Index: period.py =================================================================== --- a/period.py +++ b/period.py @@ -114,7 +114,7 @@ It is used to store cached computation of stock quantities. ''' _name = 'stock.period.cache' - _description = __doc__ + _description = 'Stock Period Cache' period = fields.Many2One('stock.period', 'Period', required=True, readonly=True, select=True, ondelete='CASCADE') -- [email protected] mailing list
