Skip to Content
Menu
This question has been flagged
2 Replies
7933 Rodiniai

How do I get to use a constant defined in some other module?


Suppose I want to use XPTO defined in hr_timesheet module.

The value is a constant. It's not within a class


How do I refer to it in my own module?


;)

Portretas
Atmesti
Autorius

from odoo.addons.[MODULE].[FILE] import [var1], [var2]

Best Answer

Hi Rui Franco,

Try below code in a python file of your module:

 from odoo.addons.hr_timesheet.models.[file name] import XPTO

 This will import XPTO variable of hr_timesheet module into your file

Hope this will help you!

Thanks

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
liep. 23
3076
2
rugp. 15
10650
0
geg. 15
4267
0
bal. 15
4751
0
rugs. 23
5382