1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/pos_blackbox_be/__init__.py
2024-12-10 09:04:09 +07:00

10 lines
235 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import controllers
def _set_tax_on_work_in_out(env):
env['product.product'].set_tax_on_work_in_out()