Skip to content

Instantly share code, notes, and snippets.

View ShahilAppsgate's full-sized avatar

Mohammed Shahil ShahilAppsgate

View GitHub Profile
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models, fields, api, osv, _
from odoo.exceptions import UserError
from odoo.tools import format_amount
import io
import xlsxwriter
from datetime import date
from datetime import datetime
from itertools import groupby