Hello,
I know, some other questions like this question is already answered in this forum,
but the answer for those question only for several condition (i thought).
They covered only for fields that have prefix like 'default_XXX', 'group_XXX', and 'module_XXX'.
My problem is, how about other fields that doesn't have prefix like above?
example:
in the sale.config.settings:
_columns = {
...
'task_work': fields.boolean("Prepare invoices based on task's activities"),
...
}
How to enable this fields in the default configuration ?
===========================================================
This question was already answered in another question in this forum. Thanks :)