You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
500 B

  1. *This module is intended for developer only. It does nothing used alone.*
  2. It helps to create `config.settings` by providing an abstract Class.
  3. This class:
  4. * creates automatically related fields in 'res.config.settings'
  5. using those defined in 'res.company': it avoids duplicated field definitions.
  6. * company_id field with default value is created
  7. * onchange_company_id is defined to update all related fields
  8. * supported fields: char, text, integer, float, datetime, date, boolean, m2o