Hello,
I want to creat reciprocal relation between 2 modules.
I have created 2 modules in odoo " module1" and " module2" , so i want to creat relation between them in the _manifest_.py file.
In the "module1", i have declared the" depends" as follows : 'depends': ['base','module2'],
And in the "module2", i have declared the "depends" as follows : 'depends': ['base','module1'],
My declaration is wrong or true ? thank you