[REF] hr_luncheon_voucher: remove useless code
This commit is contained in:
@@ -1,3 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import generate_lv_allocations_wizard
|
||||
|
@@ -1,16 +1,17 @@
|
||||
from odoo import _, api, fields, models
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class GenerateLVAllocationRequests(models.TransientModel):
|
||||
_name = "generate.lv.allocation.requests"
|
||||
_description = "Generate Luncheon Vouchers Allocations Requests"
|
||||
|
||||
distrib_campaign_name = fields.Char('Distribution campaign', required=True)
|
||||
date_from = fields.Datetime(
|
||||
string=_("Start Date"),
|
||||
string="Start Date",
|
||||
required=True
|
||||
)
|
||||
date_to = fields.Datetime(
|
||||
string=_("End Date"),
|
||||
string="End Date",
|
||||
required=True
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user