[IMP]Activity duplication : copy category too

This commit is contained in:
Fabien Bourgeois 2017-06-20 16:41:22 +02:00
parent a77b38b74e
commit dcefa1dda6
1 changed files with 1 additions and 0 deletions

View File

@ -145,3 +145,4 @@ class ProductTemplate(models.Model):
type = fields.Selection(default='service')
default_code = fields.Char(copy=True)
categ_id = fields.Many2one(copy=True)