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

11 lines
285 B
Python

# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models, fields
class Box1099(models.Model):
_name = "l10n_us.1099_box"
_description = "Represents a box on a 1099 box."
name = fields.Char("Name", required=True)