Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの計算のために、Python コードで給与ルールを使用したいと考えています。どうすればできるのか誰か教えてください。前もって感謝します。
ルール、つまり「名前」について何か知っている場合は、次のようなものを試すことができます。
def _get_salary_rule(self): rule = self.env['hr.salary.rule'].search([('name', '=', 'SALARY_RULE_NAME')]) return rule