Skip to content

Latest commit

 

History

History

record_keeping_wizard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#How to add to new record_keeping_module

  • Create matter_wizard model, inheriting from matter_wizard in this module.
    • Implement function _get_module and field model, (see record_keeping_sale)
    • Add to __init__.py
  • Copy security/ir.model.access.csv, add to __manifest__.py
  • Add record_keeping_wizard to dependencies in __manifest__.py
  • Add definition of wizard creation in commented part in views/matter_wizard.xml
  • Add button to trigger wizard creation in appropriate view.