Repository
OCA/crm · module folder · Try on Runboat
Module version
1.2.0
Category
Customer Relationship Management
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.savoirfairelinux.com
Last tracking update
2026-08-07 07:17:43
Authors
Savoir-faire Linux, Odoo Community Association (OCA)
Maintainers
Savoir-faire Linux
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
lettermgmt_hr
Description

Code Analysis

Views touched (16)
XML IDNameModelTypeStatus
letter_channel_form_view letter.channel.form letter.channel form New
letter_channel_tree_view letter.channel.tree letter.channel tree New
letter_class_form_view letter.class.form letter.class form New
letter_class_tree_view letter.class.tree letter.class tree New
letter_folder_form_view Letter Folder Form letter.folder form New
letter_folder_tree_view Letter Folder Tree letter.folder tree New
letter_reassignment_form_view Letter Reassignment Form letter.reassignment form New
letter_reassignment_tree_view Letter Reassignment Tree letter.reassignment tree New
letter_type_form_view Letter Type Form letter.type form New
letter_type_tree_view Letter Type Tree letter.type tree New
res_letter_in_calendar_view Inbound Letter Calendar res.letter calendar New
res_letter_in_form_view Inbound Letter Form res.letter form New
res_letter_in_tree_view Inbound Letter Tree res.letter tree New
res_letter_out_calendar_view Outbound Letter Calendar res.letter calendar New
res_letter_out_form_view Outbound Letter Form res.letter form New
res_letter_out_tree_view Outbound Letter Tree res.letter tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (8)
  • action_cancel(self, cr, uid, ids, context=None)
    Put the state of the letter into Cancelled
  • action_create(self, cr, uid, ids, context=None)
    Put the state of the letter into Crated
  • action_rec_bad(self, cr, uid, ids, context=None)
    Put the state of the letter into Received but Damaged
  • action_rec_ret(self, cr, uid, ids, context=None)
    Put the state of the letter into Received but Returned
  • action_received(self, cr, uid, ids, context=None)
    Put the state of the letter into Received
  • action_send(self, cr, uid, ids, context=None)
    Put the state of the letter into sent
  • action_set_draft(self, cr, uid, ids, context=None)
    Put the state of the letter into draft
  • action_validate(self, cr, uid, ids, context=None)
    Put the state of the letter into Validated

Loading…

Loading…

Loading…