JayVora-SerpentCS / OdooEduERP

Education ERP based on Odoo!
http://www.serpentcs.com
151 stars 181 forks source link

[IMP] school_attendance #229

Closed AnuKPatel closed 1 year ago

AnuKPatel commented 1 year ago

Resolved the traceback issue raised when user is trying to update paperformat of monthly attendance report.

Reason - xml id of report action and paperformat is same and they are in same module, so while operating the external identifiers system gets 2 records and conflict happens.

Resolved it by changing xml ID of paperformat.

@JayVora-SerpentCS please merge it.