mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
9 lines
262 B
Python
9 lines
262 B
Python
from odoo import fields
|
|
from .common import TestCAPayslip
|
|
import logging
|
|
|
|
_logger = logging.getLogger("__name__")
|
|
|
|
def ca_cpp_canada_pension_plan_withholding(payslip):
|
|
_logger.warning('ca_cpp_canada_pension_plan_withholding************************')
|
|
pass |