Skip to Content
Menu
This question has been flagged
2 Replies
10619 Views

That is the meaning of "sequence": parameter in __openerp__.py file? How are the number of values ​​calculated? Thanks

Avatar
Discard
Best Answer

This field is used for update translations for eg: if a term is translated in multiple modules. The module with highest sequence will have priority.

Avatar
Discard
Best Answer

As far as I know the sequence in __openerp__.py is only used to populate the sequence field of model ir.module.module. This fields then used in the order clause the model.

This will order the addons by sequence and name in the modules list in the settings panel.

Avatar
Discard
Related Posts Replies Views Activity
2
Apr 23
23153
0
Feb 23
4906
0
Jan 23
94
1
Oct 22
4244
0
Apr 22
2789