mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-24 06:12:01 +02:00
Initial commit: Crm packages
This commit is contained in:
commit
21a345b5b9
654 changed files with 418312 additions and 0 deletions
11
odoo-bringout-oca-ocb-crm/crm/models/res_users.py
Normal file
11
odoo-bringout-oca-ocb-crm/crm/models/res_users.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class Users(models.Model):
|
||||
_inherit = 'res.users'
|
||||
|
||||
target_sales_won = fields.Integer('Won in Opportunities Target')
|
||||
target_sales_done = fields.Integer('Activities Done Target')
|
||||
Loading…
Add table
Add a link
Reference in a new issue