Merge PR #52 into 12.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-01-02 09:40:02 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ class ResUsersRole(models.Model):
'base_user_role.ir_module_category_role').id,
string="Associated category",
help="Associated group's category")
comment = fields.Html(
string="Internal Notes",
)
@api.multi
@api.depends('line_ids.user_id')

View File

@@ -27,6 +27,9 @@
</tree>
</field>
</page>
<page name="role_inernal_notes" string="Internal Notes">
<field name="comment"/>
</page>
</notebook>
</sheet>
</form>